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