sid-isnt-done 0.6.0

sid is a UNIX-inspired coding agent for Anthropic-compatible APIs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "protocol_version": 1,
  "description": "Ask for a human. Use this when the task is impossible, environmental, or under-specified — it is the only honest self-report. The loop will stop with exit code 3 and surface your reason to the operator.",
  "input_schema": {
    "type": "object",
    "required": ["reason"],
    "properties": {
      "reason": {
        "type": "string",
        "description": "Why a human is needed. Be specific: what you tried, what is blocked, and what decision you need."
      }
    }
  }
}