@kadi.build/kadi-harness-runtime
v0.1.10
Published
Frontend-neutral KADI harness execution runtime API
Readme
kadi-harness-runtime
Frontend-neutral KADI harness execution runtime.
Runner binary
The package exposes kadi-harness-runner through the npm bin field. After
installing the package, invoke it directly from a shell or from
kadi-schedule's child-process task executor:
kadi-harness-runner --reference <base64url-signed-reference>For local development, use npm link (or npx kadi-harness-runner) so the
binary resolves from the package's dist/runner/cli.js. The runner loads a
deployment-specific module named by KADI_HARNESS_RUNNER_MODULE; that module
exports createRunnerService() and supplies the runtime registry, request
store, signing-key provider, and replay guard. This keeps credentials and KADI
service wiring out of scheduled task commands.
