Updates
Rolling release / release (push) Successful in 6m40s

This commit is contained in:
2026-09-12 14:45:04 -04:00
parent dac3b0b9f2
commit 390b2fa098
29 changed files with 381 additions and 174 deletions
+6 -4
View File
@@ -7,10 +7,12 @@ that ships with this repository.
## Layout and runtime
The harness is a standalone Node.js CommonJS package. Its public entrypoint is
`index.js`, with the CLI at `bin/cli.js`. The README says Node 20 is enough for
the harness itself, while its QVAC inference dependency requires Node 22.17+;
Jarvis therefore requires Node 22.17+.
The harness is a standalone CommonJS package. Its public entrypoint is
`index.js`, with the CLI at `bin/cli.js`. The harness README says Node 20 is
enough for the package itself; QVAC inference on Node needs 22.17+. That
Node requirement applies to tests and `node vendor/agent-harness/bin/cli.js`,
not to production `jarvisd`. Jarvis runs the copied harness inside packaged
Bare.
Important modules: