docs(claude-do): document OperationStatus and MCP progress-reporting rules

This commit is contained in:
Mika Kuns
2026-08-12 08:44:30 +02:00
parent 3e3f44bfb9
commit 8098b7f4ec
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -226,3 +226,4 @@ list-only — there is no task-level override — and is written via `set_list_c
- The worker runs standalone — start it separately from the UI. Loopback only (127.0.0.1).
- `--permission-mode auto` by default; legacy `bypassPermissions` settings map to `auto` at dispatch time. `acceptEdits`, `plan`, `default` pass through unchanged.
- Worktree branches follow `claudedo/{id}`.
- **An MCP tool that can run longer than ~5s reports progress.** Staying silent lets the MCP client abort after 300s idle while the worker keeps working — the caller sees an abort even though the operation is still running.