1052326311/dsh-goal-quiescence

1052326311★ 1TypeScriptLast synced: 2026-08-14

Open on GitHub

Completion evidence gate for DeepSeek Harness goal-mode subagents

README excerpt

dsh-goal-quiescence Do not complete a Harness goal while observed subagent evidence is still running or has not been explicitly returned to the goal agent. dsh-goal-quiescence is a community plugin for DeepSeek Harness. It addresses the goal-mode failure reported in DeepSeek Harness Discussion 284: a parent can call update goal(action=complete) while background reviewers are still running, after which their result can arrive too late to affect the completed goal. What it enforces For every subagent run observed after the plugin has loaded under an active goal, the plugin records the public subagent/start and subagent/end lifecycle pair. It then denies update goal(action=complete) until: 1. Every observed child run has settled. 2. The goal agent calls goal quiescence ack for every settled run. That tool returns the run's terminal assistant output as its own tool result, making the evidence visible in the parent agent's current context. goal quiescence status gives a bounded list of the runs that still block completion. The plugin does not schedule, cancel, or retry children, and it does not replace Harness goal mode. Install The bundled patch enables the plugin. It requires the norm…

View full README on GitHub →
Agentscordisdeepseek-harnessdsh-pluginsubagentagent

Category