chore(canon): follow the canon's DEED grammar into 1-formats/ - #117
Merged
Merged
Conversation
Standards#827 moves the canon's read/write formats under 1-formats/, including deed/spec/DEED-GRAMMAR-SPEC.adoc -> 1-formats/deed/spec/DEED-GRAMMAR-SPEC.adoc. Four files here name that path as the NORMATIVE source *in hyperpolymath/standards*, so they are real couplings and follow the move: .machine_readable/README.adoc line 13 .machine_readable/contractiles/README.adoc line 16 .machine_readable/descriptiles/README.adoc line 14 .machine_readable/rsr-profile.a2ml line 11 The coupling is in the SENTENCE, not the word. A name-match pass is not enough: the district-0 pass flagged GOVERNANCE.adoc as coupled when all nine hits were this repo's own file, a relative link, historical audit text, or validate-template.sh checking the target repo. Verified here that every occurrence of the path in the tree is one of these four files and that each is attributed to hyperpolymath/standards in its surrounding text. The contractiles/ hits in this repo (.machine_readable/README.adoc, coaptation/verify.sh, contractiles/dust/Dustfile.a2ml, descriptiles/PLAYBOOK.a2ml, Justfile, build/just/assess.just) are NOT coupling: they are this repo's own .machine_readable/contractiles/ directory, never the canon's. No pin change: district 1 changed none of the five [canon.artifacts] bytes, so criteria_sha256 and gates_sha256 are untouched and Canon lockstep stays green. scripts/validate-template.sh: rc=0, 6 warnings, identical to a pristine origin/main control.
Contributor
|
Warning Review limit reachedNext included review available in 35 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
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.



What
Four references to the canon's DEED grammar, following the move in hyperpolymath/standards#827:
.machine_readable/README.adoc.machine_readable/contractiles/README.adoc.machine_readable/descriptiles/README.adoc.machine_readable/rsr-profile.a2mlWhy these four and not the other hits
Each names the path as the normative source in hyperpolymath/standards — the coupling is in the sentence, not in the word. A name-match pass is not enough: the district-0 pass flagged
GOVERNANCE.adocas coupled when all nine hits turned out to be this repo's own file, a relative link, historical audit text, orvalidate-template.shchecking the target repo.The
contractiles/hits in this repo (.machine_readable/README.adoc,coaptation/verify.sh,Dustfile.a2ml,descriptiles/PLAYBOOK.a2ml,Justfile,build/just/assess.just) are not coupling: they are this repo's own.machine_readable/contractiles/directory — its Mustfile/Dustfile — never the canon's.Verification
deed/spec/DEED-GRAMMAR-SPEC.adocin the tree is one of these four files (checked withgit grep -l), and each occurrence is attributed tohyperpolymath/standardsin its surrounding text.scripts/validate-template.sh→ rc=0, 6 warnings — byte-identical to a pristineorigin/maincontrol (both are the pre-existing placeholder/SPDX/compiler-absent warnings).Ordering
canon.lock [canon.lockstep].orderisspine-adopts-then-canon-releases, so this may land either side of #827. The referenced path only becomes live when #827 merges; until then it points at a path the canon has not yet published, which is the same window the ordering rule already tolerates for the pins.No version bump is involved on either side: district 1 changed none of the five
[canon.artifacts]bytes, so the spine'scriteria_sha256/gates_sha256pins are untouched andCanon lockstepstays green.