georesearch-dsh/georesearch-dsh--packages-run-supervisor ↗★ 1
@georesearch/dsh-run-supervisor
Host-owned persistent launch supervisor for GeoResearch runs
AI 분석
核心用途是持久化记录进程启动意图、PID、创建时间并捕获标准输出。适合需要在服务重启时验证终端标记、终止异常遗留进程并报告恢复状态的系统任务。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
@georesearch/dsh-run-supervisor
The Phase 2 Supervisor persists launch intent before process creation, records PID and process creation time in a launch receipt, captures stdout/stderr to Host-private run paths, and writes an exit marker before the Run Service forms a terminal RunRecord.
It owns no Agent or Tool reference. A new service instance can validate a
persisted terminal marker from launch ID, PID, and creation time. It cannot
reattach to Harness stdout/stderr collectors from an earlier Host process; if
the old process is still running, the Supervisor terminates it using the
persisted Run grace period and reports recovery-required.