sdd: clarify deviation valve scope and concern status

This commit is contained in:
Drew Ritter
2026-07-20 02:33:10 -07:00
parent f0ef65c126
commit ef834a2949
2 changed files with 5 additions and 2 deletions

View File

@@ -156,7 +156,8 @@ Subagent (general-purpose):
If BLOCKED or NEEDS_CONTEXT, put the specifics in the final message
itself — the controller acts on it directly.
Use DONE_WITH_CONCERNS if you completed the work but have doubts about correctness.
Use DONE_WITH_CONCERNS if you completed the work but have doubts about correctness, or
when you are reporting a known deviation you could not safely fix.
Use BLOCKED if you cannot complete the task. Use NEEDS_CONTEXT if you need
information that wasn't provided. Never silently produce work you're unsure about.
```