Add canonical-code index integration, model-terminology audit, and canonicalization of symbolic tooling#70
Merged
CAM-Initiative merged 2 commits intoMay 24, 2026
Conversation
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.
Motivation
Description
lint-symbolic-structures.pyat the canonical index (.github/Indices/canonical-code-index.json), add--require-index/--require-registryflags, and make the tool tolerant of a missing legacy index while deriving validation from the canonical index when available.update-CAM-BS2025-AEON-003-SCH-01.pyto scanGovernance/**/*.mdfor model terminology, classify terms viaclassify_model_term/classify_review_status, inject a model-register summary into SCH-01, and write a full audit file to.github/Indices/CAM.Governance.Model-Terminology.Audit.md.canonical-code-index.json,canonical-code-index.md, the model terminology audit file, and update maintainer docs and workflows to usebuild-canonical-code-index.pyin place of the old symbolic builder..github/scripts/tests/test_lint_symbolic_structures.pyand.github/scripts/tests/test_update_sch01_registry.py) and update multiple generated governance artifacts (Governance/CAM.Governance.JSON,CAM.Governance.Index.md, constitution/schedule files) to reflect refreshed metadata and new Annex/Schedule entries.Testing
python -m pytest .github/scripts/tests, and all tests passed.python .github/scripts/lint-symbolic-structures.py --index .github/Indices/canonical-code-index.json) which completed without error in non-strict mode.python .github/scripts/update-CAM-BS2025-AEON-003-SCH-01.py) to regenerate SCH-01 and confirmed the model summary block was inserted and the audit file.github/Indices/CAM.Governance.Model-Terminology.Audit.mdwas written.Codex Task