@critiquedotsh/harness 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -1
  2. package/dist/cli.js +412 -236
  3. package/package.json +4 -3
package/README.md CHANGED
@@ -81,7 +81,9 @@ Describe the change. Slash lines (`/review`, `/ship`, …) are never sent to the
81
81
  4. **`/repair`** runs verified repair on promoted findings. It is not auto-applied chatter.
82
82
  5. `none_promoted` means nothing was promoted. It is **not** a correctness proof.
83
83
 
84
- The TTY shows a wordmark, a compact live status (`thinking` / `write path` / `read path`), then a one-line `▸` summary before the reply. It does not stream thinking paragraphs.
84
+ The author can fan out **`critique_task`** workers (`explore` is read-only; `general` / `implement` can write through the same CAS path). Independent review is still `/review`, not a worker. `critique_run` still needs your approval. Workers cannot nest `critique_task`.
85
+
86
+ The TTY shows a wordmark, a compact live status (`thinking` / `write path` / `task explore …`), then a one-line `▸` summary before the reply. It does not stream thinking paragraphs.
85
87
 
86
88
  Interactive TTY sessions keep **stdout quiet**. Pass `--json` for the session envelope. `review`, `repair`, and `capabilities` still print JSON on stdout. Live chrome goes to stderr.
87
89