@odla-ai/chapter 0.29.0 → 0.30.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.cjs CHANGED
@@ -2160,18 +2160,22 @@ var clerkIntegration = {
2160
2160
  ],
2161
2161
  secrets: [
2162
2162
  {
2163
- key: "CLERK_WEBHOOK_SECRET",
2163
+ // odla-db reads this exact name (CLERK_WEBHOOK_SECRET_NAME in the
2164
+ // platform's clerk-webhook.ts); it is also what `odla-ai secrets set`
2165
+ // writes. It read "CLERK_WEBHOOK_SECRET" until 0.30.0, which sent
2166
+ // adopters to store the value under a name nothing looks up.
2167
+ name: "clerk_webhook_secret",
2164
2168
  description: "Svix signing secret for Clerk user webhooks \u2014 verifies $users sync events.",
2165
2169
  pattern: "whsec_",
2166
2170
  mode: "full",
2167
- vault: true
2171
+ required: false
2168
2172
  },
2169
2173
  {
2170
- key: "clerk_secret_key",
2174
+ name: "clerk_secret_key",
2171
2175
  description: "Clerk backend key (sk_*) \u2014 powers account creation, the public role claim, and backend-only private profile signals; it also lets odla-db resolve user email/name via the Clerk API.",
2172
2176
  pattern: "sk_",
2173
2177
  mode: "full",
2174
- vault: true
2178
+ required: false
2175
2179
  }
2176
2180
  ],
2177
2181
  syncs: [