Files
hakorune/docs/development/current/main/phases/phase-29z/README.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

# Phase 29z: RC insertion minimalPhase 29y follow-up
Status: P2 Closeout
Scope: Phase 29y の SSOTRC insertion / ABI / observabilityを前提に、**RC insertion pass を最小動作**まで進める。
Entry:
- SSOT: `docs/development/current/main/phases/phase-29y/20-RC-INSERTION-SSOT.md`
- 指示書: `docs/development/current/main/phases/phase-29z/P0-RC_INSERTION_MINIMAL-INSTRUCTIONS.md`
Opt-in:
- `rc-insertion-minimal` Cargo feature既定OFF
Verification:
- `cargo build --release` / `./tools/smokes/v2/run.sh --profile quick`
- `cargo run --bin rc_insertion_selfcheck --features rc-insertion-minimal`
Progress:
- P0: overwrite releaseStore 上書き)
- P1: explicit dropStore nullを最小対応
- P2: closeout残課題と次フェーズの入口を明文化
Next Steps持ち越し事項:
- null 伝搬の精度向上copy 以外の伝搬パターンを段階的に追加)
- スコープ終端の releaseblock end cleanupの最小実装単一blockから着手
- PHI/loop/early-exit は次フェーズ以降で慎重に扱う(誤 release 防止)