From 0678bffcb3d1a230e91c1663cb22315380c1c6db Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 29 Mar 2026 12:21:59 -0700 Subject: [PATCH] Fix README: add --no-timeout, --output-format diff, thinktank init Fixes found by thinktank ensemble (3/3 agents, 89% convergence): - Add missing --no-timeout flag to run command table - Update --output-format to include diff option - Add thinktank init command section - Remove duplicate init entry Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 752b6b4..25fdcd3 100644 --- a/README.md +++ b/README.md @@ -143,10 +143,15 @@ Run N parallel agents on a task. | `--threshold ` | Convergence clustering similarity threshold, 0.0–1.0 (default: 0.3) | | `--whitespace-insensitive` | Ignore whitespace in convergence comparison | | `--retry` | Re-run only failed/timed-out agents from the last run | -| `--output-format ` | Output format: `text` (default) or `json` | +| `--no-timeout` | Disable agent timeout entirely | +| `--output-format ` | Output format: `text` (default), `json`, or `diff` | | `--no-color` | Disable colored output | | `--verbose` | Show detailed agent output | +### `thinktank init` + +Set up thinktank in the current project — checks prerequisites and detects your test command. + ### `thinktank apply` Apply the recommended agent's changes to your working tree.