fix(metadata): add identity fields so the Dogfood Gate passes#74
Merged
Conversation
PR #73 made dogfood-gate.yml parseable for the first time, which let its six jobs actually run — and two failed on real metadata nonconformance: - a2ml-validate: 11 .a2ml files had no identity key. Added project = "ochrance" in each file's own dialect ([metadata] blocks, top-level for the @abstract contractiles, name = "ochrance" in CLADE's [identity]). - k9-validate: all 6 .k9.ncl pedigree blocks lacked a name field. Added name = "<file-stem>" to each. Verified by running both validators (validate-a2ml.sh / validate-k9.sh fetched from the pinned action repos) locally against the repo: 0 errors each (8 non-strict a2ml warnings remain). Note: the contractile files still carry stale 'for rsr-template-repo' prose — template-scaffold drift, left for the estate-wide .machine_readable resync (issue #41 umbrella) rather than piecemeal edits here. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
hyperpolymath
added a commit
that referenced
this pull request
Jul 2, 2026
… identity (#75) The pinned b2f28c3 validator only recognises TOML '=' identity keys, so ANCHOR.a2ml (YAML-ish dialect, 'id: "org.hyperpolymath.ochrance"') still failed after #74. Current HEAD (c14a51a) accepts the colon and s-expression identity forms. Verified: HEAD validate-a2ml.sh run locally against this tree reports 0 errors. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #73 (which made
dogfood-gate.ymlparseable, letting its six jobs run for the first time). Two jobs failed on genuine metadata nonconformance:.a2mlfiles had no identity key (agent-id/name/project). Addedproject = "ochrance"in each file's own dialect — inside[metadata]blocks where present, top-level for the@abstract-style contractiles, andname = "ochrance"inside CLADE's[identity]..k9.nclpedigree blocks lacked anamefield →name = "<file-stem>"added to each.Verification
Ran the exact validator scripts (
validate-a2ml.sh,validate-k9.sh, fetched from the pinned action repos) locally against the tree: 0 errors each (8 non-strict a2ml warnings remain). The Dogfood Gate on this PR is the live proof.Deliberately not done here: the contractile files' stale "for rsr-template-repo" prose is template-scaffold drift, deferred to the estate-wide
.machine_readableresync umbrella (#41).🤖 Generated with Claude Code