Commit 99e736f
committed
fix(sdk): correct the realtime token example and fail-fast the docs bundle
The realtime skill's TriggerButton example named its token `publicAccessToken`
while passing it to useTaskTrigger, which contradicts the skill's own warning
that a read token cannot trigger a task. Renamed to `triggerToken`.
bundleSdkDocs now throws instead of warning when no doc sources are found, so a
broken skills dir fails the build rather than shipping the SDK with missing docs.1 parent 4ed7c1e commit 99e736f
2 files changed
Lines changed: 4 additions & 4 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments