Commit 0184cb37 0184cb37d33dfcb9c59fefb52131f400e35048e3 by cnb.bofCdSsphPA

Reduce restart noise by ignoring known local smoke artifacts

Constraint: Limit this checkpoint to ignore rules and handoff notes; do not alter dataset contents
Rejected: Ignore broad data or cache trees immediately | This pass only suppresses confirmed local-generated noise with low risk
Confidence: high
Scope-risk: narrow
Directive: Keep adding ignore rules incrementally and only for artifacts proven to be local/generated noise
Tested: Confirmed the targeted .omx wait files and real-smoke CSV no longer appear in git status after the ignore update
Not-tested: Did not broaden ignore coverage to larger data/cache trees in this checkpoint
1 parent db60ba0f
...@@ -8,3 +8,8 @@ ...@@ -8,3 +8,8 @@
8 !.codex/prompts/ 8 !.codex/prompts/
9 !.codex/prompts/** 9 !.codex/prompts/**
10 .venv 10 .venv
11
12 # acr-engine local/generated noise
13 acr-engine/.omx_wait_for_fma.log
14 acr-engine/.omx_wait_for_fma.pid
15 acr-engine/configs/manifests/examples/business_asset_export_real_smoke.csv
......
1 ## 2026-06-02 本地噪音忽略规则补齐 checkpoint
2
3 完成项:
4 - 已把以下本地生成噪音加入 `.gitignore`
5 - `acr-engine/.omx_wait_for_fma.log`
6 - `acr-engine/.omx_wait_for_fma.pid`
7 - `acr-engine/configs/manifests/examples/business_asset_export_real_smoke.csv`
8
9 结论:
10 - 下次续跑时,`git status` 会少掉一批已知临时文件干扰。
11 - 这次只收敛已确认的本地生成噪音,不改变任何数据内容。
12
1 ## 2026-06-02 delivery handoff 命令格式统一 checkpoint 13 ## 2026-06-02 delivery handoff 命令格式统一 checkpoint
2 14
3 完成项: 15 完成项:
......
...@@ -258,6 +258,7 @@ ...@@ -258,6 +258,7 @@
258 - `docs/README.md` 已新增“新 session 最短阅读顺序”。 258 - `docs/README.md` 已新增“新 session 最短阅读顺序”。
259 - `docs/README.md` 已新增“新 session 最短可跑命令”。 259 - `docs/README.md` 已新增“新 session 最短可跑命令”。
260 - `AGENT.md` 已同步最短可跑命令。 260 - `AGENT.md` 已同步最短可跑命令。
261 - 已把本地 smoke 临时文件加入 `.gitignore`
261 262
262 ## 第一条可跑命令(重启后先验证) 263 ## 第一条可跑命令(重启后先验证)
263 264
......