docs(phase-29y): self-contained consult packet + entry

This commit is contained in:
2025-12-27 01:03:24 +09:00
parent ba1fc21375
commit 348b19f42d
4 changed files with 122 additions and 181 deletions

View File

@ -13,7 +13,7 @@ Phase 285 の "weak + hidden root + LLVM one-pass検出/設定含む)" は
**2025-12-26: Phase 285 P2.1 完了**
- hidden root を根治し、weak-fail fixture を PASS に復帰(`x = null` 後に `weak_to_strong()``null`
- `KeepAlive(drop_after)` により「スコープ維持 / 上書きdrop」を両立(当日中に命令分離で整理)
- `KeepAlive` / `ReleaseStrong` により「スコープ維持 / 上書きdrop」を語彙として分離(後続の命令分離で整理)
**2025-12-26: Phase 285 P2.2hygiene完了**
- `KeepAlive { values, drop_after }` を廃止し、`KeepAlive` / `ReleaseStrong` に命令分離(意図を MIR 語彙で明確化)
@ -38,7 +38,7 @@ Phase 285 の "weak + hidden root + LLVM one-pass検出/設定含む)" は
**2025-12-26: Phase 284 P2 完了**
- return を含む loopPattern5を VM で smoke 固定
- LLVM harness は理由付き SKIPビルドに LLVM feature なし
- LLVM harness integration でも PASSunreachable return の型不整合を修正
- quick smoke 154/154 PASS 維持
設計相談(将来の正規化):