@odla-ai/cli 0.39.0 → 0.40.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 +70 -22
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-PJ3RATDD.js → chunk-2IHE5U3M.js} +67 -22
- package/dist/chunk-2IHE5U3M.js.map +1 -0
- package/dist/{cli-ALS5OZPB.js → cli-LRJBESE6.js} +2 -2
- package/dist/index.cjs +66 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/skills/odla/SKILL.md +6 -5
- package/skills/odla/references/agent-identity.md +1 -1
- package/dist/chunk-PJ3RATDD.js.map +0 -1
- /package/dist/{cli-ALS5OZPB.js.map → cli-LRJBESE6.js.map} +0 -0
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.40.0",
|
|
4
4
|
"description": "Agent-operable CLI for odla provisioning, calendar consent and connection lifecycle, System AI administration, Worker secrets, security jobs, and smoke checks.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://odla.ai/docs/packages/cli",
|
package/skills/odla/SKILL.md
CHANGED
|
@@ -80,13 +80,14 @@ State which path you're taking and what you'll build in one line; get a nod.
|
|
|
80
80
|
touches odla:
|
|
81
81
|
|
|
82
82
|
```bash
|
|
83
|
-
npx --yes @odla-ai/cli@latest device enroll --
|
|
83
|
+
npx --yes @odla-ai/cli@latest device enroll --no-open --wait 600
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
One browser approval. After it, every worktree on
|
|
87
|
-
short-lived credentials with nobody's attention, for
|
|
88
|
-
— including apps created later — carrying every
|
|
89
|
-
allowed to carry.
|
|
86
|
+
One browser approval, and no flags to remember. After it, every worktree on
|
|
87
|
+
this machine mints its own short-lived credentials with nobody's attention, for
|
|
88
|
+
every app the approver owns — including apps created later — carrying every
|
|
89
|
+
capability that approval was allowed to carry. Narrowing is deliberate:
|
|
90
|
+
`--app <id>` or `--capability <c>`, and the CLI says what that gave up. The deadline is a **gap, not a clock**: each use rolls it
|
|
90
91
|
forward, so continuous work never interrupts anyone.
|
|
91
92
|
|
|
92
93
|
A platform administrator can do the same across all of odla:
|
|
@@ -9,7 +9,7 @@ Enrol the machine once. Nothing else on this page is required for the ordinary
|
|
|
9
9
|
case:
|
|
10
10
|
|
|
11
11
|
```cmd
|
|
12
|
-
npx --yes @odla-ai/cli@latest device enroll --
|
|
12
|
+
npx --yes @odla-ai/cli@latest device enroll --no-open --wait 600
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
One human approval binds THIS machine. From then on every worktree on it mints
|