oracle
| Version | 2026.144.1443 |
| Repo | superproject |
Oracle CLI for bundling prompts and running multi-engine AI queries Installs the @steipete/oracle npm package globally from package.json, placing the oracle executable on PATH at ${HOME}/.npm-global/bin/oracle. Requires the nodejs runtime. The binary’s presence and its –version entrypoint are deterministically verifiable in the built image with no network access or API credentials.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
the oracle executable is installed at ${HOME}/.npm-global/bin/oracle |
check |
running oracle –version exits cleanly |
agent-check |
the oracle CLI and its nodejs runtime are installed in the image |
agent-check |
a user runs oracle with a bundled prompt against its configured AI engines |
agent-check |
oracle dispatches the prompt to each configured engine and returns their answers |