georesearch-dsh/georesearch-dsh--packages-run-supervisor1

@georesearch/dsh-run-supervisor

主机拥有的用于 GeoResearch 运行的持久化启动监督器

AI 分析

核心用途是持久化记录进程启动意图、PID、创建时间并捕获标准输出。适合需要在服务重启时验证终端标记、终止异常遗留进程并报告恢复状态的系统任务。

套件
@georesearch/dsh-run-supervisor
版本
0.1.0
授權
MIT
最近更新
2026年8月28日

安裝

此插件尚未提供可驗證的 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.