docs(phase29y): Finalize P0 SSOT

This commit is contained in:
2025-12-27 14:17:18 +09:00
parent 9c6b725e3e
commit 292fb83dcb
6 changed files with 52 additions and 20 deletions

View File

@ -51,9 +51,11 @@ Related:
- `let weak w;` / `let weak w = e` の糖衣を検討(概念を増やさず `let w = weak e` にデシュガー)
- fixture/smoke は `apps/tests/*.hako` を SSOT にして VM/LLVM で共通化(必要なら LLVM 側は SKIP で理由を固定)
- **Phase 29ynext, docs-first: MIR lifecycle vocab freezeRC/weak/ABI**
- **Phase 29y✅ P0 COMPLETE, docs-first SSOT finalized: MIR lifecycle vocab freezeRC/weak/ABI**
- 状況: P0 ✅ 完了docs-first SSOT finalized: ABI/RC insertion/Observability
- 成果: 3つのSSOT文書10/20/30Ready、pilot実装固定、Next steps明文化
- 入口: `docs/development/current/main/phases/phase-29y/README.md`
- 指示書: `docs/development/current/main/phases/phase-29y/P0-DOCS-FINALIZE-INSTRUCTIONS.md`
- 次: Phase 29zRC insertion minimalまたは Phase 29xDe-Rust runtime候補
- **Phase 29xplanned, post self-host: De-Rust runtime for LLVM execution**
- 目的: LLVM 実行経路のランタイム依存を段階的に Rust から切り離す脱Rust