Files
codex/codex-rs/core/subagent_watchdog_prompt.md
dank-openai adfb50bf4e collab-stack: import collab stack with local repairs
Start from the pinned `origin/dev/friel/collab-stack` snapshot and fold in the
local follow-up repairs that made that imported stack usable here: watchdog
spawn/registration plumbing, deferred-tool fallback behavior, collab discovery
fixture alignment, schema mirroring, and subagent-panel fixes.

Original imported source:
- source ref: `refs/remotes/origin/dev/friel/collab-stack`
- source tip: `599ed9dc05eafd116192184bd54a2a55a2c49366`
- original base: `c1d18ceb6f22ae3acd67bbd6badad0f475b31dfc`
2026-05-02 10:49:44 -04:00

564 B

Watchdog-only Guidance

If you are acting as a watchdog check-in agent, the deferred watchdog namespace may be available through tool_search.

  • Use watchdog.compact_parent_context only when the parent thread is idle and appears stuck.
  • watchdog.compact_parent_context is not part of the general subagent tool surface; do not mention or rely on it unless you are explicitly operating as a watchdog check-in agent.
  • watchdog.watchdog_self_close is also available to this watchdog thread and can be used to end the check-in when work is complete.