docs(phase29z): Add RC insertion minimal instructions

This commit is contained in:
2025-12-27 14:18:33 +09:00
parent 292fb83dcb
commit 2223c1309b
4 changed files with 75 additions and 1 deletions

View File

@ -57,6 +57,10 @@ Related:
- 入口: `docs/development/current/main/phases/phase-29y/README.md`
- 次: Phase 29zRC insertion minimalまたは Phase 29xDe-Rust runtime候補
- **Phase 29znext, implementation-minimal: RC insertion minimal**
- 入口: `docs/development/current/main/phases/phase-29z/README.md`
- 指示書: `docs/development/current/main/phases/phase-29z/P0-RC_INSERTION_MINIMAL-INSTRUCTIONS.md`
- **Phase 29xplanned, post self-host: De-Rust runtime for LLVM execution**
- 目的: LLVM 実行経路のランタイム依存を段階的に Rust から切り離す脱Rust
- 前提: self-host ラインが安定し、VM/LLVM conformancePhase 285が十分に固まっていること。