Phase 29z: RC insertion minimal(Phase 29y follow-up)
Status: P2 Closeout
Scope: Phase 29y の SSOT(RC 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-minimalCargo feature(既定OFF)
Verification:
cargo build --release/./tools/smokes/v2/run.sh --profile quickcargo run --bin rc_insertion_selfcheck --features rc-insertion-minimal
Progress:
- P0: overwrite release(Store 上書き)
- P1: explicit drop(Store null)を最小対応
- P2: closeout(残課題と次フェーズの入口を明文化)
Next Steps(持ち越し事項):
- null 伝搬の精度向上(copy 以外の伝搬パターンを段階的に追加)
- スコープ終端の release(block end cleanup)の最小実装(単一blockから着手)
- PHI/loop/early-exit は次フェーズ以降で慎重に扱う(誤 release 防止)