docs(phase29am): mark p1 done; add p2 verifier instructions

This commit is contained in:
2025-12-29 16:56:26 +09:00
parent bee0c7f8e1
commit e9f3196668
5 changed files with 76 additions and 2 deletions

View File

@ -2,11 +2,16 @@
## Current Focus: Phase 29amCorePlan Step-A implementation
Next: Phase 29am P1Loop body Seq flatten
Next: Phase 29am P2Verifier: Loop.body Effect-only
運用ルール: integration filter で phase143_* は回さないJoinIR 回帰は phase29ae pack のみ)
運用ルール: phase286_pattern9_* は legacy pack (SKIP) を使う
移行道筋 SSOT: `docs/development/current/main/design/coreplan-migration-roadmap-ssot.md`
**2025-12-29: Phase 29am P1 完了**
- 目的: CoreLoopPlan.body で `Seq([Effect...])` を flatten して emitEffect-only制約は維持
- 変更: `src/mir/builder/control_flow/plan/lowerer.rs`
- 検証: `cargo build --release` / `./tools/smokes/v2/run.sh --profile quick` / `./tools/smokes/v2/profiles/integration/joinir/phase29ae_regression_pack_vm.sh`
**2025-12-29: Phase 29am P0 完了**
- 目的: CorePlan の If/Exit を lowerer/verifier で扱えるようにして、CorePlan 移行の土台を作る(仕様不変)
- 変更: `src/mir/builder/control_flow/plan/lowerer.rs` / `src/mir/builder/control_flow/plan/verifier.rs`