Markdown-native knowledge toolkit providing a contract layer between semi-structured markdown and structured knowledge systems.
Updated by fix-consistency on 2026-05-03: - update .custodian-brief.md for markitect-tool |
||
|---|---|---|
| .claude/rules | ||
| docs | ||
| examples | ||
| src/markitect_tool | ||
| tests | ||
| wiki | ||
| workplans | ||
| .custodian-brief.md | ||
| .gitignore | ||
| CLAUDE.md | ||
| INTENT.md | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| sbom-tools.yaml | ||
markitect-tool
markitect-tool is a markdown-native toolkit and CLI for turning
semi-structured Markdown into structured, queryable, reusable knowledge
artifacts.
This repository is the syntax-layer successor to the in-scope core of
markitect-main. Its product boundary is defined in INTENT.md and the
requirements documents in wiki/.
Start Here
INTENT.md- project purpose, boundaries, and design principleswiki/ProductRequirementsDocument.md- product scope and success criteriawiki/FunctionalRequirementsSpecification.md- observable functional behaviordocs/markitect-main-scope-assessment.md- migration assessment frommarkitect-mainworkplans/- source-of-truth implementation and migration plans
State Hub
The repo is registered with the Custodian State Hub as markitect-tool under
the markitect domain. See docs/state-hub-integration.md.
Development
Run the tests:
python3 -m pytest
Try the parser CLI from a checkout:
PYTHONPATH=src python3 -m markitect_tool parse README.md --format tree