refactor(phase124): Delete NYASH_HAKO_CHECK_JOINIR flag completely

- Remove src/config/env/hako_check.rs entirely (file deleted)
- Comment out hako_check module in src/config/env.rs with Phase 124 markers
- Mark NYASH_HAKO_CHECK_JOINIR as deleted in environment-variables.md
- Document reason: JoinIR-only consolidation makes flag unnecessary

Phase 124 Task 2/5 complete
This commit is contained in:
nyash-codex
2025-12-04 06:27:54 +09:00
parent d58826140b
commit 3e3d1b369d
2 changed files with 5 additions and 3 deletions

View File

@ -158,7 +158,7 @@ JoinIR は制御構造を関数呼び出し + 継続に正規化する IR 層。
| `HAKO_JOINIR_IF_IN_LOOP_ENABLE` | OFF | if-in-loop JoinIR 本線切替Core 候補)。 |
| `NYASH_JOINIR_VM_BRIDGE` | OFF | VM bridge Route B。Core 判定に含まれる。 |
| `NYASH_JOINIR_LLVM_EXPERIMENT` | OFF | LLVM 経路 JoinIR 実験ハーネス専用。Core 判定に含まれる。 |
| `NYASH_HAKO_CHECK_JOINIR` | OFF | hako_check JoinIR 経路を使用Phase 123+。Phase 124 で ON がデフォルトに。 |
| ~~`NYASH_HAKO_CHECK_JOINIR`~~ | 削除済み | **Phase 124 で削除**: hako_check JoinIR 専用化。環境変数不要。 |
### DevOnly開発/計測専用)