feat(contracts): 🧠 stabilize Mindgarden v1 model - #24
Merged
Merged
Conversation
Define additive JSON Schema 2020-12 contracts for garden identity, sources, knowledge, claims, synapses, provenance, projections, and migration history. Align the ontology and architectural decisions, preserve v0 compatibility, and add executable golden and adversarial conformance fixtures. Closes #9 Roadmap-Step: MIG-Q03
Pull Request Summary by devActivityMetricsAchievements
|
23 tasks
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
contracts/v1/registry with nine JSON Schema 2020-12 contracts covering common semantics, gardens, sources, knowledge, claims, typed synapses, ordered provenance, projections, and migration history{garden, id}references with optional immutable Git/SHA-256/version revisions and reject mutable branch revisionsONTOLOGY.md,EPISTEMOLOGY.md, architecture, system inventory, and three new ADRs with the canonical v1 vocabularyVerification
python -m unittest discover --start-directory tests --verbose— 40 passedDraft202012Validator.check_schemashare/mindgarden/contracts/v1/and preserves the working v0 CLICompatibility boundary
This PR stabilizes the v1 contract but does not claim v1 runtime support. Root v0 schemas and the 0.1 CLI remain unchanged until #7 implements deterministic init/migration and #10 implements complete v1 validation and privacy diagnostics.
Closes #9
Roadmap-Step: MIG-Q03