runner: introduce CoreExecutor box for JSON→exec; wire Gate‑C pipe to CoreExecutor. Stage‑B bundling: duplicate name Fail‑Fast + mix canary; add Core Map/String positive smokes; add Gate‑C budget opt‑in canary; docs: Exit Code Policy; apply child_env in PyVM common util.

This commit is contained in:
nyash-codex
2025-11-02 15:43:43 +09:00
parent 110b4f3321
commit a1d5b82683
43 changed files with 1077 additions and 99 deletions

View File

@ -3,8 +3,8 @@
# stringbox_basic.sh - StringBoxの基本操作テスト
# 共通ライブラリ読み込み(必須)
source "$(dirname "$0")/../../../lib/test_runner.sh"
source "$(dirname "$0")/../../../lib/result_checker.sh"
source "$(dirname "$0")/../../lib/test_runner.sh"
source "$(dirname "$0")/../../lib/result_checker.sh"
source "$(dirname "$0")/_ensure_fixture.sh"
# 環境チェック(必須)