@odla-ai/cli 0.17.0 → 0.17.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/cli",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
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",
@@ -58,10 +58,12 @@ These bite silently; no smoke test catches them.
58
58
  `sends: { adminNotification: "payment" | "submit" | "never" }` if the site's
59
59
  policy differs — and re-check this on every chapter upgrade, since wiring a
60
60
  send changes outbound mail with no local diff.
61
- - **Account creation model.** `account: "invite"` (default) mints a Clerk
62
- invitation; `"create"` makes the account server-side; `"none"` skips. Swapping
63
- in chapter's route while expecting server-side create loses it silently — the
64
- applicant finds out when they cannot sign in.
61
+ - **Account creation model.** `account` defaults to **`"none"`** (provisions
62
+ nothing) the other models have an outbound side effect, so a site opts in.
63
+ `"create"` makes the account server-side; `"invite"` **emails a Clerk
64
+ invitation**. Swapping in chapter's route while expecting server-side create
65
+ loses it silently unless you set `account: "create"` — the applicant finds out
66
+ when they cannot sign in.
65
67
  - **CRM projection points.** chapter projects on application submit, not on
66
68
  booking or webhook status change. Mirroring pipeline stage into the CRM means
67
69
  keeping those routes.