@@ -422,6 +422,9 @@ Generate **explainable, navigable, abstraction-aware documentation** directly fr
422422 * Consistency with actual code
423423 * Traceability back to source
424424* Keep docs incrementally up-to-date
425+ * **[PARTIAL]** Deterministic Markdown export now emits an index, architecture
426+ overview, per-module pages, function/class narratives, and a documentation
427+ manifest keyed by entity content hashes.
425428* **[HARDENED]** Multiple output formats: Markdown, HTML, IDE tooltips, OpenAPI, AsyncAPI
426429* **[HARDENED]** Audience targeting: new engineers, domain experts, API consumers
427430* **[HARDENED]** Auto-generate "what changed since version X" summaries
@@ -999,8 +1002,8 @@ Commands fail fast with: *"Install knowcode[server] to use `knowcode server`"*.
9991002> - * "Which files change together most often?"*
10001003
10011004### ** Phase 4: Documentation Synthesis (PARTIAL)**
1002- 13 . ** [ x] Markdown Export (MVP)** : CLI ` export ` produces an index-style Markdown doc (see ` docs_test/index.md ` ) .
1003- 14 . ** [ ] Multi-Level Doc Synthesis (Layer 7)** : Architecture /module/function narratives, change summaries, and freshness tracking .
1005+ 13 . ** [ x] Markdown Export (MVP)** : CLI ` export ` produces Markdown documentation from the knowledge store .
1006+ 14 . ** [ ~ ] Multi-Level Doc Synthesis (Layer 7)** : CLI ` export ` now emits architecture /module/function documentation plus a freshness manifest keyed by entity content hashes. Remaining work: change summaries, stale-doc detection, and richer audience-aware narratives .
10041007
10051008> ** Questions you can now answer:**
10061009> - * "Can I get a written overview of this codebase I can share with a new team member?"*
@@ -1088,8 +1091,8 @@ Commands fail fast with: *"Install knowcode[server] to use `knowcode server`"*.
1088109112 . ** [ x] Coverage Signals (Layer 5)** : Cobertura ingestion with coverage report entities and covers/executed_by relationships.
10891092
10901093### ** Phase 4: Documentation Synthesis (PARTIAL)**
1091- 13 . ** [ x] Markdown Export (MVP)** : CLI ` export ` produces an index-style Markdown doc .
1092- 14 . ** [ ] Multi-Level Doc Synthesis (Layer 7)** : Architecture /module/function narratives, change summaries, and freshness tracking .
1094+ 13 . ** [ x] Markdown Export (MVP)** : CLI ` export ` produces Markdown documentation from the knowledge store .
1095+ 14 . ** [ ~ ] Multi-Level Doc Synthesis (Layer 7)** : CLI ` export ` now emits architecture /module/function documentation plus a freshness manifest keyed by entity content hashes. Remaining work: change summaries, stale-doc detection, and richer audience-aware narratives .
10931096
10941097### ** Phase 4.5: Architectural Hardening (COMPLETED)**
1095109815 . ** [ x] Dependency Modularisation (AD-1)** : Optional extras (` server ` , ` search ` , ` llm ` , ` watch ` , ` all ` ) with lightweight core install.
0 commit comments