phase29ap(p4): shrink joinir legacy loop pattern table

This commit is contained in:
2025-12-31 04:54:02 +09:00
parent 822b67486b
commit 6910949583
5 changed files with 18 additions and 13 deletions

View File

@ -3,7 +3,7 @@
## Current Focus
- Phase: `docs/development/current/main/phases/phase-29ap/README.md`
- Next: Phase 29ap P4 (planned; see `docs/development/current/main/phases/phase-29ap/README.md`)
- Next: Phase 29ap P5 (planned; see `docs/development/current/main/phases/phase-29ap/README.md`)
## Gate (SSOT)

View File

@ -5,7 +5,7 @@ Scope: 「次にやる候補」を短く列挙するメモ。入口は `docs/dev
## Active
- Phase 29ap: `docs/development/current/main/phases/phase-29ap/README.md` (Next: P4 planned)
- Phase 29ap: `docs/development/current/main/phases/phase-29ap/README.md` (Next: P5 planned)
- JoinIR regression gate SSOT: `docs/development/current/main/phases/phase-29ae/README.md`
- CorePlan hardening (docs-first): `docs/development/current/main/phases/phase-29al/README.md`

View File

@ -34,7 +34,7 @@ Related:
## 1.1 Current (active)
- Active phase: `docs/development/current/main/phases/phase-29ap/README.md`
- Next step: Phase 29ap P4 (planned)
- Next step: Phase 29ap P5 (planned)
## 2. すでに固めた SSOT再発防止の土台

View File

@ -53,7 +53,16 @@ Gate (SSOT):
- No new logs or error strings.
- Fallback remains `Ok(None)` when shape does not match.
## P4: JoinIR legacy table shrink (Pattern8 removal) ✅
- Scope:
- Remove Pattern8 from `LOOP_PATTERNS` so plan/composer stays SSOT for normal loops.
- Keep legacy table as last resort for Pattern2/4/9 only.
- Guardrails:
- No change to logs or error strings.
- Legacy routing remains a last-resort fallback.
## Next (planned)
- P4: Router pattern-name branching reduction (planner outcome + composer SSOT)
- P5: Facts/Feature expansion if needed
- P5: Router pattern-name branching reduction (planner outcome + composer SSOT)
- P6: Facts/Feature expansion if needed