{
"schema_version": 2,
"generated_at": "2025-01-15T10:30:00Z",
"repo_map": { ... },
"repo_model": { ... },
"book": {
"summary": "One-paragraph description",
"toc": [
{"id": "core.architecture", "title": "Architecture", "one_liner": "..."},
{"id": "core.entrypoints", "title": "Entrypoints", "one_liner": "..."},
...
],
"sections": {
"core.architecture": {
"title": "Architecture",
"one_liner": "System design and module structure",
"claims": [
{
"kind": "architecture",
"statement": "Uses factory pattern for component creation",
"evidence": [{"path": "src/factory.py", "quote": "class Factory:"}]
}
]
},
...
}
},
"experiments": [ ... ],
"quality": {
"evidence_ok": true,
"section_count": 7,
"claim_count": 15
}
}