@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.
- package/README.md +4 -4
- package/dist/cli.js +3970 -1616
- 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
|
-
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|