@odla-ai/cli 0.25.8 → 0.25.10
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 +21 -0
- package/dist/bin.cjs +255 -65
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-PM5FBL3S.js → chunk-335ODYSF.js} +256 -66
- package/dist/chunk-335ODYSF.js.map +1 -0
- package/dist/index.cjs +255 -65
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-PM5FBL3S.js.map +0 -1
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.
|
|
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.
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odla-ai/cli",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.10",
|
|
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",
|