Source Of Truth
mdkg is intentionally repo-native.
Trust order for durable project memory:
- Markdown and frontmatter in
.mdkg/ - Git history and review
- generated indexes and caches
- optional local project DB state
Generated indexes are rebuildable. SQLite is local infrastructure where useful, not hidden product state.
Why Markdown
Section titled “Why Markdown”- Humans can read it.
- Agents can inspect it.
- Git can diff it.
- Frontmatter gives machines enough structure to route work safely.