外部 AI agent 不需要先猜测从哪里开始。可以先读取 `../agent_entry.json`,再顺着入口清单访问 `knowledge_network.json` 和 `module_exports/index.json`。
`../module_exports/index.json` 会列出每个模块的状态、分组、导出路径、证据引用数量与边界条目数量;`module_exports/*.json` 进一步给出正文提取层、关系层和引用层。
`../module_exports/by_group.json` 和 `../module_exports/by_status.json` 适合做主题或成熟度筛选;`../module_chunks/index.json` 和 `module_chunks/*.json` 适合做向量化、RAG 检索和段落级引用。
`../retrieval_hints.json` 为第三方机器人预先组织了高频问答主题、推荐模块、推荐 chunk 与回答边界,可直接作为问答路由层。
`../developer_entry.json`、`../developer_capability_matrix.json`、`../api_specs/*.json` 与 `../recipes/*.json` 为 AI coding 提供执行导向入口、能力矩阵、接口摘要与最小闭环 recipe。
`../chain_config/`、`../contract_templates/`、`../examples/`、`../release_pack/`、`../e2e_fixtures/` 与 `../execution_pack/` 为 AI coding 提供模板、starter、链配置、上线清单、校验样板与执行协议。
`../product_delivery_entry.json` 给 AI agent 一个单一入口,把范围锁定、codegen、构建测试、审批门禁、发布校验和上线证据串成一个机器流程。
`../integration_examples/README.md`、`telegram_bot_crawl_flow.json`、`rag_ingest_flow.json` 与 FAQ prompt 模板,给第三方团队一个开箱即用的接入起点。
机器层已显式保留 `boundary_clauses`、`evidence_refs`、`code_refs`。这可以降低第三方模型把局部本地完成误读成 MSG 主网 ready 的风险。