Skip to content

chore(cleanup): reorganize scattered root-level documents#34

Merged
juice094 merged 1 commit into
mainfrom
chore/root-cleanup
May 13, 2026
Merged

chore(cleanup): reorganize scattered root-level documents#34
juice094 merged 1 commit into
mainfrom
chore/root-cleanup

Conversation

@juice094
Copy link
Copy Markdown
Owner

变更内容

整理散落在项目根目录的历史文档和无用文件,优化门面。

文档归档(git mv 保留历史)

原位置 新位置 原因
ARCHITECTURE.md docs/architecture/overview.md 架构文档应集中在 architecture/
ARCHITECTURE_SPLIT_PLAN.md docs/architecture/split-plan.md 同上
AUDIT_REPORT.md docs/_audit/audit-report-early.md 审计报告归档至 _audit/
RELEASE_NOTES_v0.{3,4,9,10,15}.0.md docs/_archive/ 历史 release notes 统一归档
SESSION_HANDOFF_TEMPLATE.md docs/_archive/ 内容过时(旧路径),归档保留
REGISTRY_SUBMISSION.md docs/_archive/ 内容过时(19 tools → 64),归档保留

引用路径同步

  • README.md
  • docs/architecture/dependency-topology.md
  • docs/guides/ai-instance-handoff.md

物理清理(移至回收站)

  • coverage_report.txt — cargo-tarpaulin 过时报告
  • .venv/ — 废弃的 Python 虚拟环境
  • releases/v0.18.0/ — 构建产物(已加入 .gitignore)

根目录现状

清理后根目录保留:标准项目文件(Cargo.toml, README.md, LICENSE...)+ 必要配置(mcp.json, smithery.yaml, rustfmt.toml)+ 标准目录(src/, docs/, crates/, scripts...)

Moves:
- ARCHITECTURE.md → docs/architecture/overview.md
- ARCHITECTURE_SPLIT_PLAN.md → docs/architecture/split-plan.md
- AUDIT_REPORT.md → docs/_audit/audit-report-early.md
- RELEASE_NOTES_v0.{3,4,9,10,15}.0.md → docs/_archive/
- SESSION_HANDOFF_TEMPLATE.md → docs/_archive/
- REGISTRY_SUBMISSION.md → docs/_archive/

Reference updates:
- README.md: ARCHITECTURE.md → docs/architecture/overview.md
- docs/architecture/dependency-topology.md: sync reference
- docs/guides/ai-instance-handoff.md: sync reference

Physical cleanup (Recycle Bin):
- coverage_report.txt
- .venv/
- releases/v0.18.0
@juice094 juice094 merged commit 2ecc600 into main May 13, 2026
6 checks passed
@juice094 juice094 deleted the chore/root-cleanup branch May 13, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant