Commit 2ebf97e
committed
docs(skills): reconcile publicApiKey canonicality across journeys
Follow-up to 063beaf — two journey files committed in c414f64 still
recommended publicLicenseKey as the primary name, which contradicts the
canonical/alias resolution established in the rename table. Source of
truth: packages/react-core/src/v2/providers/CopilotKitProvider.tsx:122-128
— publicApiKey is documented as "The Copilot Cloud public API key";
publicLicenseKey is an "Alias for publicApiKey" and resolution at line 391
is publicApiKey ?? publicLicenseKey.
- 0-to-working-chat: SPA-without-runtime branch uses publicApiKey with
VITE_CPK_PUBLIC_API_KEY (matches spa-without-runtime SKILL.md).
- go-to-production: dev-only-prop example and "move to Cloud" fix recommend
publicApiKey instead of publicLicenseKey.1 parent 063beaf commit 2ebf97e
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
0 commit comments