Holon #6 β Materialize inherited ADR foundations - #57
Merged
Merged
Conversation
Roadmap-Step: HOL-Q09
Pull Request Summary by devActivityMetricsAchievements
|
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.
Closes #6
Summary
Files changed
catalog/foundation.json, all example manifests, and the foundation manifest schema add the requiredarchitecture-decisionscapability and immutableadr_policypin.blueprints/architecture-decisions/andschemas/architecture-decision-blueprint.v1.schema.jsondefine the inherited contract, generated assets, repository-owned paths, and ADR template.tools/architecture_decision_blueprint.pyvalidates and renders deterministic review packs without mutating target repositories.tests/test_architecture_decision_blueprint.pyandtests/test_holon_contract.pycover canonical validation, rendering, preservation, ordering, conflicts, bounded customization, and required pins.docs/architecture-decision-blueprint.md,README.md,ARCHITECTURE.md,SYSTEM.md, andROADMAP.mddocument the operating model and current roadmap evidence..github/workflows/validate.ymladds the blueprint contract check to CI.Validation
python3 -m compileall -q tools testsβ passed.python3 tools/architecture_decision_blueprint.py validateβ passed; blueprint1.0.0, one static source file.for manifest in examples/*.manifest.json; do python3 tools/holon_contract.py validate --manifest "${manifest}"; doneβ passed for all 9 example manifests.python3 -m unittest discover --start-directory tests --pattern "test_*.py"β passed, 135 tests.node --test tests/javascript/*.test.mjsβ passed, 18 tests.python3 tools/holon_materialize.py continuity verify --target "."β passed; canonical checkpoint state verified.python3 tools/check_repository_continuity_dogfood.py --aether-source "../aether"β passed; valid status, exact root parity, deterministic create/no-op plans.python3 - <<'PY' ... JSON parse catalog/examples/schemas/blueprint ... PYβ passed for every changed JSON document.git diff --checkβ passed.References
f598ed659a43dd759d4ede41c27f9e5daf991aa7Notes
maintain-repository-continuityskill was unavailable in this session. The committed canonical checkpoint was therefore kept unchanged and verified with both continuity checks instead of claiming an unsupported refresh.