@odla-ai/cli 0.10.2 → 0.11.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/index.d.cts CHANGED
@@ -447,8 +447,11 @@ declare function initProject(options: InitOptions): void;
447
447
  * Clerk auth and links, then per env mints or reuses credentials only for the
448
448
  * configured services, pushes the schema with the db key and the
449
449
  * rules with the developer token, and stores the provider key in the tenant
450
- * vault when `ai.keyEnv` is set and present. Finally writes the credentials file
451
- * (mode 0600, gitignored) and, when requested, `.dev.vars`.
450
+ * vault when `ai.keyEnv` is set and present. Writes the credentials file
451
+ * (mode 0600, gitignored) and, when requested, `.dev.vars`. Google Calendar
452
+ * consent runs last, per env; when the platform connector itself is not yet
453
+ * configured (`calendar_*_not_configured`), provision prints a resume hint
454
+ * (`odla-ai calendar connect`) instead of aborting.
452
455
  *
453
456
  * The developer token comes from (in order) `options.token`, `$ODLA_DEV_TOKEN`,
454
457
  * the cached `.odla` token, or a fresh email-bound device handshake — which
package/dist/index.d.ts CHANGED
@@ -447,8 +447,11 @@ declare function initProject(options: InitOptions): void;
447
447
  * Clerk auth and links, then per env mints or reuses credentials only for the
448
448
  * configured services, pushes the schema with the db key and the
449
449
  * rules with the developer token, and stores the provider key in the tenant
450
- * vault when `ai.keyEnv` is set and present. Finally writes the credentials file
451
- * (mode 0600, gitignored) and, when requested, `.dev.vars`.
450
+ * vault when `ai.keyEnv` is set and present. Writes the credentials file
451
+ * (mode 0600, gitignored) and, when requested, `.dev.vars`. Google Calendar
452
+ * consent runs last, per env; when the platform connector itself is not yet
453
+ * configured (`calendar_*_not_configured`), provision prints a resume hint
454
+ * (`odla-ai calendar connect`) instead of aborting.
452
455
  *
453
456
  * The developer token comes from (in order) `options.token`, `$ODLA_DEV_TOKEN`,
454
457
  * the cached `.odla` token, or a fresh email-bound device handshake — which
package/dist/index.js CHANGED
@@ -38,7 +38,7 @@ import {
38
38
  secretsSetClerkKey,
39
39
  smoke,
40
40
  startHostedSecurityJob
41
- } from "./chunk-MWVKOIGR.js";
41
+ } from "./chunk-KUQCJ6KA.js";
42
42
  export {
43
43
  AGENT_HARNESSES,
44
44
  CAPABILITIES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/cli",
3
- "version": "0.10.2",
3
+ "version": "0.11.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",