Commit cfdd1765 cfdd176585b1d785a0f32f4e14e95741a713c01f by cnb.bofCdSsphPA

Synchronize the shortest runnable restart command into agent memory

Constraint: Limit this checkpoint to memory and handoff documentation only
Rejected: Keep the restart command only in README | New sessions should see the first verification command directly in AGENT memory too
Confidence: high
Scope-risk: narrow
Directive: Keep AGENT memory focused on restart-critical commands and avoid duplicating full workflow specs there
Tested: Rechecked 174 relative links across AGENT, changelog, and handoff docs
Not-tested: No code or training path executed in this memory-only checkpoint
1 parent 74313c01
......@@ -90,3 +90,16 @@
- `docs/session-handoff.md`
- `docs/CHANGELOG.md`
## 7.5 新 session 最短可跑命令
```bash
cd /workspace/acr-engine
/usr/local/miniconda3/bin/python scripts/business_export_offline_smoke.py \
--output-root /tmp/business_export_offline_smoke
```
预期:
- 业务导出离线链跑通
- 生成项目 manifests
- `train.py --dry-run` 通过
......
## 2026-06-02 AGENT 记忆同步最短可跑命令 checkpoint
完成项:
- 已把 `business_export_offline_smoke.py` 的最短可跑命令同步到 `AGENT.md`
- 已让 README 与 AGENT 的重启入口保持一致。
结论:
- 下次新 session 启动时,不仅 docs 能找到最短验证命令,AGENT 记忆里也能直接看到。
## 2026-06-02 总览页补齐最短可跑命令 checkpoint
完成项:
......
......@@ -257,6 +257,7 @@
- `docs/README.md` 已补齐业务数据接入导航与最短链说明。
- `docs/README.md` 已新增“新 session 最短阅读顺序”。
- `docs/README.md` 已新增“新 session 最短可跑命令”。
- `AGENT.md` 已同步最短可跑命令。
### 最优先待办
1. 把已完成的 toy bucket baseline 升级为语义 bucket(风格 / 结构 / hard-case)。
......