docs: add Phase 108 entry

This commit is contained in:
nyash-codex
2025-12-17 23:30:13 +09:00
parent 27e8e0f16a
commit 46c924ac6d
3 changed files with 11 additions and 3 deletions

View File

@ -11,3 +11,5 @@ DONE:
- fixture: `apps/tests/phase107_find_balanced_object_end_min.hako`
- smoke(VM): `tools/smokes/v2/profiles/integration/apps/phase107_find_balanced_object_end_vm.sh`
- smoke(LLVM EXE): `tools/smokes/v2/profiles/integration/apps/phase107_find_balanced_object_end_llvm_exe.sh`
補足: post-loop early return の plan 一般化は Phase 108`docs/development/current/main/phases/phase-108/README.md`)で実施する。

View File

@ -0,0 +1,6 @@
# Phase 108 — PostLoopEarlyReturn 一般化 + Pattern2 policy router SSOTActive
目的: balanced_depth_scan_policy 由来の post-loop early return を policy 共通の plan として独立させ、Pattern2 の ApplyPolicyStepBox を policy router 1 本に統一する入口SSOT
受け入れ基準: Phase 107find_balanced_array/objectの VM/LLVM EXE parity が意味論不変のまま PASS、かつ Phase 97/100/104/94 の代表 integration smoke が退行しない。
メモ: 新しい環境変数は追加しない(既存 `HAKO_JOINIR_STRICT` / `NYASH_JOINIR_DEV` のみ)。