core: add Core Direct string canaries (substring/charAt/replace); Stage‑B: alias table (ENV) support with BundleResolver; docs: Exit Code Policy tag→rc rules and checklist updates.

This commit is contained in:
nyash-codex
2025-11-02 16:24:50 +09:00
parent 8b006575c1
commit 0cd2342b05
14 changed files with 371 additions and 26 deletions

View File

@ -119,5 +119,5 @@ fn try_run_core_direct(json: &str) -> Option<i32> {
break;
}
}
rc
if let Some(code) = rc { Some(code) } else { Some(1) }
}