@contractspec/example.learning-journey-studio-onboarding 0.0.0-canary-20260113162409

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.
Files changed (56) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +45 -0
  2. package/.turbo/turbo-build.log +46 -0
  3. package/CHANGELOG.md +330 -0
  4. package/LICENSE +21 -0
  5. package/README.md +41 -0
  6. package/dist/docs/index.d.ts +1 -0
  7. package/dist/docs/index.js +1 -0
  8. package/dist/docs/studio-onboarding.docblock.d.ts +1 -0
  9. package/dist/docs/studio-onboarding.docblock.js +40 -0
  10. package/dist/docs/studio-onboarding.docblock.js.map +1 -0
  11. package/dist/example.d.ts +7 -0
  12. package/dist/example.d.ts.map +1 -0
  13. package/dist/example.js +42 -0
  14. package/dist/example.js.map +1 -0
  15. package/dist/handlers/demo.handlers.d.ts +23 -0
  16. package/dist/handlers/demo.handlers.d.ts.map +1 -0
  17. package/dist/handlers/demo.handlers.js +24 -0
  18. package/dist/handlers/demo.handlers.js.map +1 -0
  19. package/dist/index.d.ts +7 -0
  20. package/dist/index.js +9 -0
  21. package/dist/learning-journey-studio-onboarding.feature.d.ts +12 -0
  22. package/dist/learning-journey-studio-onboarding.feature.d.ts.map +1 -0
  23. package/dist/learning-journey-studio-onboarding.feature.js +75 -0
  24. package/dist/learning-journey-studio-onboarding.feature.js.map +1 -0
  25. package/dist/operations/index.d.ts +271 -0
  26. package/dist/operations/index.d.ts.map +1 -0
  27. package/dist/operations/index.js +176 -0
  28. package/dist/operations/index.js.map +1 -0
  29. package/dist/presentations/index.d.ts +9 -0
  30. package/dist/presentations/index.d.ts.map +1 -0
  31. package/dist/presentations/index.js +57 -0
  32. package/dist/presentations/index.js.map +1 -0
  33. package/dist/tests/operations.test-spec.d.ts +7 -0
  34. package/dist/tests/operations.test-spec.d.ts.map +1 -0
  35. package/dist/tests/operations.test-spec.js +36 -0
  36. package/dist/tests/operations.test-spec.js.map +1 -0
  37. package/dist/track.d.ts +8 -0
  38. package/dist/track.d.ts.map +1 -0
  39. package/dist/track.js +91 -0
  40. package/dist/track.js.map +1 -0
  41. package/example.ts +1 -0
  42. package/package.json +66 -0
  43. package/src/docs/index.ts +1 -0
  44. package/src/docs/studio-onboarding.docblock.ts +38 -0
  45. package/src/example.ts +31 -0
  46. package/src/handlers/demo.handlers.ts +48 -0
  47. package/src/index.ts +7 -0
  48. package/src/learning-journey-studio-onboarding.feature.ts +69 -0
  49. package/src/operations/index.test.ts +49 -0
  50. package/src/operations/index.ts +122 -0
  51. package/src/presentations/index.ts +57 -0
  52. package/src/tests/operations.test-spec.ts +31 -0
  53. package/src/track.ts +86 -0
  54. package/tsconfig.json +9 -0
  55. package/tsconfig.tsbuildinfo +1 -0
  56. package/tsdown.config.js +17 -0
@@ -0,0 +1,45 @@
1
+ $ tsdown
2
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
3
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-studio-onboarding/tsdown.config.js
4
+ ℹ entry: src/example.ts, src/index.ts, src/learning-journey-studio-onboarding.feature.ts, src/track.ts, src/docs/index.ts, src/docs/studio-onboarding.docblock.ts, src/handlers/demo.handlers.ts, src/operations/index.ts, src/presentations/index.ts, src/tests/operations.test-spec.ts
5
+ ℹ target: esnext
6
+ ℹ tsconfig: tsconfig.json
7
+ ℹ Build start
8
+ ℹ Cleaning 40 files
9
+ ℹ dist/operations/index.js 4.34 kB │ gzip: 1.08 kB
10
+ ℹ dist/track.js 2.43 kB │ gzip: 0.91 kB
11
+ ℹ dist/learning-journey-studio-onboarding.feature.js 1.84 kB │ gzip: 0.62 kB
12
+ ℹ dist/docs/studio-onboarding.docblock.js 1.67 kB │ gzip: 0.83 kB
13
+ ℹ dist/presentations/index.js 1.63 kB │ gzip: 0.61 kB
14
+ ℹ dist/index.js 1.10 kB │ gzip: 0.31 kB
15
+ ℹ dist/example.js 1.04 kB │ gzip: 0.55 kB
16
+ ℹ dist/tests/operations.test-spec.js 0.92 kB │ gzip: 0.42 kB
17
+ ℹ dist/handlers/demo.handlers.js 0.83 kB │ gzip: 0.41 kB
18
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
19
+ ℹ dist/operations/index.js.map 6.42 kB │ gzip: 1.59 kB
20
+ ℹ dist/track.js.map 3.79 kB │ gzip: 1.24 kB
21
+ ℹ dist/learning-journey-studio-onboarding.feature.js.map 2.92 kB │ gzip: 1.04 kB
22
+ ℹ dist/presentations/index.js.map 2.35 kB │ gzip: 0.90 kB
23
+ ℹ dist/docs/studio-onboarding.docblock.js.map 2.10 kB │ gzip: 1.00 kB
24
+ ℹ dist/handlers/demo.handlers.js.map 1.58 kB │ gzip: 0.71 kB
25
+ ℹ dist/example.js.map 1.47 kB │ gzip: 0.74 kB
26
+ ℹ dist/tests/operations.test-spec.js.map 1.46 kB │ gzip: 0.62 kB
27
+ ℹ dist/operations/index.d.ts.map 0.84 kB │ gzip: 0.32 kB
28
+ ℹ dist/handlers/demo.handlers.d.ts.map 0.60 kB │ gzip: 0.33 kB
29
+ ℹ dist/learning-journey-studio-onboarding.feature.d.ts.map 0.22 kB │ gzip: 0.16 kB
30
+ ℹ dist/presentations/index.d.ts.map 0.21 kB │ gzip: 0.17 kB
31
+ ℹ dist/tests/operations.test-spec.d.ts.map 0.17 kB │ gzip: 0.14 kB
32
+ ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
33
+ ℹ dist/track.d.ts.map 0.14 kB │ gzip: 0.13 kB
34
+ ℹ dist/operations/index.d.ts 8.83 kB │ gzip: 0.93 kB
35
+ ℹ dist/index.d.ts 1.07 kB │ gzip: 0.29 kB
36
+ ℹ dist/handlers/demo.handlers.d.ts 0.97 kB │ gzip: 0.42 kB
37
+ ℹ dist/presentations/index.d.ts 0.56 kB │ gzip: 0.22 kB
38
+ ℹ dist/learning-journey-studio-onboarding.feature.d.ts 0.52 kB │ gzip: 0.27 kB
39
+ ℹ dist/track.d.ts 0.36 kB │ gzip: 0.20 kB
40
+ ℹ dist/tests/operations.test-spec.d.ts 0.28 kB │ gzip: 0.18 kB
41
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
42
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
43
+ ℹ dist/docs/studio-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
44
+ ℹ 35 files, total: 53.11 kB
45
+ ✔ Build complete in 20185ms
@@ -0,0 +1,46 @@
1
+ $ bun build:types && bun build:bundle
2
+ $ tsc --noEmit
3
+ $ tsdown
4
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-studio-onboarding/tsdown.config.js
6
+ ℹ entry: src/example.ts, src/index.ts, src/learning-journey-studio-onboarding.feature.ts, src/track.ts, src/docs/index.ts, src/docs/studio-onboarding.docblock.ts, src/handlers/demo.handlers.ts, src/operations/index.ts, src/presentations/index.ts, src/tests/operations.test-spec.ts
7
+ ℹ target: esnext
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ dist/operations/index.js 4.34 kB │ gzip: 1.08 kB
11
+ ℹ dist/track.js 2.43 kB │ gzip: 0.91 kB
12
+ ℹ dist/learning-journey-studio-onboarding.feature.js 1.84 kB │ gzip: 0.62 kB
13
+ ℹ dist/docs/studio-onboarding.docblock.js 1.67 kB │ gzip: 0.83 kB
14
+ ℹ dist/presentations/index.js 1.63 kB │ gzip: 0.61 kB
15
+ ℹ dist/index.js 1.10 kB │ gzip: 0.31 kB
16
+ ℹ dist/example.js 1.04 kB │ gzip: 0.55 kB
17
+ ℹ dist/tests/operations.test-spec.js 0.92 kB │ gzip: 0.42 kB
18
+ ℹ dist/handlers/demo.handlers.js 0.83 kB │ gzip: 0.41 kB
19
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
20
+ ℹ dist/operations/index.js.map 6.42 kB │ gzip: 1.59 kB
21
+ ℹ dist/track.js.map 3.79 kB │ gzip: 1.24 kB
22
+ ℹ dist/learning-journey-studio-onboarding.feature.js.map 2.92 kB │ gzip: 1.04 kB
23
+ ℹ dist/presentations/index.js.map 2.35 kB │ gzip: 0.90 kB
24
+ ℹ dist/docs/studio-onboarding.docblock.js.map 2.10 kB │ gzip: 1.00 kB
25
+ ℹ dist/handlers/demo.handlers.js.map 1.58 kB │ gzip: 0.71 kB
26
+ ℹ dist/example.js.map 1.47 kB │ gzip: 0.74 kB
27
+ ℹ dist/tests/operations.test-spec.js.map 1.46 kB │ gzip: 0.62 kB
28
+ ℹ dist/operations/index.d.ts.map 0.84 kB │ gzip: 0.32 kB
29
+ ℹ dist/handlers/demo.handlers.d.ts.map 0.60 kB │ gzip: 0.33 kB
30
+ ℹ dist/learning-journey-studio-onboarding.feature.d.ts.map 0.22 kB │ gzip: 0.16 kB
31
+ ℹ dist/presentations/index.d.ts.map 0.21 kB │ gzip: 0.17 kB
32
+ ℹ dist/tests/operations.test-spec.d.ts.map 0.17 kB │ gzip: 0.14 kB
33
+ ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
34
+ ℹ dist/track.d.ts.map 0.14 kB │ gzip: 0.13 kB
35
+ ℹ dist/operations/index.d.ts 8.83 kB │ gzip: 0.93 kB
36
+ ℹ dist/index.d.ts 1.07 kB │ gzip: 0.29 kB
37
+ ℹ dist/handlers/demo.handlers.d.ts 0.97 kB │ gzip: 0.42 kB
38
+ ℹ dist/presentations/index.d.ts 0.56 kB │ gzip: 0.22 kB
39
+ ℹ dist/learning-journey-studio-onboarding.feature.d.ts 0.52 kB │ gzip: 0.27 kB
40
+ ℹ dist/track.d.ts 0.36 kB │ gzip: 0.20 kB
41
+ ℹ dist/tests/operations.test-spec.d.ts 0.28 kB │ gzip: 0.18 kB
42
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
43
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
44
+ ℹ dist/docs/studio-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
45
+ ℹ 35 files, total: 53.11 kB
46
+ ✔ Build complete in 26953ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,330 @@
1
+ # @contractspec/example.learning-journey-studio-onboarding
2
+
3
+ ## 0.0.0-canary-20260113162409
4
+
5
+ ### Minor Changes
6
+
7
+ - caf8701: feat: add cli vibe command to run workflow
8
+ - c69b849: feat: add api web services (mcp & website)
9
+ - 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
10
+ - fd38e85: feat: auto-fix contractspec issues
11
+
12
+ ### Patch Changes
13
+
14
+ - e7ded36: feat: improve stability (adding ts-morph)
15
+ - c231a8b: test: improve workspace stability
16
+ - Updated dependencies [e7ded36]
17
+ - Updated dependencies [caf8701]
18
+ - Updated dependencies [c69b849]
19
+ - Updated dependencies [c231a8b]
20
+ - Updated dependencies [42b8d78]
21
+ - Updated dependencies [fd38e85]
22
+ - @contractspec/module.learning-journey@0.0.0-canary-20260113162409
23
+ - @contractspec/lib.contracts@0.0.0-canary-20260113162409
24
+ - @contractspec/lib.schema@0.0.0-canary-20260113162409
25
+
26
+ ## 1.46.2
27
+
28
+ ### Patch Changes
29
+
30
+ - 7e21625: feat: library services (landing page & api)
31
+ - Updated dependencies [7e21625]
32
+ - @contractspec/module.learning-journey@1.46.2
33
+ - @contractspec/lib.contracts@1.46.2
34
+ - @contractspec/lib.schema@1.46.2
35
+
36
+ ## 1.46.1
37
+
38
+ ### Patch Changes
39
+
40
+ - 2d8a72b: fix: mcp for presentation
41
+ - Updated dependencies [2d8a72b]
42
+ - @contractspec/module.learning-journey@1.46.1
43
+ - @contractspec/lib.contracts@1.46.1
44
+ - @contractspec/lib.schema@1.46.1
45
+
46
+ ## 1.46.0
47
+
48
+ ### Minor Changes
49
+
50
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [07cb19b]
55
+ - @contractspec/module.learning-journey@1.46.0
56
+ - @contractspec/lib.contracts@1.46.0
57
+ - @contractspec/lib.schema@1.46.0
58
+
59
+ ## 1.45.6
60
+
61
+ ### Patch Changes
62
+
63
+ - a913074: feat: improve ai agents rules management"
64
+ - Updated dependencies [a913074]
65
+ - @contractspec/module.learning-journey@1.45.6
66
+ - @contractspec/lib.contracts@1.45.6
67
+ - @contractspec/lib.schema@1.45.6
68
+
69
+ ## 1.45.5
70
+
71
+ ### Patch Changes
72
+
73
+ - 9ddd7fa: feat: improve versioning
74
+ - Updated dependencies [9ddd7fa]
75
+ - @contractspec/module.learning-journey@1.45.5
76
+ - @contractspec/lib.contracts@1.45.5
77
+ - @contractspec/lib.schema@1.45.5
78
+
79
+ ## 1.45.4
80
+
81
+ ### Patch Changes
82
+
83
+ - fix: github action
84
+ - Updated dependencies
85
+ - @contractspec/module.learning-journey@1.45.4
86
+ - @contractspec/lib.contracts@1.45.4
87
+ - @contractspec/lib.schema@1.45.4
88
+
89
+ ## 1.45.3
90
+
91
+ ### Patch Changes
92
+
93
+ - e74ea9e: feat: version management
94
+ - Updated dependencies [e74ea9e]
95
+ - @contractspec/module.learning-journey@1.45.3
96
+ - @contractspec/lib.contracts@1.45.3
97
+ - @contractspec/lib.schema@1.45.3
98
+
99
+ ## 1.45.2
100
+
101
+ ### Patch Changes
102
+
103
+ - 39ca241: code cleaning
104
+ - Updated dependencies [39ca241]
105
+ - @contractspec/module.learning-journey@1.45.2
106
+ - @contractspec/lib.contracts@1.45.2
107
+
108
+ ## 1.45.1
109
+
110
+ ### Patch Changes
111
+
112
+ - feat: improve app config and examples contracts
113
+ - Updated dependencies
114
+ - @contractspec/module.learning-journey@1.45.1
115
+ - @contractspec/lib.contracts@1.45.1
116
+ - @contractspec/lib.schema@1.45.1
117
+
118
+ ## 1.45.0
119
+
120
+ ### Minor Changes
121
+
122
+ - e73ca1d: feat: improve app config and examples contracts
123
+ feat: Contract layers support (features, examples, app-configs)
124
+
125
+ ### New CLI Commands
126
+ - `contractspec list layers` - List all contract layers with filtering
127
+
128
+ ### Enhanced Commands
129
+ - `contractspec ci` - New `layers` check category validates features/examples/config
130
+ - `contractspec doctor` - New `layers` health checks
131
+ - `contractspec integrity` - Now shows layer statistics
132
+
133
+ ### New APIs
134
+ - `discoverLayers()` - Scan workspace for all layer files
135
+ - `scanExampleSource()` - Parse ExampleSpec from source code
136
+ - `isExampleFile()` - Check if file is an example spec
137
+
138
+ ### Patch Changes
139
+
140
+ - Updated dependencies [e73ca1d]
141
+ - @contractspec/module.learning-journey@1.45.0
142
+ - @contractspec/lib.contracts@1.45.0
143
+ - @contractspec/lib.schema@1.45.0
144
+
145
+ ## 1.44.1
146
+
147
+ ### Patch Changes
148
+
149
+ - 3c594fb: fix
150
+ - Updated dependencies [3c594fb]
151
+ - @contractspec/module.learning-journey@1.44.1
152
+ - @contractspec/lib.contracts@1.44.1
153
+ - @contractspec/lib.schema@1.44.1
154
+
155
+ ## 1.44.0
156
+
157
+ ### Minor Changes
158
+
159
+ - 5f3a868: chore: isolate branding to contractspec.io
160
+
161
+ ### Patch Changes
162
+
163
+ - Updated dependencies [5f3a868]
164
+ - @contractspec/module.learning-journey@1.44.0
165
+ - @contractspec/lib.contracts@1.44.0
166
+ - @contractspec/lib.schema@1.44.0
167
+
168
+ ## 1.43.3
169
+
170
+ ### Patch Changes
171
+
172
+ - 9216062: fix: cross-platform compatibility
173
+ - Updated dependencies [9216062]
174
+ - @contractspec/module.learning-journey@1.43.4
175
+ - @contractspec/lib.contracts@1.43.4
176
+ - @contractspec/lib.schema@1.43.3
177
+
178
+ ## 1.43.2
179
+
180
+ ### Patch Changes
181
+
182
+ - 24d9759: improve documentation
183
+ - Updated dependencies [24d9759]
184
+ - @contractspec/module.learning-journey@1.43.3
185
+ - @contractspec/lib.contracts@1.43.3
186
+ - @contractspec/lib.schema@1.43.2
187
+
188
+ ## 1.43.2
189
+
190
+ ### Patch Changes
191
+
192
+ - e147271: fix: improve stability
193
+ - Updated dependencies [e147271]
194
+ - @contractspec/module.learning-journey@1.43.2
195
+ - @contractspec/lib.contracts@1.43.2
196
+ - @contractspec/lib.schema@1.43.1
197
+
198
+ ## 1.43.1
199
+
200
+ ### Patch Changes
201
+
202
+ - Updated dependencies [f28fdad]
203
+ - @contractspec/lib.contracts@1.43.1
204
+ - @contractspec/module.learning-journey@1.43.1
205
+
206
+ ## 1.43.0
207
+
208
+ ### Minor Changes
209
+
210
+ - 042d072: feat: schema declaration using json schema, including zod
211
+
212
+ ### Patch Changes
213
+
214
+ - Updated dependencies [042d072]
215
+ - @contractspec/module.learning-journey@1.43.0
216
+ - @contractspec/lib.contracts@1.43.0
217
+ - @contractspec/lib.schema@1.43.0
218
+
219
+ ## 1.42.10
220
+
221
+ ### Patch Changes
222
+
223
+ - 1e6a0f1: fix: mcp server
224
+ - Updated dependencies [1e6a0f1]
225
+ - @contractspec/module.learning-journey@1.42.10
226
+ - @contractspec/lib.contracts@1.42.10
227
+ - @contractspec/lib.schema@1.42.10
228
+
229
+ ## 1.42.9
230
+
231
+ ### Patch Changes
232
+
233
+ - 9281db7: fix ModelRegistry
234
+ - Updated dependencies [9281db7]
235
+ - @contractspec/module.learning-journey@1.42.9
236
+ - @contractspec/lib.contracts@1.42.9
237
+ - @contractspec/lib.schema@1.42.9
238
+
239
+ ## 1.42.8
240
+
241
+ ### Patch Changes
242
+
243
+ - e07b5ac: fix
244
+ - Updated dependencies [e07b5ac]
245
+ - @contractspec/module.learning-journey@1.42.8
246
+ - @contractspec/lib.contracts@1.42.8
247
+ - @contractspec/lib.schema@1.42.8
248
+
249
+ ## 1.42.7
250
+
251
+ ### Patch Changes
252
+
253
+ - e9b575d: fix release
254
+ - Updated dependencies [e9b575d]
255
+ - @contractspec/module.learning-journey@1.42.7
256
+ - @contractspec/lib.contracts@1.42.7
257
+ - @contractspec/lib.schema@1.42.7
258
+
259
+ ## 1.42.6
260
+
261
+ ### Patch Changes
262
+
263
+ - 1500242: fix tooling
264
+ - Updated dependencies [1500242]
265
+ - @contractspec/module.learning-journey@1.42.6
266
+ - @contractspec/lib.contracts@1.42.6
267
+ - @contractspec/lib.schema@1.42.6
268
+
269
+ ## 1.42.5
270
+
271
+ ### Patch Changes
272
+
273
+ - 1299719: fix vscode
274
+ - Updated dependencies [1299719]
275
+ - @contractspec/module.learning-journey@1.42.5
276
+ - @contractspec/lib.contracts@1.42.5
277
+ - @contractspec/lib.schema@1.42.5
278
+
279
+ ## 1.42.4
280
+
281
+ ### Patch Changes
282
+
283
+ - ac28b99: fix: generate from openapi
284
+ - Updated dependencies [ac28b99]
285
+ - @contractspec/module.learning-journey@1.42.4
286
+ - @contractspec/lib.contracts@1.42.4
287
+ - @contractspec/lib.schema@1.42.4
288
+
289
+ ## 1.42.3
290
+
291
+ ### Patch Changes
292
+
293
+ - 3f5d015: fix(tooling): cicd
294
+ - Updated dependencies [3f5d015]
295
+ - @contractspec/lib.contracts@1.42.3
296
+ - @contractspec/lib.schema@1.42.3
297
+ - @contractspec/module.learning-journey@1.42.3
298
+
299
+ ## 1.42.2
300
+
301
+ ### Patch Changes
302
+
303
+ - 1f9ac4c: fix
304
+ - Updated dependencies [1f9ac4c]
305
+ - @contractspec/lib.contracts@1.42.2
306
+ - @contractspec/lib.schema@1.42.2
307
+ - @contractspec/module.learning-journey@1.42.2
308
+
309
+ ## 1.42.1
310
+
311
+ ### Patch Changes
312
+
313
+ - f043995: Fix release
314
+ - Updated dependencies [f043995]
315
+ - @contractspec/module.learning-journey@1.42.1
316
+ - @contractspec/lib.contracts@1.42.1
317
+ - @contractspec/lib.schema@1.42.1
318
+
319
+ ## 1.42.0
320
+
321
+ ### Minor Changes
322
+
323
+ - 8eefd9c: initial release
324
+
325
+ ### Patch Changes
326
+
327
+ - Updated dependencies [8eefd9c]
328
+ - @contractspec/lib.contracts@1.42.0
329
+ - @contractspec/lib.schema@1.42.0
330
+ - @contractspec/module.learning-journey@1.42.0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Chaman Ventures, SASU
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,41 @@
1
+ # @contractspec/example.learning-journey-studio-onboarding
2
+
3
+ Website: https://contractspec.io/
4
+
5
+
6
+ Learning Journey example focused on the first 30 minutes inside ContractSpec Studio.
7
+
8
+ ## Track
9
+
10
+ - **Key**: `studio_getting_started`
11
+ - **Persona**: new Studio developer
12
+ - **XP**: 20/20/20/20/30 + 25 bonus within 48h
13
+ - **Badge**: `studio_first_30m`
14
+
15
+ ## Steps & Events
16
+
17
+ 1. `choose_template` → `studio.template.instantiated`
18
+ 2. `edit_spec` → `spec.changed` (scope: sandbox)
19
+ 3. `regenerate_app` → `regeneration.completed`
20
+ 4. `play_in_playground` → `playground.session.started`
21
+ 5. `try_evolution_mode` → `studio.evolution.applied`
22
+
23
+ ## Usage
24
+
25
+ - Import track specs:
26
+ `import { studioLearningTracks } from '@contractspec/example.learning-journey-studio-onboarding/track'`
27
+ - Contracts/handlers for demos:
28
+ `import { GetStudioOnboardingTrack, RecordStudioOnboardingEvent } from '@contractspec/example.learning-journey-studio-onboarding/contracts'`
29
+ `import { emitStudioOnboardingEvent } from '@contractspec/example.learning-journey-studio-onboarding/handlers/demo.handlers'`
30
+ - Presentations (react/markdown/json targets):
31
+ `import { studioOnboardingPresentations } from '@contractspec/example.learning-journey-studio-onboarding/presentations'`
32
+ - Register with Learning Journey surfaces via onboarding API:
33
+ - `learning.onboarding.listTracks` to surface catalog
34
+ - `learning.onboarding.getProgress` to show status
35
+ - `learning.onboarding.recordEvent` in event-bus handlers to advance steps
36
+ - Wire events from Studio surfaces (template spawn, spec save, regeneration, playground session start, evolution apply) to `recordEvent`.
37
+
38
+ ## Docs
39
+
40
+ - Docblock: `src/docs/studio-onboarding.docblock.ts`
41
+ - Route suggestion: `/docs/learning-journey/studio-onboarding`
@@ -0,0 +1 @@
1
+ export { };
@@ -0,0 +1 @@
1
+ import "./studio-onboarding.docblock.js";
@@ -0,0 +1 @@
1
+ export { };
@@ -0,0 +1,40 @@
1
+ import { registerDocBlocks } from "@contractspec/lib.contracts";
2
+
3
+ //#region src/docs/studio-onboarding.docblock.ts
4
+ registerDocBlocks([{
5
+ id: "docs.learning-journey.studio-onboarding",
6
+ title: "Learning Journey — Studio Getting Started",
7
+ summary: "Track that guides a new Studio user through template spawn, spec edit, regeneration, playground, and evolution.",
8
+ kind: "reference",
9
+ visibility: "public",
10
+ route: "/docs/learning-journey/studio-onboarding",
11
+ tags: [
12
+ "learning",
13
+ "onboarding",
14
+ "studio"
15
+ ],
16
+ body: `## Track
17
+ - **Key**: \`studio_getting_started\`
18
+ - **Persona**: new Studio developer, first 30 minutes
19
+ - **Goal**: instantiate template → edit spec → regenerate → play → run evolution
20
+
21
+ ## Steps & Events
22
+ 1) \`choose_template\` → event \`studio.template.instantiated\`
23
+ 2) \`edit_spec\` → event \`spec.changed\` (scope: sandbox)
24
+ 3) \`regenerate_app\` → event \`regeneration.completed\`
25
+ 4) \`play_in_playground\` → event \`playground.session.started\`
26
+ 5) \`try_evolution_mode\` → event \`studio.evolution.applied\`
27
+
28
+ XP: 20/20/20/20/30 with bonus 25 XP if completed within 48h (streak rule). Badge: \`studio_first_30m\`.
29
+
30
+ ## Wiring
31
+ - Tracks export from \`@contractspec/example.learning-journey-studio-onboarding/track\`.
32
+ - Use onboarding API:
33
+ - \`learning.onboarding.listTracks\` to surface catalog
34
+ - \`learning.onboarding.getProgress\` to render progress
35
+ - \`learning.onboarding.recordEvent\` to advance from bus events
36
+ - Events should be emitted by Studio surfaces (template creation, spec save, regeneration, playground session start, evolution apply).`
37
+ }]);
38
+
39
+ //#endregion
40
+ //# sourceMappingURL=studio-onboarding.docblock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"studio-onboarding.docblock.js","names":[],"sources":["../../src/docs/studio-onboarding.docblock.ts"],"sourcesContent":["import type { DocBlock } from '@contractspec/lib.contracts';\nimport { registerDocBlocks } from '@contractspec/lib.contracts';\n\nconst studioOnboardingDocBlocks: DocBlock[] = [\n {\n id: 'docs.learning-journey.studio-onboarding',\n title: 'Learning Journey — Studio Getting Started',\n summary:\n 'Track that guides a new Studio user through template spawn, spec edit, regeneration, playground, and evolution.',\n kind: 'reference',\n visibility: 'public',\n route: '/docs/learning-journey/studio-onboarding',\n tags: ['learning', 'onboarding', 'studio'],\n body: `## Track\n- **Key**: \\`studio_getting_started\\`\n- **Persona**: new Studio developer, first 30 minutes\n- **Goal**: instantiate template → edit spec → regenerate → play → run evolution\n\n## Steps & Events\n1) \\`choose_template\\` → event \\`studio.template.instantiated\\`\n2) \\`edit_spec\\` → event \\`spec.changed\\` (scope: sandbox)\n3) \\`regenerate_app\\` → event \\`regeneration.completed\\`\n4) \\`play_in_playground\\` → event \\`playground.session.started\\`\n5) \\`try_evolution_mode\\` → event \\`studio.evolution.applied\\`\n\nXP: 20/20/20/20/30 with bonus 25 XP if completed within 48h (streak rule). Badge: \\`studio_first_30m\\`.\n\n## Wiring\n- Tracks export from \\`@contractspec/example.learning-journey-studio-onboarding/track\\`.\n- Use onboarding API:\n - \\`learning.onboarding.listTracks\\` to surface catalog\n - \\`learning.onboarding.getProgress\\` to render progress\n - \\`learning.onboarding.recordEvent\\` to advance from bus events\n- Events should be emitted by Studio surfaces (template creation, spec save, regeneration, playground session start, evolution apply).`,\n },\n];\n\nregisterDocBlocks(studioOnboardingDocBlocks);\n"],"mappings":";;;AAqCA,kBAlC8C,CAC5C;CACE,IAAI;CACJ,OAAO;CACP,SACE;CACF,MAAM;CACN,YAAY;CACZ,OAAO;CACP,MAAM;EAAC;EAAY;EAAc;EAAS;CAC1C,MAAM;;;;;;;;;;;;;;;;;;;;;CAqBP,CACF,CAE2C"}
@@ -0,0 +1,7 @@
1
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
+
3
+ //#region src/example.d.ts
4
+ declare const example: _contractspec_lib_contracts0.ExampleSpec;
5
+ //#endregion
6
+ export { example as default };
7
+ //# sourceMappingURL=example.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;cAEM,SA0BJ,4BAAA,CA1BW"}
@@ -0,0 +1,42 @@
1
+ import { defineExample } from "@contractspec/lib.contracts";
2
+
3
+ //#region src/example.ts
4
+ const example = defineExample({
5
+ meta: {
6
+ key: "learning-journey-studio-onboarding",
7
+ version: "1.0.0",
8
+ title: "Learning Journey — Studio Getting Started",
9
+ description: "Onboarding track guiding a new Studio user through template spawn, spec edit, regeneration, playground, and evolution.",
10
+ kind: "template",
11
+ visibility: "public",
12
+ stability: "experimental",
13
+ owners: ["@platform.core"],
14
+ tags: [
15
+ "learning",
16
+ "onboarding",
17
+ "studio"
18
+ ]
19
+ },
20
+ docs: { rootDocId: "docs.learning-journey.studio-onboarding" },
21
+ entrypoints: {
22
+ packageName: "@contractspec/example.learning-journey-studio-onboarding",
23
+ docs: "./docs"
24
+ },
25
+ surfaces: {
26
+ templates: true,
27
+ sandbox: {
28
+ enabled: true,
29
+ modes: ["playground", "markdown"]
30
+ },
31
+ studio: {
32
+ enabled: true,
33
+ installable: true
34
+ },
35
+ mcp: { enabled: true }
36
+ }
37
+ });
38
+ var example_default = example;
39
+
40
+ //#endregion
41
+ export { example_default as default };
42
+ //# sourceMappingURL=example.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["import { defineExample } from '@contractspec/lib.contracts';\n\nconst example = defineExample({\n meta: {\n key: 'learning-journey-studio-onboarding',\n version: '1.0.0',\n title: 'Learning Journey — Studio Getting Started',\n description:\n 'Onboarding track guiding a new Studio user through template spawn, spec edit, regeneration, playground, and evolution.',\n kind: 'template',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['learning', 'onboarding', 'studio'],\n },\n docs: {\n rootDocId: 'docs.learning-journey.studio-onboarding',\n },\n entrypoints: {\n packageName: '@contractspec/example.learning-journey-studio-onboarding',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['playground', 'markdown'] },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n});\n\nexport default example;\n"],"mappings":";;;AAEA,MAAM,UAAU,cAAc;CAC5B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAY;GAAc;GAAS;EAC3C;CACD,MAAM,EACJ,WAAW,2CACZ;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,cAAc,WAAW;GAAE;EAC7D,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC;AAEF,sBAAe"}
@@ -0,0 +1,23 @@
1
+ //#region src/handlers/demo.handlers.d.ts
2
+ interface EmitParams {
3
+ learnerId: string;
4
+ occurredAt?: Date;
5
+ }
6
+ interface LearningJourneyEvent {
7
+ learnerId: string;
8
+ name: string;
9
+ occurredAt: Date;
10
+ trackId: string;
11
+ payload?: Record<string, unknown>;
12
+ }
13
+ type RecordEvent = (event: LearningJourneyEvent) => unknown;
14
+ declare const studioOnboardingEvents: readonly ["studio.template.instantiated", "spec.changed", "regeneration.completed", "playground.session.started", "studio.evolution.applied"];
15
+ type StudioEvent = (typeof studioOnboardingEvents)[number];
16
+ declare const emitStudioOnboardingEvent: (eventName: StudioEvent, {
17
+ learnerId,
18
+ occurredAt
19
+ }: EmitParams, record?: RecordEvent) => unknown;
20
+ declare const emitAllStudioOnboardingEvents: (params: EmitParams, record?: RecordEvent) => unknown[];
21
+ //#endregion
22
+ export { StudioEvent, emitAllStudioOnboardingEvents, emitStudioOnboardingEvent, studioOnboardingEvents };
23
+ //# sourceMappingURL=demo.handlers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"demo.handlers.d.ts","names":[],"sources":["../../src/handlers/demo.handlers.ts"],"sourcesContent":[],"mappings":";UAEU,UAAA;EAAA,SAAA,EAAA,MAAU;EAKV,UAAA,CAAA,EAHK,IAGL;AAKQ;AAKlB,UAVU,oBAAA,CAgBA;EAEE,SAAA,EAAA,MAAW;EAEV,IAAA,EAAA,MAAA;EACA,UAAA,EAlBC,IAkBD;EACX,OAAA,EAAA,MAAA;EAAA,OAAA,CAAA,EAjBU,MAiBV,CAAA,MAAA,EAAA,OAAA,CAAA;;KAdG,WAAA,GAeM,CAAA,KAAA,EAfgB,oBAehB,EAAA,GAAA,OAAA;AAAW,cAbT,sBAaS,EAAA,SAAA,CAAA,8BAAA,EAAA,cAAA,EAAA,wBAAA,EAAA,4BAAA,EAAA,0BAAA,CAAA;AAWT,KAhBD,WAAA,GAgBC,CAAA,OAhBqB,sBAiBxB,CAAA,CAAA,MACC,CAAA;cAhBE,uCACA;;;GAC6B,qBAC/B;cAWE,wCACH,qBACC"}
@@ -0,0 +1,24 @@
1
+ import { studioGettingStartedTrack } from "../track.js";
2
+
3
+ //#region src/handlers/demo.handlers.ts
4
+ const studioOnboardingEvents = [
5
+ "studio.template.instantiated",
6
+ "spec.changed",
7
+ "regeneration.completed",
8
+ "playground.session.started",
9
+ "studio.evolution.applied"
10
+ ];
11
+ const emitStudioOnboardingEvent = (eventName, { learnerId, occurredAt = /* @__PURE__ */ new Date() }, record) => {
12
+ const event = {
13
+ learnerId,
14
+ name: eventName,
15
+ occurredAt,
16
+ trackId: studioGettingStartedTrack.id
17
+ };
18
+ return record ? record(event) : event;
19
+ };
20
+ const emitAllStudioOnboardingEvents = (params, record) => studioOnboardingEvents.map((name) => emitStudioOnboardingEvent(name, params, record));
21
+
22
+ //#endregion
23
+ export { emitAllStudioOnboardingEvents, emitStudioOnboardingEvent, studioOnboardingEvents };
24
+ //# sourceMappingURL=demo.handlers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"demo.handlers.js","names":[],"sources":["../../src/handlers/demo.handlers.ts"],"sourcesContent":["import { studioGettingStartedTrack } from '../track';\n\ninterface EmitParams {\n learnerId: string;\n occurredAt?: Date;\n}\n\ninterface LearningJourneyEvent {\n learnerId: string;\n name: string;\n occurredAt: Date;\n trackId: string;\n payload?: Record<string, unknown>;\n}\n\ntype RecordEvent = (event: LearningJourneyEvent) => unknown;\n\nexport const studioOnboardingEvents = [\n 'studio.template.instantiated',\n 'spec.changed',\n 'regeneration.completed',\n 'playground.session.started',\n 'studio.evolution.applied',\n] as const;\n\nexport type StudioEvent = (typeof studioOnboardingEvents)[number];\n\nexport const emitStudioOnboardingEvent = (\n eventName: StudioEvent,\n { learnerId, occurredAt = new Date() }: EmitParams,\n record?: RecordEvent\n) => {\n const event: LearningJourneyEvent = {\n learnerId,\n name: eventName,\n occurredAt,\n trackId: studioGettingStartedTrack.id,\n };\n return record ? record(event) : event;\n};\n\nexport const emitAllStudioOnboardingEvents = (\n params: EmitParams,\n record?: RecordEvent\n) =>\n studioOnboardingEvents.map((name) =>\n emitStudioOnboardingEvent(name, params, record)\n );\n"],"mappings":";;;AAiBA,MAAa,yBAAyB;CACpC;CACA;CACA;CACA;CACA;CACD;AAID,MAAa,6BACX,WACA,EAAE,WAAW,6BAAa,IAAI,MAAM,IACpC,WACG;CACH,MAAM,QAA8B;EAClC;EACA,MAAM;EACN;EACA,SAAS,0BAA0B;EACpC;AACD,QAAO,SAAS,OAAO,MAAM,GAAG;;AAGlC,MAAa,iCACX,QACA,WAEA,uBAAuB,KAAK,SAC1B,0BAA0B,MAAM,QAAQ,OAAO,CAChD"}