@odla-ai/cli 0.25.23 → 0.26.2
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 +13 -2
- package/dist/bin.cjs +270 -108
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-JJ42NV7X.js → chunk-MBZXWPZP.js} +272 -110
- package/dist/chunk-MBZXWPZP.js.map +1 -0
- package/dist/index.cjs +270 -108
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -11
- package/dist/index.d.ts +13 -11
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/skills/odla/references/sdks.md +5 -3
- package/skills/odla-migrate/references/phase-2b-calendar.md +13 -8
- package/dist/chunk-JJ42NV7X.js.map +0 -1
package/README.md
CHANGED
|
@@ -192,7 +192,11 @@ resume the same durable journal entry, while the Registry CAS revision rejects
|
|
|
192
192
|
stale state.
|
|
193
193
|
|
|
194
194
|
Apply prints the operation receipt, including ordered step attempts and its
|
|
195
|
-
|
|
195
|
+
canonical environment-settings recovery URL. Studio preserves the exact
|
|
196
|
+
operation id in that URL and renders the matching
|
|
197
|
+
`operations get <id> --json` recovery command. Plans that require Studio now
|
|
198
|
+
link to the explicit app/environment settings scope instead of an ambiguous
|
|
199
|
+
app-level Settings page. `operations get` reads one exact id without replaying it;
|
|
196
200
|
`operations wait` polls that id for 60 seconds by default (`--timeout` and
|
|
197
201
|
`--interval` are explicit seconds). A still-running bounded wait exits 75 after
|
|
198
202
|
printing its last receipt. Every terminal receipt is independently
|
|
@@ -227,7 +231,10 @@ npx @odla-ai/cli runbook edit db --note "retract replaced the null write"
|
|
|
227
231
|
|
|
228
232
|
Platform runbook edits need admin or the `platform:runbook:write` capability,
|
|
229
233
|
which the CLI requests for you; a plain handshake token is never admin by
|
|
230
|
-
design
|
|
234
|
+
design. `odla-ai whoami` reports the actual credential-bound principal by
|
|
235
|
+
friendly name, handle, and kind; an agent's manager; the credential kind; and
|
|
236
|
+
the accountable human owner separately. Manager metadata explains organization
|
|
237
|
+
but never grants authority.
|
|
231
238
|
|
|
232
239
|
**Is the corpus itself still true?**
|
|
233
240
|
|
|
@@ -503,6 +510,10 @@ claimable Studio request, and the public start/poll shape intentionally does not
|
|
|
503
510
|
reveal whether an account exists. The signed-in matching user must explicitly
|
|
504
511
|
review the exact code before it becomes pending, and only one claimed pending
|
|
505
512
|
or approved-but-uncollected request can be active for that user.
|
|
513
|
+
For an ordinary request, Studio also requires at least one exact project
|
|
514
|
+
selection. The credential receives project metadata, PM, discussion, and
|
|
515
|
+
brand-candidate editing grants only for those projects, never ambient owner
|
|
516
|
+
access, app administration, or brand approval.
|
|
506
517
|
|
|
507
518
|
Developer grants are tracked by id, owner, label, scopes, creation/expiry,
|
|
508
519
|
last use, and revocation state. The plaintext token is delivered once to the
|