@odla-ai/cli 0.24.0 → 0.25.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/dist/bin.cjs +494 -179
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-7P7MI4WX.js → chunk-HG63GLGU.js} +495 -180
- package/dist/chunk-HG63GLGU.js.map +1 -0
- package/dist/index.cjs +494 -179
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-7P7MI4WX.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -161,9 +161,10 @@ declare function codeConnect(options: CodeConnectOptions): Promise<void>;
|
|
|
161
161
|
/** Run outbound presence and fenced Pi commands without opening a listener. */
|
|
162
162
|
declare function runCodeRuntime(input: CodeRuntimeInput): Promise<void>;
|
|
163
163
|
|
|
164
|
-
/** Map a CLI failure to its process exit code: 75 (EX_TEMPFAIL) marks
|
|
165
|
-
*
|
|
166
|
-
*
|
|
164
|
+
/** Map a CLI failure to its process exit code: 75 (EX_TEMPFAIL) marks work that
|
|
165
|
+
* has not failed but has not finished — a handshake still awaiting human
|
|
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
168
|
declare function exitCodeFor(err: unknown): number;
|
|
168
169
|
/** Injectable side-effect boundaries used to run and test the command dispatcher. */
|
|
169
170
|
interface CliDependencies {
|
package/dist/index.d.ts
CHANGED
|
@@ -161,9 +161,10 @@ declare function codeConnect(options: CodeConnectOptions): Promise<void>;
|
|
|
161
161
|
/** Run outbound presence and fenced Pi commands without opening a listener. */
|
|
162
162
|
declare function runCodeRuntime(input: CodeRuntimeInput): Promise<void>;
|
|
163
163
|
|
|
164
|
-
/** Map a CLI failure to its process exit code: 75 (EX_TEMPFAIL) marks
|
|
165
|
-
*
|
|
166
|
-
*
|
|
164
|
+
/** Map a CLI failure to its process exit code: 75 (EX_TEMPFAIL) marks work that
|
|
165
|
+
* has not failed but has not finished — a handshake still awaiting human
|
|
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
168
|
declare function exitCodeFor(err: unknown): number;
|
|
168
169
|
/** Injectable side-effect boundaries used to run and test the command dispatcher. */
|
|
169
170
|
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.
|
|
3
|
+
"version": "0.25.0",
|
|
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",
|