@evident-ai/runner-synchroniser 3.2.1-dev.fa69368 → 3.3.0
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 +1 -1
- package/dist/cli.js +39406 -27065
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -319,7 +319,7 @@ task, and only a `0` — returned solely on a confirmed `desiredCount` of 0 —
|
|
|
319
319
|
`src/shell-contract.json` is the machine-checked source of truth for the command list, and
|
|
320
320
|
`shell-contract.test.ts` holds **every** shell that speaks it to it — Fargate's
|
|
321
321
|
`packages/runner-image/entrypoint.sh` and the MicroVM's
|
|
322
|
-
`
|
|
322
|
+
`packages/runner-cdk/microvm-image/hooks` (#608), discovered by grep so a third one
|
|
323
323
|
cannot go unchecked. Each shell must: call only subcommands the CLI implements (and, for
|
|
324
324
|
`entrypoint.sh`, call all of them); route every call through one `run_synchroniser`; report
|
|
325
325
|
a broken tool; and take each answer code the commands it calls can return **silently and by
|