Move remaining docs into docs index

Keep the repository root focused on README while moving the remaining planning and swarm test documents under docs/ and indexing them there.

Constraint: The user explicitly requested that documents should live under docs/.

Rejected: Leaving older root-level Markdown files in place | it keeps the homepage cluttered and splits the documentation surface.

Confidence: high

Scope-risk: narrow

Directive: Keep future ordinary documentation under docs/ unless it is a root entrypoint such as README.md.

Tested: git diff --cached --check; find . -maxdepth 1 -type f -name '*.md' shows only README.md.

Not-tested: No runtime tests rerun because this is a documentation path-only move.

Co-authored-by: OmX <omx@oh-my-codex.dev>
This commit is contained in:
gongzhiyong
2026-05-16 14:39:32 +08:00
co-authored by OmX
parent 10a980b0bf
commit fc877dad24
6 changed files with 5 additions and 0 deletions
+5
View File
@@ -7,9 +7,14 @@
- `MODEL_AGNET_IO_REPORT.zh-CN.md`:从 live run 导出的模型 / Agnet 任务、输入、输出、评分和交接过程。
- `STANDARD_TEST_MATRIX.md`:S01-S07 标准化测试矩阵。
- `INDUSTRY_STANDARD_AGNET_TEST_PLAN.md`:行业参考框架到本项目 Agent 质量标准的映射。
- `JUEJIN_SWARM_ARTICLE_TEST_STANDARD.zh-CN.md`:掘金蜂群文章对应的测试标准说明。
- `SWARM_BEHAVIOR_TEST_MATRIX.md`:蜂群行为测试矩阵。
- `SWARM_TEST_INPUT_OUTPUT_REPORT.md`:英文输入输出测试报告。
- `SWARM_TEST_INPUT_OUTPUT_REPORT.zh-CN.md`:中文输入输出测试报告。
## 交付计划
- `agnet-swarm-design-principles.md`:Agnet 受控蜂群设计原则。
- `01-ten-day-delivery-plan.md`:10 天交付计划。
- `02-person-task-interface-matrix.md`:人员、任务和接口矩阵。
- `03-minimal-validation-and-acceptance.md`:最小验证和验收流程。