docs(phase29ab): record P6 pattern6 contract freeze

This commit is contained in:
2025-12-28 15:38:49 +09:00
parent b52788b3f6
commit 7ae96fcc4c
2 changed files with 9 additions and 1 deletions

View File

@ -34,6 +34,13 @@
- smoke: `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern7_firstfail_min_vm.sh`
- 検証: `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern7_*"` PASS
**2025-12-28: Phase 29ab P6 完了**
- 目的: Pattern6 ScanWithInit の near-miss契約違反を extractor 段で freeze に固定SSOT化
- 実装: `src/mir/builder/control_flow/joinir/patterns/pattern6_scan_with_init.rs``[joinir/phase29ab/pattern6/contract]`
- fixture: `apps/tests/phase29ab_pattern6_firstfail_min.hako`
- smoke: `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern6_firstfail_min_vm.sh`
- 検証: `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern6_*"` PASS
**2025-12-28: Phase 29aa P5 完了**
- 目的: Return block が複数 predecessor のとき、incoming state が完全一致する場合のみ ReturnCleanup を成立させる
- 入口: `docs/development/current/main/phases/phase-29aa/README.md`