Single-commit clean baseline after security scrub of niche-tells, project codenames, internal jargon, and contributor-email leaks. Contents: - 100 Rust crates (_primitives/_rust/) - 37 agent manifests (_manifests/) + generated specs (_generated/) - 67 user-invocable skills (skills/) - 33 hooks (hooks/) - Composition blocks (_blocks/) - Documentation (docs/, README.md) - TS adapter packages (_ts_packages/) - Assembler (_assembler/) - Roles (_roles/) - Templates (_templates/) - Forgejo CI (.forgejo/) Author: Denis Parfionovich <info@greendragon.info> License: see LICENSE.
2.1 KiB
2.1 KiB
Substrate Schema — LOCKED
Locked on: 2026-04-22 Locked from commit: feat/substrate-schema-v1 @ 5d089bc Schema SSoT: SUBSTRATE-SCHEMA.md
Lock scope
The atom / capability / graph contracts defined in SUBSTRATE-SCHEMA.md are immutable for 6 weeks of parallel Stream A/B/C/D work (through ~2026-06-03).
What "locked" means
Non-breaking during lock (allowed, standard git flow):
- New atom kinds beyond
command | query | stream | transform - New optional frontmatter fields
- New
side_effects.opvalues - New
stabilitylevels - New JSON Schema field examples / constraints that don't break existing validators
Breaking during lock (requires revocation):
- Changing atom ID separator
:: - Changing frontmatter shape
- Renaming
Cargo.toml [package.metadata.keisei]fields - Dropping JSON Schema draft-07 in favour of 2020-12
- Switching to shared error registry
- Any change that forces all 4 streams to rebase
Revocation protocol
To break the lock within the 6-week window:
- User explicitly states: "revoke substrate schema lock — reason: <...>"
- All 4 stream agents paused
- Schema edit committed on
feat/substrate-schema-v2with revision log - All 4 stream worktrees rebased onto new schema
- Ledger row:
kei-ledger fork <id> --reason "schema-revocation"for audit - New lock marker committed
Streams under lock
Per Stream interfaces in SUBSTRATE-SCHEMA.md:
- Stream A —
feat/stream-a-kei-forge— web wizard UI that generates atoms - Stream B —
feat/stream-b-atoms-refactor-kei-task— pilot refactor ofkei-taskinto 3 atoms - Stream C —
feat/stream-c-kei-sage-substrate— kei-sage walksatoms/*.md, resolves wikilinks - Stream D —
feat/stream-d-kei-runtime— new cratekei-runtimewithinvoke,list-atoms,kei-schema-lint
Unlock condition
Automatic unlock on 2026-06-03 OR on SCHEMA-UNLOCKED.md commit by user (whichever comes first). Post-unlock, the next schema version (SUBSTRATE-SCHEMA.md v2) can iterate freely based on what the 4 streams learned.