From ad88639a5393143c7cad70a433c1687df09dcdd9 Mon Sep 17 00:00:00 2001 From: codex Date: Mon, 21 Sep 2026 07:35:24 +0200 Subject: [PATCH] Apply GH-DEC-2026-017 to the layer declaration. INTENT.md frontmatter governs; layer.yaml is marked derived (derived: true, derived_from: INTENT.md) per amendment A11. standard_version removed from both forms per A12. Layer values are not re-spelled: INTENT.md 'Staff' and layer.yaml 'staff' agree after ASCII case-fold. This repository has no conformance checker yet (gaps.conformance-check-script), so no checker change was needed. pep-stance.yaml does not exist here and is untouched. Co-Authored-By: Claude Opus 5 Assistant: claude-code Assistant-Model: opus Assistant-Process: 63291@bnt-lap001 Assistant-Session: 8bd77868-ca68-4f49-bb1e-d539ecc0d703 --- INTENT.md | 1 - layer.yaml | 20 ++++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/INTENT.md b/INTENT.md index a63f704..051c735 100644 --- a/INTENT.md +++ b/INTENT.md @@ -2,7 +2,6 @@ layer: Staff role: null security_layer_declaration: layer.yaml -standard_version: "0.7" declared_at: "2026-09-09" --- diff --git a/layer.yaml b/layer.yaml index d9ef9b6..4e45f87 100644 --- a/layer.yaml +++ b/layer.yaml @@ -1,4 +1,12 @@ -# railiance-platform — NetKingdom security layer declaration +# railiance-platform — DERIVED form of the NetKingdom security layer declaration +# +# THIS FILE DOES NOT GOVERN. The declaration is the `layer:` key in INTENT.md's +# frontmatter; this file is a derived artifact under §11's derived-artifact rule +# and must agree with it (GH-DEC-2026-017 §1, amendment A11). Comparison of the +# §3 vocabulary is ASCII case-insensitive (GH-DEC-2026-017 §2): INTENT.md's +# `Staff` and this file's `staff` are the same value and neither is re-spelled. +# A disagreement that survives the fold is a finding, reported, not resolved +# away by precedence. # # Framework: net-kingdom/canon/standards/security-layer-model_v0.7.md # Companion: net-kingdom/SECURITY-COMPANION.md @@ -13,7 +21,15 @@ schema_version: "0.1" framework: netkingdom-security-layer-model -standard_version: "0.7" + +# §11 derived-artifact marking (GH-DEC-2026-017 §1 / A11). +derived: true +derived_from: INTENT.md + +# No `standard_version` key: a layer declaration MUST NOT carry a standard +# version (GH-DEC-2026-017, amendment A12). Version-scoped state belongs in the +# derived conformance record, which this repository does not yet produce (see +# gaps.conformance-check-script). repository: railiance-platform layer: staff role: null