2025-12-29 16:01:26 +09:00
|
|
|
|
---
|
|
|
|
|
|
Status: Active
|
|
|
|
|
|
Scope: JoinIR / PlanFrag “仕上げ”の設計SSOT(仕様不変)
|
|
|
|
|
|
Related:
|
|
|
|
|
|
- docs/development/current/main/design/coreplan-skeleton-feature-model.md
|
|
|
|
|
|
- docs/development/current/main/design/planfrag-ssot-registry.md
|
|
|
|
|
|
- docs/development/current/main/design/planfrag-freeze-taxonomy.md
|
|
|
|
|
|
- docs/development/current/main/design/joinir-plan-frag-ssot.md
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
# Phase 29al: CorePlan composition hardening (docs-first)
|
|
|
|
|
|
|
|
|
|
|
|
Goal: “pattern が重なる/増殖する” を設計で根治し、JoinIR/PlanFrag を **美しく閉じる**ための SSOT を揃える。
|
|
|
|
|
|
|
|
|
|
|
|
## P0: Skeleton/Feature model SSOT(docs-only)
|
|
|
|
|
|
|
|
|
|
|
|
- 指示書: `docs/development/current/main/phases/phase-29al/P0-SKELETON-FEATURE-SSOT-INSTRUCTIONS.md`
|
|
|
|
|
|
- ねらい: “骨格→特徴→合成” を SSOT として固定し、通らない/危険なパターンも Freeze taxonomy に落とす
|
|
|
|
|
|
- 成果: `docs/development/current/main/design/coreplan-skeleton-feature-model.md`
|
|
|
|
|
|
|
2025-12-29 16:10:33 +09:00
|
|
|
|
## P1: post-phi(join 入力の最終表現)SSOT
|
2025-12-29 16:01:26 +09:00
|
|
|
|
|
|
|
|
|
|
- ねらい: join 値の “最終表現” と “局所 verify” の不変条件を SSOT 化する(emit/merge の再解析禁止を強化)
|
2025-12-29 16:06:14 +09:00
|
|
|
|
- 指示書: `docs/development/current/main/phases/phase-29al/P1-POST-PHI-FINAL-FORM-SSOT-INSTRUCTIONS.md`
|
|
|
|
|
|
- SSOT: `docs/development/current/main/design/post-phi-final-form-ssot.md`
|
2025-12-29 16:01:26 +09:00
|
|
|
|
|
2025-12-29 16:16:53 +09:00
|
|
|
|
## P2: effect classification SSOT(docs-first)
|
|
|
|
|
|
|
|
|
|
|
|
- ねらい: effect 分類と “許される変形” を SSOT 化し、最適化/RC insertion/観測が相互に壊さない境界を固定する
|
|
|
|
|
|
- 指示書: `docs/development/current/main/phases/phase-29al/P2-EFFECT-CLASSIFICATION-SSOT-INSTRUCTIONS.md`
|
|
|
|
|
|
- SSOT: `docs/development/current/main/design/effect-classification-ssot.md`
|
|
|
|
|
|
|
2025-12-29 16:21:13 +09:00
|
|
|
|
## P3: ExitKind/Cleanup/Effect contract SSOT(docs-first)
|
|
|
|
|
|
|
|
|
|
|
|
- ねらい: cleanup を ExitKind と effect の契約として固定し、Control/Io を跨いだ移動や DCE 消去の事故を防ぐ
|
|
|
|
|
|
- 指示書: `docs/development/current/main/phases/phase-29al/P3-EXITKIND-CLEANUP-EFFECT-CONTRACT-INSTRUCTIONS.md`
|
|
|
|
|
|
- SSOT: `docs/development/current/main/design/exitkind-cleanup-effect-contract-ssot.md`
|
|
|
|
|
|
|
2025-12-29 16:27:29 +09:00
|
|
|
|
## P5: CorePlan migration roadmap SSOT(docs-only)
|
|
|
|
|
|
|
|
|
|
|
|
- ねらい: CorePlan へ移行完了と言える条件と、安全順のタスク列を 1 枚 SSOT として固定する
|
|
|
|
|
|
- SSOT: `docs/development/current/main/design/coreplan-migration-roadmap-ssot.md`
|
|
|
|
|
|
|
2025-12-29 16:10:33 +09:00
|
|
|
|
## Next (planned)
|
|
|
|
|
|
|
2025-12-29 16:25:34 +09:00
|
|
|
|
### P4: ExitKind に unwind を追加する設計(design only)
|
2025-12-29 16:01:26 +09:00
|
|
|
|
|
2025-12-29 16:25:34 +09:00
|
|
|
|
- ねらい: ExitKind/cleanup/effect の契約を unwind を含めて破綻しない形に拡張する(実装は別フェーズ)
|