From ad2d69a07460ebee9577140fcb3fb0cc0ca4a8b0 Mon Sep 17 00:00:00 2001 From: Jason Zhao <144443939+JasonZhaoWW@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:55:08 +0800 Subject: [PATCH] docs: replace stale build.md references with refine.md --- README.md | 2 +- README_CN.md | 2 +- cli-anything-plugin/verify-plugin.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ad3923ce..7722b5a77 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/README_CN.md b/README_CN.md index f4d01f28f..b3377bff4 100644 --- a/README_CN.md +++ b/README_CN.md @@ -402,7 +402,7 @@ cli-anything/ │ ├── repl_skin.py # 统一 REPL 界面 │ ├── commands/ # 插件命令定义 │ │ ├── cli-anything.md # 主构建命令 -│ │ ├── build.md # 分阶段控制 +│ │ ├── build.md # 扩展已有 harness 覆盖面 │ │ ├── test.md # 测试运行器 │ │ └── validate.md # 标准验证 │ └── scripts/ diff --git a/cli-anything-plugin/verify-plugin.sh b/cli-anything-plugin/verify-plugin.sh index 33a8532cc..273a858e4 100755 --- a/cli-anything-plugin/verify-plugin.sh +++ b/cli-anything-plugin/verify-plugin.sh @@ -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"