Unify the first runnable command across all primary restart entrypoints
Constraint: Limit this checkpoint to handoff and changelog documentation consistency Rejected: Leave small formatting mismatches across entrypoints | Restart guidance should be byte-level easy to copy and compare Confidence: high Scope-risk: narrow Directive: Keep the first verification command identical across AGENT, README, session handoff, and delivery handoff Tested: Verified all four primary entrypoints contain the same runnable command block Not-tested: No code or training path executed in this consistency-only checkpoint
Showing
3 changed files
with
32 additions
and
1 deletions
| 1 | ## 2026-06-02 delivery handoff 命令格式统一 checkpoint | ||
| 2 | |||
| 3 | 完成项: | ||
| 4 | - 已把 `docs/delivery-handoff-2026-06-02.md` 中的最短可跑命令格式统一到与其他主入口一致。 | ||
| 5 | |||
| 6 | 结论: | ||
| 7 | - `AGENT.md` / `docs/README.md` / `docs/session-handoff.md` / `docs/delivery-handoff-2026-06-02.md` 现在都包含同一条格式一致的第一验证命令。 | ||
| 8 | |||
| 9 | ## 2026-06-02 session handoff 补齐第一条可跑命令 checkpoint | ||
| 10 | |||
| 11 | 完成项: | ||
| 12 | - 已把完整的最短可跑命令补入 `docs/session-handoff.md`。 | ||
| 13 | - 四个主入口现在都包含同一条第一验证命令。 | ||
| 14 | |||
| 15 | 结论: | ||
| 16 | - 新 session 即使先打开 `session-handoff.md`,也能直接执行第一条验证命令,而不必再跳转查找。 | ||
| 17 | |||
| 1 | ## 2026-06-02 delivery handoff 同步最短可跑命令 checkpoint | 18 | ## 2026-06-02 delivery handoff 同步最短可跑命令 checkpoint |
| 2 | 19 | ||
| 3 | 完成项: | 20 | 完成项: | ... | ... |
| ... | @@ -95,7 +95,8 @@ test -f /tmp/ab_smoke_seg_cap48_top2_seed999/report.json && cat /tmp/ab_smoke_se | ... | @@ -95,7 +95,8 @@ test -f /tmp/ab_smoke_seg_cap48_top2_seed999/report.json && cat /tmp/ab_smoke_se |
| 95 | 95 | ||
| 96 | ```bash | 96 | ```bash |
| 97 | cd /workspace/acr-engine | 97 | cd /workspace/acr-engine |
| 98 | /usr/local/miniconda3/bin/python scripts/business_export_offline_smoke.py --output-root /tmp/business_export_offline_smoke | 98 | /usr/local/miniconda3/bin/python scripts/business_export_offline_smoke.py \ |
| 99 | --output-root /tmp/business_export_offline_smoke | ||
| 99 | ``` | 100 | ``` |
| 100 | 101 | ||
| 101 | 预期: | 102 | 预期: | ... | ... |
| ... | @@ -259,6 +259,19 @@ | ... | @@ -259,6 +259,19 @@ |
| 259 | - `docs/README.md` 已新增“新 session 最短可跑命令”。 | 259 | - `docs/README.md` 已新增“新 session 最短可跑命令”。 |
| 260 | - `AGENT.md` 已同步最短可跑命令。 | 260 | - `AGENT.md` 已同步最短可跑命令。 |
| 261 | 261 | ||
| 262 | ## 第一条可跑命令(重启后先验证) | ||
| 263 | |||
| 264 | ```bash | ||
| 265 | cd /workspace/acr-engine | ||
| 266 | /usr/local/miniconda3/bin/python scripts/business_export_offline_smoke.py \ | ||
| 267 | --output-root /tmp/business_export_offline_smoke | ||
| 268 | ``` | ||
| 269 | |||
| 270 | 预期: | ||
| 271 | - 业务导出离线链跑通 | ||
| 272 | - 项目 `catalog/train/test/val` 成功生成 | ||
| 273 | - `train.py --dry-run` 通过 | ||
| 274 | |||
| 262 | ### 最优先待办 | 275 | ### 最优先待办 |
| 263 | 1. 把已完成的 toy bucket baseline 升级为语义 bucket(风格 / 结构 / hard-case)。 | 276 | 1. 把已完成的 toy bucket baseline 升级为语义 bucket(风格 / 结构 / hard-case)。 |
| 264 | - 模板:`acr-engine/configs/buckets/fma_semantic_bucket_template.json` | 277 | - 模板:`acr-engine/configs/buckets/fma_semantic_bucket_template.json` | ... | ... |
-
Please register or sign in to post a comment