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`

View File

@ -16,7 +16,8 @@ Related:
- P5: Pattern7 SplitScan first-fail契約違反を freeze で固定して SSOT 化
- P6: Pattern6 ScanWithInit first-fail契約違反を freeze で固定して SSOT 化
- P7: Pattern6 reverse scan / MatchScan の near-miss を追加で freeze 固定(負債を先に顕在化)
- P8: Pattern6/7 “正常系” を Plan/Frag/compose へ寄せて PASS 固定freeze を減らす本丸)
- P8: Pattern6/7 “正常系” を Plan/Frag/compose へ寄せて PASS 固定freeze を減らす本丸)
- P9: Phase 29ab closeoutNow/Backlog/phase README を更新して完了宣言)
- **Phase 288✅ P0P3 + 288.1 complete: REPL mode**
- 入口: `docs/development/current/main/phases/phase-288/README.md`