docs(phase29ab): record P8 ok fixtures and queue closeout

This commit is contained in:
2025-12-28 16:00:45 +09:00
parent 720468c3a5
commit c397016ac7
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Self Current Task — Now (main)
## Current Focus: Phase 29ab P5Pattern7 SplitScan contract fail-fast
## Current Focus: Phase 29ab P8Pattern6/7 ok path PASS
**2025-12-28: Phase 29ab P1 完了**
- 目的: Pattern2 の LoopBodyLocal promotion の最小ケースを fixture+integration smoke で固定
@ -47,6 +47,12 @@
- smokes: `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern6_{reverse,matchscan}_firstfail_min_vm.sh`
- 検証: `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern6_*"` PASS3/3
**2025-12-28: Phase 29ab P8 完了**
- 目的: Pattern6/7 の正常系 fixture を Plan/Frag/compose 経路で PASS 固定freeze を減らす)
- Pattern6 OK: `apps/tests/phase29ab_pattern6_scan_with_init_ok_min.hako`
- Pattern7 OK: `apps/tests/phase29ab_pattern7_splitscan_ok_min.hako`
- Smokes: `phase29ab_pattern6_scan_with_init_ok_min_vm`, `phase29ab_pattern7_splitscan_ok_min_vm`
**2025-12-28: Phase 29aa P5 完了**
- 目的: Return block が複数 predecessor のとき、incoming state が完全一致する場合のみ ReturnCleanup を成立させる
- 入口: `docs/development/current/main/phases/phase-29aa/README.md`