docs: replace stale build.md references with refine.md

This commit is contained in:
Jason Zhao
2026-03-09 18:55:08 +08:00
parent be6de690e1
commit ad2d69a074
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ cli-anything/
│ ├── repl_skin.py # Unified REPL interface
│ ├── commands/ # Plugin command definitions
│ │ ├── cli-anything.md # Main build command
│ │ ├── build.md # Phase-by-phase control
│ │ ├── refine.md # Expand existing harness coverage
│ │ ├── test.md # Test runner
│ │ └── validate.md # Standards validation
│ └── scripts/
+1 -1
View File
@@ -402,7 +402,7 @@ cli-anything/
│ ├── repl_skin.py # 统一 REPL 界面
│ ├── commands/ # 插件命令定义
│ │ ├── cli-anything.md # 主构建命令
│ │ ├── build.md # 分阶段控制
│ │ ├── build.md # 扩展已有 harness 覆盖面
│ │ ├── test.md # 测试运行器
│ │ └── validate.md # 标准验证
│ └── scripts/
+1 -1
View File
@@ -22,7 +22,7 @@ check_file "README.md"
check_file "LICENSE"
check_file "PUBLISHING.md"
check_file "commands/cli-anything.md"
check_file "commands/build.md"
check_file "commands/refine.md"
check_file "commands/test.md"
check_file "commands/validate.md"
check_file "scripts/setup-cli-anything.sh"