docs(edgecfg): define bridge-pattern removal criteria (Phase 271)

This commit is contained in:
2025-12-21 23:16:44 +09:00
parent df715e909e
commit a681298889
3 changed files with 25 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# Self Current Task — Now (main)
## Next: Phase 271docs-only— Bridge pattern 撤去条件SSOT
- 目的: bridge pattern例: `Pattern9_AccumConstLoop`)を「汎用化せず、吸収して消す」ための撤去条件を SSOT 化
- 変更: `docs/development/current/main/design/edgecfg-fragments.md``docs/development/current/main/30-Backlog.md` のみ
## 2025-12-21Phase 270P0+P1— JoinIR-only minimal loop SSOT ✅
- 目的: `loop(i < 3)` + `sum=sum+i` + `i=i+1` を JoinIR 経路で通すことを fixture/smoke で固定