@contractspec/bundle.library 3.9.6 → 3.9.8
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/.turbo/turbo-build.log +238 -230
- package/CHANGELOG.md +88 -0
- package/dist/components/docs/DocsIndexPage.js +2 -2
- package/dist/components/docs/docsManifest.js +1 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +40 -4
- package/dist/components/docs/getting-started/index.js +46 -10
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.d.ts +3 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.js +95 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.d.ts +1 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.js +95 -0
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
- package/dist/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/components/docs/guides/guides.docblocks.js +3 -1
- package/dist/components/docs/guides/index.d.ts +1 -0
- package/dist/components/docs/guides/index.js +139 -44
- package/dist/components/docs/index.js +586 -266
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.d.ts +16 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.js +148 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.d.ts +1 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.js +148 -0
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/components/docs/libraries/index.d.ts +1 -0
- package/dist/components/docs/libraries/index.js +217 -64
- package/dist/components/docs/specs/SpecsDataViewsPage.js +37 -1
- package/dist/components/docs/specs/index.js +37 -1
- package/dist/index.js +597 -277
- package/dist/libs/posthog/client.js +1 -1
- package/dist/node/components/docs/DocsIndexPage.js +2 -2
- package/dist/node/components/docs/docsManifest.js +1 -1
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +40 -4
- package/dist/node/components/docs/getting-started/index.js +46 -10
- package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.content.js +94 -0
- package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.js +94 -0
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
- package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/node/components/docs/guides/guides.docblocks.js +3 -1
- package/dist/node/components/docs/guides/index.js +139 -44
- package/dist/node/components/docs/index.js +586 -266
- package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.content.js +147 -0
- package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.js +147 -0
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/node/components/docs/libraries/index.js +217 -64
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +37 -1
- package/dist/node/components/docs/specs/index.js +37 -1
- package/dist/node/index.js +597 -277
- package/dist/node/libs/posthog/client.js +1 -1
- package/package.json +71 -23
- package/src/components/docs/docsManifest.ts +22 -0
- package/src/components/docs/generated/docs-index._common.json +2008 -1699
- package/src/components/docs/generated/docs-index.agent-console.json +377 -377
- package/src/components/docs/generated/docs-index.ai-chat-assistant.json +17 -17
- package/src/components/docs/generated/docs-index.ai-chat.json +105 -105
- package/src/components/docs/generated/docs-index.ai-support-bot.json +9 -9
- package/src/components/docs/generated/docs-index.analytics-dashboard.json +169 -169
- package/src/components/docs/generated/docs-index.app-config.json +137 -137
- package/src/components/docs/generated/docs-index.artisan-knowledge-product.json +17 -17
- package/src/components/docs/generated/docs-index.artisan-payments-stripe.json +33 -33
- package/src/components/docs/generated/docs-index.audit-trail.json +49 -49
- package/src/components/docs/generated/docs-index.calendar-google.json +9 -9
- package/src/components/docs/generated/docs-index.content-generation.json +9 -9
- package/src/components/docs/generated/docs-index.control-plane.json +17 -17
- package/src/components/docs/generated/docs-index.crm-pipeline.json +161 -161
- package/src/components/docs/generated/docs-index.data-grid-showcase.json +25 -25
- package/src/components/docs/generated/docs-index.defineExample.json +9 -9
- package/src/components/docs/generated/docs-index.email-gmail.json +9 -9
- package/src/components/docs/generated/docs-index.feature-flags.json +217 -217
- package/src/components/docs/generated/docs-index.files.json +177 -177
- package/src/components/docs/generated/docs-index.generated.ts +20 -20
- package/src/components/docs/generated/docs-index.harness-lab.json +9 -9
- package/src/components/docs/generated/docs-index.health.json +97 -97
- package/src/components/docs/generated/docs-index.identity-rbac.json +313 -313
- package/src/components/docs/generated/docs-index.in-app-docs.json +9 -9
- package/src/components/docs/generated/docs-index.integration-hub.json +265 -265
- package/src/components/docs/generated/docs-index.integration-posthog.json +9 -9
- package/src/components/docs/generated/docs-index.integration-stripe.json +9 -9
- package/src/components/docs/generated/docs-index.integration-supabase.json +9 -9
- package/src/components/docs/generated/docs-index.jobs.json +137 -137
- package/src/components/docs/generated/docs-index.kb-update-pipeline.json +129 -129
- package/src/components/docs/generated/docs-index.knowledge-canon.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-registry.json +33 -33
- package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey.json +241 -241
- package/src/components/docs/generated/docs-index.learning-patterns.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-cli.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +9 -9
- package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +65 -65
- package/src/components/docs/generated/docs-index.marketplace.json +337 -337
- package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +9 -9
- package/src/components/docs/generated/docs-index.meeting-recorder.json +49 -49
- package/src/components/docs/generated/docs-index.messaging-agent-actions.json +17 -17
- package/src/components/docs/generated/docs-index.metrics.json +201 -201
- package/src/components/docs/generated/docs-index.minimal.json +17 -17
- package/src/components/docs/generated/docs-index.mobile-demo-landing.json +41 -41
- package/src/components/docs/generated/docs-index.notifications.json +65 -65
- package/src/components/docs/generated/docs-index.openbanking-powens.json +9 -9
- package/src/components/docs/generated/docs-index.openbanking.json +65 -65
- package/src/components/docs/generated/docs-index.opencode-cli.json +17 -17
- package/src/components/docs/generated/docs-index.personalization.json +9 -9
- package/src/components/docs/generated/docs-index.platform-acp.json +137 -137
- package/src/components/docs/generated/docs-index.platform-agent.json +201 -201
- package/src/components/docs/generated/docs-index.platform-context.json +121 -121
- package/src/components/docs/generated/docs-index.platform-control-plane.json +321 -321
- package/src/components/docs/generated/docs-index.platform-database.json +89 -89
- package/src/components/docs/generated/docs-index.platform-docs.json +161 -161
- package/src/components/docs/generated/docs-index.platform-harness.json +177 -177
- package/src/components/docs/generated/docs-index.platform-integrations.json +329 -329
- package/src/components/docs/generated/docs-index.platform-knowledge.json +57 -57
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +217 -217
- package/src/components/docs/generated/docs-index.pocket-family-office.json +129 -129
- package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +9 -9
- package/src/components/docs/generated/docs-index.product-intent.json +9 -9
- package/src/components/docs/generated/docs-index.project-management-sync.json +9 -9
- package/src/components/docs/generated/docs-index.saas-boilerplate.json +209 -209
- package/src/components/docs/generated/docs-index.service-business-os.json +193 -193
- package/src/components/docs/generated/docs-index.team-hub.json +185 -185
- package/src/components/docs/generated/docs-index.unknown.json +521 -521
- package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +81 -81
- package/src/components/docs/generated/docs-index.video-api-showcase.json +33 -33
- package/src/components/docs/generated/docs-index.video-docs-terminal.json +9 -9
- package/src/components/docs/generated/docs-index.video-marketing-clip.json +9 -9
- package/src/components/docs/generated/docs-index.visualization-showcase.json +17 -17
- package/src/components/docs/generated/docs-index.voice-providers.json +9 -9
- package/src/components/docs/generated/docs-index.wealth-snapshot.json +153 -153
- package/src/components/docs/generated/docs-index.workflow-system.json +433 -433
- package/src/components/docs/generated/docs-index.workspace-cli.json +9 -9
- package/src/components/docs/getting-started/DataViewTutorialPage.tsx +40 -1
- package/src/components/docs/guides/GuideContractDrivenFormsPage.content.ts +98 -0
- package/src/components/docs/guides/GuideContractDrivenFormsPage.tsx +143 -0
- package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
- package/src/components/docs/guides/GuidesIndexPage.tsx +7 -0
- package/src/components/docs/guides/guides.docblocks.ts +12 -0
- package/src/components/docs/guides/index.ts +1 -0
- package/src/components/docs/libraries/LibrariesApplicationShellPage.content.ts +170 -0
- package/src/components/docs/libraries/LibrariesApplicationShellPage.tsx +112 -0
- package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +26 -5
- package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +9 -0
- package/src/components/docs/libraries/LibrariesOverviewPage.tsx +6 -0
- package/src/components/docs/libraries/index.ts +1 -0
- package/src/components/docs/specs/SpecsDataViewsPage.tsx +39 -3
- package/src/libs/posthog/client.ts +11 -9
|
@@ -1,242 +1,242 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "learning-journey/achievement.unlocked",
|
|
4
|
+
"title": "achievement.unlocked",
|
|
5
|
+
"summary": "An achievement has been unlocked.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, gamification, achievement\n- **File**: `packages/modules/learning-journey/src/events.ts`",
|
|
6
|
+
"route": "/docs/reference/learning-journey/achievement.unlocked",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "learning-journey/achievement.unlocked.md"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "learning-journey/certificate.issued",
|
|
12
|
+
"title": "certificate.issued",
|
|
13
|
+
"summary": "A certificate has been issued.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, certificate\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
14
|
+
"route": "/docs/reference/learning-journey/certificate.issued",
|
|
15
|
+
"source": "generated",
|
|
16
|
+
"contentPath": "learning-journey/certificate.issued.md"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "learning-journey/course.completed",
|
|
20
|
+
"title": "course.completed",
|
|
21
|
+
"summary": "A learner has completed a course.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, progress, course\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
22
|
+
"route": "/docs/reference/learning-journey/course.completed",
|
|
23
|
+
"source": "generated",
|
|
24
|
+
"contentPath": "learning-journey/course.completed.md"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "learning-journey/course.published",
|
|
28
|
+
"title": "course.published",
|
|
29
|
+
"summary": "A course has been published.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, course\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript\nimport { defineEvent } from '@contractspec/lib.contracts-spec';",
|
|
30
|
+
"route": "/docs/reference/learning-journey/course.published",
|
|
31
|
+
"source": "generated",
|
|
32
|
+
"contentPath": "learning-journey/course.published.md"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "learning-journey/daily_goal.completed",
|
|
36
|
+
"title": "daily_goal.completed",
|
|
37
|
+
"summary": "A daily goal has been completed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, gamification, goal\n- **File**: `packages/modules/learning-journey/src/events.ts`",
|
|
38
|
+
"route": "/docs/reference/learning-journey/daily_goal.completed",
|
|
39
|
+
"source": "generated",
|
|
40
|
+
"contentPath": "learning-journey/daily_goal.completed.md"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "learning-journey/enrollment.created",
|
|
44
|
+
"title": "enrollment.created",
|
|
45
|
+
"summary": "A learner has enrolled in a course.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, enrollment\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
46
|
+
"route": "/docs/reference/learning-journey/enrollment.created",
|
|
47
|
+
"source": "generated",
|
|
48
|
+
"contentPath": "learning-journey/enrollment.created.md"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "learning-journey/flashcard.reviewed",
|
|
52
|
+
"title": "flashcard.reviewed",
|
|
53
|
+
"summary": "A flashcard has been reviewed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, flashcards\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
54
|
+
"route": "/docs/reference/learning-journey/flashcard.reviewed",
|
|
55
|
+
"source": "generated",
|
|
56
|
+
"contentPath": "learning-journey/flashcard.reviewed.md"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "learning-journey/gamification",
|
|
60
|
+
"title": "gamification",
|
|
61
|
+
"summary": "Gamification elements like badges, points, and achievements\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: gamification, engagement, ui\n- **File**: `packages/modules/learning-journey/src/learning-journey.capability.ts`",
|
|
62
|
+
"route": "/docs/reference/learning-journey/gamification",
|
|
63
|
+
"source": "generated",
|
|
64
|
+
"contentPath": "learning-journey/gamification.md"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "learning-journey/learning-journey",
|
|
68
|
+
"title": "learning-journey",
|
|
69
|
+
"summary": "Learning platform with courses, onboarding, flashcards, and gamification\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @platform.learning-journey\n- **Tags**: learning, onboarding, courses, flashcards, gamification",
|
|
70
|
+
"route": "/docs/reference/learning-journey/learning-journey",
|
|
71
|
+
"source": "generated",
|
|
72
|
+
"contentPath": "learning-journey/learning-journey.md"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "learning-journey/learning.completeLesson",
|
|
76
|
+
"title": "learning.completeLesson",
|
|
77
|
+
"summary": "Mark a lesson as completed.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, progress\n- **File**: `packages/modules/learning-journey/src/contracts/operations.ts`",
|
|
78
|
+
"route": "/docs/reference/learning-journey/learning.completeLesson",
|
|
79
|
+
"source": "generated",
|
|
80
|
+
"contentPath": "learning-journey/learning.completeLesson.md"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "learning-journey/learning.enroll",
|
|
84
|
+
"title": "learning.enroll",
|
|
85
|
+
"summary": "Enroll in a course.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, enrollment\n- **File**: `packages/modules/learning-journey/src/contracts/operations.ts`\nStart learning a new course.",
|
|
86
|
+
"route": "/docs/reference/learning-journey/learning.enroll",
|
|
87
|
+
"source": "generated",
|
|
88
|
+
"contentPath": "learning-journey/learning.enroll.md"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "learning-journey/learning.getDashboard",
|
|
92
|
+
"title": "learning.getDashboard",
|
|
93
|
+
"summary": "Get learner dashboard data.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, dashboard\n- **File**: `packages/modules/learning-journey/src/contracts/operations.ts`",
|
|
94
|
+
"route": "/docs/reference/learning-journey/learning.getDashboard",
|
|
95
|
+
"source": "generated",
|
|
96
|
+
"contentPath": "learning-journey/learning.getDashboard.md"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "learning-journey/learning.getDueCards",
|
|
100
|
+
"title": "learning.getDueCards",
|
|
101
|
+
"summary": "Get flashcards due for review.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, flashcards\n- **File**: `packages/modules/learning-journey/src/contracts/operations.ts`",
|
|
102
|
+
"route": "/docs/reference/learning-journey/learning.getDueCards",
|
|
103
|
+
"source": "generated",
|
|
104
|
+
"contentPath": "learning-journey/learning.getDueCards.md"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "learning-journey/learning.journey.getProgress",
|
|
108
|
+
"title": "learning.journey.getProgress",
|
|
109
|
+
"summary": "Project the latest adaptive journey progress for one track.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: adaptive-learning, journey, progress\n- **File**: `packages/modules/learning-journey/src/contracts/journey.ts`",
|
|
110
|
+
"route": "/docs/reference/learning-journey/learning.journey.getProgress",
|
|
111
|
+
"source": "generated",
|
|
112
|
+
"contentPath": "learning-journey/learning.journey.getProgress.md"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "learning-journey/learning.journey.listTracks",
|
|
116
|
+
"title": "learning.journey.listTracks",
|
|
117
|
+
"summary": "List adaptive learning journeys for a learner or product.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: adaptive-learning, journey, learning\n- **File**: `packages/modules/learning-journey/src/contracts/journey.ts`",
|
|
118
|
+
"route": "/docs/reference/learning-journey/learning.journey.listTracks",
|
|
119
|
+
"source": "generated",
|
|
120
|
+
"contentPath": "learning-journey/learning.journey.listTracks.md"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "learning-journey/learning.journey.recordEvent",
|
|
124
|
+
"title": "learning.journey.recordEvent",
|
|
125
|
+
"summary": "Record a domain event and re-evaluate an adaptive journey.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: adaptive-learning, journey, events\n- **File**: `packages/modules/learning-journey/src/contracts/journey.ts`",
|
|
126
|
+
"route": "/docs/reference/learning-journey/learning.journey.recordEvent",
|
|
127
|
+
"source": "generated",
|
|
128
|
+
"contentPath": "learning-journey/learning.journey.recordEvent.md"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "learning-journey/learning.onboarding.getProgress",
|
|
132
|
+
"title": "learning.onboarding.getProgress",
|
|
133
|
+
"summary": "Fetch onboarding progress for a specific track.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, onboarding, journey\n- **File**: `packages/modules/learning-journey/src/contracts/onboarding.ts`",
|
|
134
|
+
"route": "/docs/reference/learning-journey/learning.onboarding.getProgress",
|
|
135
|
+
"source": "generated",
|
|
136
|
+
"contentPath": "learning-journey/learning.onboarding.getProgress.md"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "learning-journey/learning.onboarding.listTracks",
|
|
140
|
+
"title": "learning.onboarding.listTracks",
|
|
141
|
+
"summary": "List onboarding tracks available to a learner or product.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, onboarding, journey\n- **File**: `packages/modules/learning-journey/src/contracts/onboarding.ts`",
|
|
142
|
+
"route": "/docs/reference/learning-journey/learning.onboarding.listTracks",
|
|
143
|
+
"source": "generated",
|
|
144
|
+
"contentPath": "learning-journey/learning.onboarding.listTracks.md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "learning-journey/learning.onboarding.recordEvent",
|
|
148
|
+
"title": "learning.onboarding.recordEvent",
|
|
149
|
+
"summary": "Record a domain event to evaluate onboarding step completion conditions.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, onboarding, events\n- **File**: `packages/modules/learning-journey/src/contracts/onboarding.ts`",
|
|
150
|
+
"route": "/docs/reference/learning-journey/learning.onboarding.recordEvent",
|
|
151
|
+
"source": "generated",
|
|
152
|
+
"contentPath": "learning-journey/learning.onboarding.recordEvent.md"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "learning-journey/learning.submitCardReview",
|
|
156
|
+
"title": "learning.submitCardReview",
|
|
157
|
+
"summary": "Submit a flashcard review.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, flashcards\n- **File**: `packages/modules/learning-journey/src/contracts/operations.ts`",
|
|
158
|
+
"route": "/docs/reference/learning-journey/learning.submitCardReview",
|
|
159
|
+
"source": "generated",
|
|
160
|
+
"contentPath": "learning-journey/learning.submitCardReview.md"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "learning-journey/lesson.completed",
|
|
164
|
+
"title": "lesson.completed",
|
|
165
|
+
"summary": "A learner has completed a lesson.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, progress, lesson\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
166
|
+
"route": "/docs/reference/learning-journey/lesson.completed",
|
|
167
|
+
"source": "generated",
|
|
168
|
+
"contentPath": "learning-journey/lesson.completed.md"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "learning-journey/level.up",
|
|
172
|
+
"title": "level.up",
|
|
173
|
+
"summary": "A learner has leveled up.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, gamification, level\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
174
|
+
"route": "/docs/reference/learning-journey/level.up",
|
|
175
|
+
"source": "generated",
|
|
176
|
+
"contentPath": "learning-journey/level.up.md"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "learning-journey/onboarding",
|
|
180
|
+
"title": "onboarding",
|
|
181
|
+
"summary": "User onboarding and first-time experience flows\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: onboarding, ux, ui\n- **File**: `packages/modules/learning-journey/src/learning-journey.capability.ts`",
|
|
182
|
+
"route": "/docs/reference/learning-journey/onboarding",
|
|
183
|
+
"source": "generated",
|
|
184
|
+
"contentPath": "learning-journey/onboarding.md"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "learning-journey/onboarding.completed",
|
|
188
|
+
"title": "onboarding.completed",
|
|
189
|
+
"summary": "A learner has completed onboarding.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, onboarding\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
190
|
+
"route": "/docs/reference/learning-journey/onboarding.completed",
|
|
191
|
+
"source": "generated",
|
|
192
|
+
"contentPath": "learning-journey/onboarding.completed.md"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "learning-journey/onboarding.started",
|
|
196
|
+
"title": "onboarding.started",
|
|
197
|
+
"summary": "A learner has started onboarding.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, onboarding\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
198
|
+
"route": "/docs/reference/learning-journey/onboarding.started",
|
|
199
|
+
"source": "generated",
|
|
200
|
+
"contentPath": "learning-journey/onboarding.started.md"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "learning-journey/onboarding.step_completed",
|
|
204
|
+
"title": "onboarding.step_completed",
|
|
205
|
+
"summary": "An onboarding step has been completed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, onboarding\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
206
|
+
"route": "/docs/reference/learning-journey/onboarding.step_completed",
|
|
207
|
+
"source": "generated",
|
|
208
|
+
"contentPath": "learning-journey/onboarding.step_completed.md"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "learning-journey/quiz.completed",
|
|
212
|
+
"title": "quiz.completed",
|
|
213
|
+
"summary": "A quiz attempt has been completed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, quiz\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
214
|
+
"route": "/docs/reference/learning-journey/quiz.completed",
|
|
215
|
+
"source": "generated",
|
|
216
|
+
"contentPath": "learning-journey/quiz.completed.md"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "learning-journey/quiz.started",
|
|
220
|
+
"title": "quiz.started",
|
|
221
|
+
"summary": "A quiz attempt has started.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, quiz\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript\nimport { defineEvent } from '@contractspec/lib.contracts-spec';",
|
|
222
|
+
"route": "/docs/reference/learning-journey/quiz.started",
|
|
223
|
+
"source": "generated",
|
|
224
|
+
"contentPath": "learning-journey/quiz.started.md"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "learning-journey/streak.updated",
|
|
228
|
+
"title": "streak.updated",
|
|
229
|
+
"summary": "A streak has been updated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, gamification, streak\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript",
|
|
230
|
+
"route": "/docs/reference/learning-journey/streak.updated",
|
|
231
|
+
"source": "generated",
|
|
232
|
+
"contentPath": "learning-journey/streak.updated.md"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "learning-journey/xp.earned",
|
|
236
|
+
"title": "xp.earned",
|
|
237
|
+
"summary": "XP has been earned.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Tags**: learning, gamification, xp\n- **File**: `packages/modules/learning-journey/src/events.ts`\n```typescript\nimport { defineEvent } from '@contractspec/lib.contracts-spec';",
|
|
238
|
+
"route": "/docs/reference/learning-journey/xp.earned",
|
|
239
|
+
"source": "generated",
|
|
240
|
+
"contentPath": "learning-journey/xp.earned.md"
|
|
241
|
+
}
|
|
242
|
+
]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "learning-patterns/learning-patterns",
|
|
4
|
+
"title": "learning-patterns",
|
|
5
|
+
"summary": "Learning archetypes (drills, ambient-coach, quests) via event-driven track specs\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: learning, patterns, archetypes, tracks",
|
|
6
|
+
"route": "/docs/reference/learning-patterns/learning-patterns",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "learning-patterns/learning-patterns.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "lifecycle-cli/lifecycle-cli",
|
|
4
|
+
"title": "lifecycle-cli",
|
|
5
|
+
"summary": "CLI-based lifecycle assessment using the lifecycle-managed bundle\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: lifecycle, cli, assessment\n- **File**: `packages/examples/lifecycle-cli/src/lifecycle-cli.feature.ts`",
|
|
6
|
+
"route": "/docs/reference/lifecycle-cli/lifecycle-cli",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "lifecycle-cli/lifecycle-cli.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "lifecycle-dashboard/lifecycle-dashboard",
|
|
4
|
+
"title": "lifecycle-dashboard",
|
|
5
|
+
"summary": "Lifecycle API usage snippet with status cards and lifecycle-managed endpoints\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: lifecycle, dashboard, status",
|
|
6
|
+
"route": "/docs/reference/lifecycle-dashboard/lifecycle-dashboard",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "lifecycle-dashboard/lifecycle-dashboard.md"
|
|
9
|
+
}
|
|
10
|
+
]
|