docs(phase29an): add p6 planner skeleton gate

This commit is contained in:
2025-12-29 18:43:29 +09:00
parent 1319cbfb27
commit 02368edd14
4 changed files with 74 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## Current Focus: Phase 29anSkeleton/Feature Facts
Next: Phase 29an P5SkeletonFacts: if without else
Next: Phase 29an P6Planner skeleton gate
運用ルール: integration filter で phase143_* は回さないJoinIR 回帰は phase29ae pack のみ)
運用ルール: phase286_pattern9_* は legacy pack (SKIP) を使う
移行道筋 SSOT: `docs/development/current/main/design/coreplan-migration-roadmap-ssot.md`
@ -12,6 +12,11 @@ Next: Phase 29an P5SkeletonFacts: if without else
- 変更: `src/mir/builder/control_flow/plan/facts/loop_facts.rs` / `src/mir/builder/control_flow/plan/planner/build.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 29an P5 完了**
- 目的: SkeletonFacts の If2 判定を else 有無に依存しない形へ修正(未接続・仕様不変)
- 変更: `src/mir/builder/control_flow/plan/facts/skeleton_facts.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 29an P3 完了**
- 目的: Freeze taxonomy の `unstructured` タグをコード語彙へ追加(未使用のまま、仕様不変)
- 変更: `src/mir/builder/control_flow/plan/planner/freeze.rs`