feat(edgecfg): Phase 281 P3 - cleanup Normal wiring + docs

This commit is contained in:
2025-12-23 04:11:02 +09:00
parent 2d5607930c
commit a744be929a
9 changed files with 675 additions and 111 deletions

View File

@ -1,6 +1,6 @@
# Phase 273: Plan Extractor (Pure) + PlanLowerer SSOT
Status: ✅ P0/P1/P2 completed (2025-12-22)
Status: ✅ P0/P1/P2/P3/P4 completed (2025-12-22, updated 2025-12-23)
Goal:
- pattern 列挙の裾広がりを止める。
@ -18,6 +18,11 @@ P2 では Pattern7split scanを Plan ラインへ移行し、P1 の CorePl
- ✅ CoreEffectPlan: `dst: Option<ValueId>` + `effects: EffectMask` で副作用(例: `push`)を表現可能にした
- ✅ Lowerer: “split” の知識を持たず、CorePlan のみを処理pattern-agnostic 維持)
## P3/P42025-12-22〜2025-12-23
- P3: legacy fallback を撤去し、generalized CoreLoopPlan を SSOT 化(構造で揺れを消す)
- P4: Plan line を current operational SSOT として文書化(導線固定)
## P1 完了 (2025-12-22)
### アーキテクチャ