docs: fix INDEX numbering + refresh backlog after Phase 116

- Fixed INDEX numbering: 24/25 → 28/29 (was duplicated after Phase 116 additions)
- Updated Backlog: next candidate Phase 114 → Phase 117 (nested if + call merge)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
nyash-codex
2025-12-18 02:52:01 +09:00
parent 8440550b2f
commit f63b5c3c64
2 changed files with 3 additions and 3 deletions

View File

@ -106,11 +106,11 @@ JoinIR の箱構造と責務、ループ/if の lowering パターンを把握
- Integration smoke: `tools/smokes/v2/profiles/integration/apps/phase87_llvm_exe_min.sh` (SKIP if no LLVM) - Integration smoke: `tools/smokes/v2/profiles/integration/apps/phase87_llvm_exe_min.sh` (SKIP if no LLVM)
- **Policy**: No script duplication, integration smoke only (not quick), graceful SKIP - **Policy**: No script duplication, integration smoke only (not quick), graceful SKIP
- **Impact**: Standard procedure established, prerequisites documented - **Impact**: Standard procedure established, prerequisites documented
24. 代表的な Phase 文書(現役ラインとの接点だけ絞ったもの) 28. 代表的な Phase 文書(現役ラインとの接点だけ絞ったもの)
- `docs/development/current/main/phase33-16-INDEX.md` - `docs/development/current/main/phase33-16-INDEX.md`
- `docs/development/current/main/phase33-17-joinir-modularization-analysis.md` - `docs/development/current/main/phase33-17-joinir-modularization-analysis.md`
- `docs/development/current/main/phase183-selfhost-depth2-joinir-status.md` - `docs/development/current/main/phase183-selfhost-depth2-joinir-status.md`
25. Phase 8690Loop frontendsの要約1枚 29. Phase 8690Loop frontendsの要約1枚
- `docs/development/current/main/phase86-90-loop-frontends-summary.md` - `docs/development/current/main/phase86-90-loop-frontends-summary.md`
Phase 文書は歴史や検証ログも含むので、「JoinIR の現役設計を確認した上で、必要なときだけ掘る」という前提で読んでね。 Phase 文書は歴史や検証ログも含むので、「JoinIR の現役設計を確認した上で、必要なときだけ掘る」という前提で読んでね。

View File

@ -21,7 +21,7 @@ Related:
- ねらい: `loop/if` ネストの “構造” を SSOTControlTree/StepTreeで表せるようにする - ねらい: `loop/if` ネストの “構造” を SSOTControlTree/StepTreeで表せるようにする
- 注意: canonicalizer は観測/構造SSOTまでValueId/PHI配線は Normalized 側へ) - 注意: canonicalizer は観測/構造SSOTまでValueId/PHI配線は Normalized 側へ)
- 現状: Phase 110112 で StepTreedev-only + strict guardまで完了 - 現状: Phase 110112 で StepTreedev-only + strict guardまで完了
- 次候補Phase 114: if-only の回帰をもう1本追加then 早期 return + post 処理)→ VM/LLVM EXE parity で固定 - 次候補Phase 117: if-only の回帰をもう1本追加nested if + call merge)→ VM/LLVM EXE parity で固定
- 入口: `docs/development/current/main/design/control-tree.md` - 入口: `docs/development/current/main/design/control-tree.md`
## 中期(ループ在庫の残り) ## 中期(ループ在庫の残り)