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 <noreply@anthropic.com> Assistant: claude-code Assistant-Model: opus Assistant-Process: 63291@bnt-lap001 Assistant-Session: 8bd77868-ca68-4f49-bb1e-d539ecc0d703
This commit is contained in:
parent
9e658be8e3
commit
ad88639a53
2 changed files with 18 additions and 3 deletions
|
|
@ -2,7 +2,6 @@
|
|||
layer: Staff
|
||||
role: null
|
||||
security_layer_declaration: layer.yaml
|
||||
standard_version: "0.7"
|
||||
declared_at: "2026-09-09"
|
||||
---
|
||||
|
||||
|
|
|
|||
20
layer.yaml
20
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue