chore: archive completed schema-of-schemas implementation
Moved schema-of-schemas planning artifacts from roadmap to history with datestamp prefix, marking completion of all 6 implementation phases. **Changes:** - Moved roadmap/schema-of-schemas/ → history/2026-01-05-schema-of-schemas/ - Updated all documentation references to new location - Marked implementation as completed in TODO.md - Updated CHANGELOG.md to reflect archived status **Implementation Summary:** All 6 phases completed successfully: - Phase 1: Filename validation (50 tests) - Phase 2: Markdown schema loader (35 tests) - Phase 3: Schema-for-schemas metaschema (12 tests) - Phase 4: Schema migration (2 migrated, 3 deleted) - Phase 5: CLI enhancements (multi-schema validation) - Phase 6: Integration testing and documentation **Deliverables:** - 97 unit tests (100% passing) - 4 production schemas in registry - Comprehensive user documentation - Updated examples (manpages, terminology) - Complete schema management system The schema-of-schemas topic is now complete and archived for historical reference. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d32dc41315
commit
3003b9b8da
11 changed files with 17 additions and 13 deletions
|
|
@ -328,6 +328,7 @@ markitect validate my-command.1.md --schema manpage-schema-v1.0
|
|||
|
||||
## Related Documentation
|
||||
|
||||
- [Schema Naming Specification](../../roadmap/schema-of-schemas/SCHEMA_NAMING_SPEC.md)
|
||||
- [Schema Management Workplan](../../roadmap/schema-of-schemas/WORKPLAN.md)
|
||||
- [Schema Naming Specification](../../history/2026-01-05-schema-of-schemas/SCHEMA_NAMING_SPEC.md)
|
||||
- [Schema Management Workplan](../../history/2026-01-05-schema-of-schemas/WORKPLAN.md) (archived)
|
||||
- [Schema Management Guide](../../docs/SCHEMA_MANAGEMENT_GUIDE.md)
|
||||
- [MarkiTect Documentation](../../README.md)
|
||||
|
|
|
|||
|
|
@ -514,6 +514,7 @@ Valid values: `required`, `recommended`, `optional`, `discouraged`, `improper`
|
|||
|
||||
## Related Documentation
|
||||
|
||||
- [Schema Naming Specification](../../roadmap/schema-of-schemas/SCHEMA_NAMING_SPEC.md)
|
||||
- [Schema Loader Guide](../../roadmap/schema-of-schemas/SCHEMA_LOADER_GUIDE.md)
|
||||
- [Schema Management Workplan](../../roadmap/schema-of-schemas/WORKPLAN.md)
|
||||
- [Schema Naming Specification](../../history/2026-01-05-schema-of-schemas/SCHEMA_NAMING_SPEC.md)
|
||||
- [Schema Loader Guide](../../history/2026-01-05-schema-of-schemas/SCHEMA_LOADER_GUIDE.md)
|
||||
- [Schema Management Workplan](../../history/2026-01-05-schema-of-schemas/WORKPLAN.md) (archived)
|
||||
- [Schema Management Guide](../../docs/SCHEMA_MANAGEMENT_GUIDE.md) (user documentation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue