feat(core): make watchdogs role-driven

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Friel
2026-03-27 16:08:03 -07:00
parent 3e8bd6b801
commit 074216d951
11 changed files with 226 additions and 8 deletions

View File

@@ -46,6 +46,12 @@
}
],
"description": "Optional default spawn mode when `spawn_agent` omits `spawn_mode`."
},
"watchdog_interval_s": {
"description": "Optional watchdog interval in seconds for roles that should behave as watchdogs.",
"format": "int64",
"minimum": 1.0,
"type": "integer"
}
},
"type": "object"