@odla-ai/cli 0.25.8 → 0.25.9

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/dist/index.d.cts CHANGED
@@ -164,7 +164,8 @@ declare function runCodeRuntime(input: CodeRuntimeInput): Promise<void>;
164
164
  /** Map a CLI failure to its process exit code: 75 (EX_TEMPFAIL) marks work that
165
165
  * has not failed but has not finished — a handshake still awaiting human
166
166
  * approval (the pending state is persisted, so rerunning resumes it), or a
167
- * `discuss watch` that timed out before anyone replied. Everything else is 1. */
167
+ * `discuss watch` that timed out before anyone replied. A stale checkpoint is
168
+ * a consistency failure (3); an exhausted remote retry is retryable (6). */
168
169
  declare function exitCodeFor(err: unknown): number;
169
170
  /** Injectable side-effect boundaries used to run and test the command dispatcher. */
170
171
  interface CliDependencies {
package/dist/index.d.ts CHANGED
@@ -164,7 +164,8 @@ declare function runCodeRuntime(input: CodeRuntimeInput): Promise<void>;
164
164
  /** Map a CLI failure to its process exit code: 75 (EX_TEMPFAIL) marks work that
165
165
  * has not failed but has not finished — a handshake still awaiting human
166
166
  * approval (the pending state is persisted, so rerunning resumes it), or a
167
- * `discuss watch` that timed out before anyone replied. Everything else is 1. */
167
+ * `discuss watch` that timed out before anyone replied. A stale checkpoint is
168
+ * a consistency failure (3); an exhausted remote retry is retryable (6). */
168
169
  declare function exitCodeFor(err: unknown): number;
169
170
  /** Injectable side-effect boundaries used to run and test the command dispatcher. */
170
171
  interface CliDependencies {
package/dist/index.js CHANGED
@@ -49,7 +49,7 @@ import {
49
49
  startHostedSecurityJob,
50
50
  surfacePaths,
51
51
  validateInvocation
52
- } from "./chunk-PM5FBL3S.js";
52
+ } from "./chunk-HXUVCUEM.js";
53
53
  export {
54
54
  AGENT_HARNESSES,
55
55
  CAPABILITIES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/cli",
3
- "version": "0.25.8",
3
+ "version": "0.25.9",
4
4
  "description": "Agent-operable CLI for odla provisioning, calendar consent and sync lifecycle, System AI administration, Worker secrets, security jobs, and smoke checks.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://odla.ai/docs/packages/cli",