@critiquedotsh/harness 0.1.5 → 0.1.7

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 +4 -4
  2. package/dist/cli.js +3970 -1616
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ Docs: [CritiqueCode](https://critique.sh/docs/platform/critique-code) · [Infere
19
19
 
20
20
  Optional:
21
21
 
22
- - [`@earendil-works/pi-coding-agent`](https://www.npmjs.com/package/@earendil-works/pi-coding-agent) (installed automatically as an optional dependency; the live author kernel)
22
+ - The live author kernel (installed automatically as an optional dependency)
23
23
  - [`ffmpeg-static`](https://www.npmjs.com/package/ffmpeg-static) (optional dependency; bundled microphone recorder for `/voice`)
24
24
 
25
25
  ## Install
@@ -71,7 +71,7 @@ Then:
71
71
  critique-code
72
72
  ```
73
73
 
74
- Or skip the TTY and open a local browser UI (still the same Pi author kernel in this process, bound to `127.0.0.1` only):
74
+ Or skip the TTY and open a local browser UI (still the same author kernel in this process, bound to `127.0.0.1` only):
75
75
 
76
76
  ```bash
77
77
  critique-code web
@@ -258,9 +258,9 @@ Project `REVIEW_GUIDELINES.md` is loaded as a review constraint. `AGENTS.md`, `C
258
258
 
259
259
  ## Runtime
260
260
 
261
- The live author kernel is the open-source [Pi coding agent library](https://github.com/badlogic/pi-mono) (`@earendil-works/pi-coding-agent`). CritiqueCode **imports that library**. It does not spawn the `pi` CLI.
261
+ The live author kernel installs automatically with the package and runs in this process. Default models go through **Critique Inference** after `critique-code login`. An OpenRouter key is optional BYOK for power models outside Inference.
262
262
 
263
- If the optional dependency failed to install, reinstall the package or install the library next to the binary. Set `CRITIQUE_CODE_PI_DRIVER=off` only when you want to disable the kernel on purpose.
263
+ If the optional kernel dependency failed to install, reinstall the package. Set `CRITIQUE_CODE_PI_DRIVER=off` only when you want to disable the kernel on purpose.
264
264
 
265
265
  ## License
266
266