georesearch-dsh/georesearch-dsh--packages-run-supervisor ↗★ 1
@georesearch/dsh-run-supervisor
主机拥有的用于 GeoResearch 运行的持久化启动监督器
AI 分析
核心用途是持久化记录进程启动意图、PID、创建时间并捕获标准输出。适合需要在服务重启时验证终端标记、终止异常遗留进程并报告恢复状态的系统任务。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 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.