fix(cli-run): rely on continuation markers for completion

Use hook-written continuation marker state to gate run completion checks and remove the noisy event-stream shutdown timeout log in run mode.
This commit is contained in:
YeonGyu-Kim
2026-02-17 17:50:47 +09:00
parent d3007a9aee
commit 3659c50350
19 changed files with 401 additions and 74 deletions
@@ -0,0 +1 @@
export const CONTINUATION_MARKER_DIR = ".sisyphus/run-continuation"