phase29z(p1): handle explicit drop in rc insertion

This commit is contained in:
2025-12-27 15:16:46 +09:00
parent 977f105e4e
commit 5a3d45ce53
5 changed files with 123 additions and 52 deletions

View File

@ -1,6 +1,6 @@
# Phase 29z: RC insertion minimalPhase 29y follow-up
Status: P0 Complete
Status: P1 Complete
Scope: Phase 29y の SSOTRC insertion / ABI / observabilityを前提に、**RC insertion pass を最小動作**まで進める。
Entry:
@ -13,3 +13,7 @@ Opt-in:
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を最小対応