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

@georesearch/dsh-run-supervisor

Host-owned persistent launch supervisor for GeoResearch runs

AI Analysis

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

Package
@georesearch/dsh-run-supervisor
Version
0.1.0
License
MIT
Last updated
Aug 28, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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.