Files
deepseek-harness/docs/graph-atlas.md
Tianyi Cui 116e2c45a8 docs: flatten single-file catalog dirs to docs/tool-catalog.md and docs/persistence-catalog.md
A directory holding exactly one file adds a path level for nothing;
cordis-catalog/ keeps its folder because it holds two sibling pages
(events.md + services.md), matching config-catalog.md which was born flat.

docs/tool-catalog/tools.md -> docs/tool-catalog.md and
docs/persistence-catalog/log-events.md -> docs/persistence-catalog.md; their
generators' OUT paths and in-page relative links drop one directory level,
and every citation repo-wide (docs, RFCs, package READMEs, generator
headers) is updated. graph-atlas.md, config-catalog.md, and the doc graphs
regenerate with the new paths.
2026-07-06 22:26:06 +08:00

1.7 KiB

Documentation Graph Index

These diagrams are the relationship layer above the generated catalogs. Use them to navigate package topology, capability seams, event flow, model-facing tools, app composition, and runtime lifecycle paths. Exact signatures and type shapes still live in the generated events / services catalogs, tool-catalog.md, and core-data-structures/.

The process decision behind this index is recorded in the documentation graph RFC.

Graph Mode
module dependency graph generated
tool schema catalog and package map generated
capability seams and core services hybrid generated
echo-agent app composition hybrid generated
coding-agent app composition hybrid generated
acp-agent app composition hybrid generated
event producer/consumer matrix hybrid generated
agent turn and step lifecycle curated
tool execution pipeline curated
ACP snapshot replay curated

Regenerate with pnpm run gen-doc-graphs; verify freshness with pnpm run verify-doc-graphs.

Maintenance mode: mixed: each linked page declares generated, hybrid, or curated mode.