Files
hakorune/docs/development/current/main/design/README.md
nyash-codex 97675b4035 docs: Phase 114 DONE
Phase 114完了に伴うドキュメント更新:
- 30-Backlog.md: Phase 114の次候補から完了済みに移行
- design/control-tree.md: Phase 110-112の進捗反映
- design/README.md, joinir-design-map.md, phases/README.md: マイナー更新

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 02:19:41 +09:00

13 lines
611 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# design/
`docs/development/current/main/design/` は、長期参照する設計図SSOT 寄り)を置く場所。
- 原則: “Phaseの作業ログ/完了報告” は `../phases/` に置く。
- 原則: “不具合調査ログ” は `../investigations/` に置く。
## 現役の設計図(入口)
- JoinIR の地図navigation SSOT: `docs/development/current/main/design/joinir-design-map.md`
- Loop Canonicalizer設計 SSOT: `docs/development/current/main/design/loop-canonicalizer.md`
- ControlTree / StepTree構造SSOT: `docs/development/current/main/design/control-tree.md`