@a-company/atelier 0.36.0 → 0.37.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.
Files changed (56) hide show
  1. package/package.json +13 -8
  2. package/university/content/notes/N-atel-001-first-render.md +114 -0
  3. package/university/content/notes/N-atel-001-install-and-launch.md +84 -0
  4. package/university/content/notes/N-atel-001-what-is-atelier.md +51 -0
  5. package/university/content/notes/N-atel-101-easings.md +97 -0
  6. package/university/content/notes/N-atel-101-layers.md +106 -0
  7. package/university/content/notes/N-atel-101-states-and-deltas.md +94 -0
  8. package/university/content/notes/N-atel-101-the-atelier-format.md +72 -0
  9. package/university/content/notes/N-atel-201-authoring-tools.md +141 -0
  10. package/university/content/notes/N-atel-201-mcp-overview.md +86 -0
  11. package/university/content/notes/N-atel-201-patterns.md +108 -0
  12. package/university/content/notes/N-atel-201-visual-and-effects.md +125 -0
  13. package/university/content/notes/N-atel-301-composition-and-overlays.md +141 -0
  14. package/university/content/notes/N-atel-301-effects.md +136 -0
  15. package/university/content/notes/N-atel-301-images-and-video.md +126 -0
  16. package/university/content/notes/N-atel-301-shapes-and-text.md +118 -0
  17. package/university/content/notes/N-atel-401-hierarchical-states.md +71 -0
  18. package/university/content/notes/N-atel-401-motion-deep-dive.md +106 -0
  19. package/university/content/notes/N-atel-401-presets-and-templates.md +98 -0
  20. package/university/content/notes/N-atel-401-transitions.md +94 -0
  21. package/university/content/notes/N-atel-501-detected-vs-user-edited.md +76 -0
  22. package/university/content/notes/N-atel-501-layer-tag-isolation.md +62 -0
  23. package/university/content/notes/N-atel-501-silence-trim.md +98 -0
  24. package/university/content/notes/N-atel-501-transcribe-and-captions.md +98 -0
  25. package/university/content/notes/N-atel-601-carousel.md +71 -0
  26. package/university/content/notes/N-atel-601-overlay-rules.md +96 -0
  27. package/university/content/notes/N-atel-601-recipe-tools-and-apply.md +84 -0
  28. package/university/content/notes/N-atel-601-studio-recipe.md +103 -0
  29. package/university/content/notes/N-atel-701-choosing-output.md +68 -0
  30. package/university/content/notes/N-atel-701-png-and-frames.md +84 -0
  31. package/university/content/notes/N-atel-701-vector.md +85 -0
  32. package/university/content/notes/N-atel-701-video.md +88 -0
  33. package/university/content/notes/N-atel-801-editing-surface.md +69 -0
  34. package/university/content/notes/N-atel-801-live-bridge.md +84 -0
  35. package/university/content/notes/N-atel-801-studio-app.md +72 -0
  36. package/university/content/notes/N-atel-801-symbiotic-loop.md +56 -0
  37. package/university/content/paths/LP-atel-001.yaml +21 -0
  38. package/university/content/paths/LP-atel-101.yaml +22 -0
  39. package/university/content/paths/LP-atel-201.yaml +23 -0
  40. package/university/content/paths/LP-atel-301.yaml +22 -0
  41. package/university/content/paths/LP-atel-401.yaml +22 -0
  42. package/university/content/paths/LP-atel-501.yaml +22 -0
  43. package/university/content/paths/LP-atel-601.yaml +22 -0
  44. package/university/content/paths/LP-atel-701.yaml +22 -0
  45. package/university/content/paths/LP-atel-801.yaml +22 -0
  46. package/university/content/quizzes/Q-atel-001-orientation.yaml +66 -0
  47. package/university/content/quizzes/Q-atel-101-document-model.yaml +66 -0
  48. package/university/content/quizzes/Q-atel-201-mcp-authoring.yaml +66 -0
  49. package/university/content/quizzes/Q-atel-301-visual-system.yaml +66 -0
  50. package/university/content/quizzes/Q-atel-401-state-machines.yaml +66 -0
  51. package/university/content/quizzes/Q-atel-501-video-pipeline.yaml +66 -0
  52. package/university/content/quizzes/Q-atel-601-recipes.yaml +66 -0
  53. package/university/content/quizzes/Q-atel-701-export.yaml +66 -0
  54. package/university/content/quizzes/Q-atel-801-studio-loop.yaml +66 -0
  55. package/university/index.yaml +720 -0
  56. package/university/pack.yaml +21 -0
@@ -0,0 +1,720 @@
1
+ version: '1.0'
2
+ generatedAt: '2026-05-22T18:49:49.832Z'
3
+ totalContent: 53
4
+ entries:
5
+ - id: N-atel-001-first-render
6
+ title: Render your first animation
7
+ type: note
8
+ author: atelier
9
+ created: '2026-05-18'
10
+ updated: '2026-05-18'
11
+ tags:
12
+ - course
13
+ - atel-001
14
+ - first-render
15
+ - cli
16
+ symbols: []
17
+ difficulty: beginner
18
+ file: content/notes/N-atel-001-first-render.md
19
+ - id: N-atel-001-install-and-launch
20
+ title: Install Atelier and launch the studio
21
+ type: note
22
+ author: atelier
23
+ created: '2026-05-18'
24
+ updated: '2026-05-18'
25
+ tags:
26
+ - course
27
+ - atel-001
28
+ - install
29
+ - cli
30
+ symbols: []
31
+ difficulty: beginner
32
+ file: content/notes/N-atel-001-install-and-launch.md
33
+ - id: N-atel-001-what-is-atelier
34
+ title: What is Atelier?
35
+ type: note
36
+ author: atelier
37
+ created: '2026-05-18'
38
+ updated: '2026-05-18'
39
+ tags:
40
+ - course
41
+ - atel-001
42
+ - orientation
43
+ symbols: []
44
+ difficulty: beginner
45
+ file: content/notes/N-atel-001-what-is-atelier.md
46
+ - id: N-atel-101-easings
47
+ title: Easings — linear, cubic-bezier, presets, spring, step
48
+ type: note
49
+ author: atelier
50
+ created: '2026-05-18'
51
+ updated: '2026-05-18'
52
+ tags:
53
+ - course
54
+ - atel-101
55
+ - easings
56
+ - motion
57
+ symbols: []
58
+ difficulty: beginner
59
+ file: content/notes/N-atel-101-easings.md
60
+ - id: N-atel-101-layers
61
+ title: Layer anatomy
62
+ type: note
63
+ author: atelier
64
+ created: '2026-05-18'
65
+ updated: '2026-05-18'
66
+ tags:
67
+ - course
68
+ - atel-101
69
+ - layers
70
+ - format
71
+ symbols: []
72
+ difficulty: beginner
73
+ file: content/notes/N-atel-101-layers.md
74
+ - id: N-atel-101-states-and-deltas
75
+ title: States, deltas, and `resolveFrame`
76
+ type: note
77
+ author: atelier
78
+ created: '2026-05-18'
79
+ updated: '2026-05-18'
80
+ tags:
81
+ - course
82
+ - atel-101
83
+ - states
84
+ - deltas
85
+ - resolve-frame
86
+ symbols: []
87
+ difficulty: beginner
88
+ file: content/notes/N-atel-101-states-and-deltas.md
89
+ - id: N-atel-101-the-atelier-format
90
+ title: The `.atelier` document format
91
+ type: note
92
+ author: atelier
93
+ created: '2026-05-18'
94
+ updated: '2026-05-18'
95
+ tags:
96
+ - course
97
+ - atel-101
98
+ - format
99
+ - schema
100
+ symbols: []
101
+ difficulty: beginner
102
+ file: content/notes/N-atel-101-the-atelier-format.md
103
+ - id: N-atel-201-authoring-tools
104
+ title: Authoring tools — document, layer, state, delta
105
+ type: note
106
+ author: atelier
107
+ created: '2026-05-18'
108
+ updated: '2026-05-18'
109
+ tags:
110
+ - course
111
+ - atel-201
112
+ - mcp
113
+ - authoring
114
+ symbols: []
115
+ difficulty: intermediate
116
+ file: content/notes/N-atel-201-authoring-tools.md
117
+ - id: N-atel-201-mcp-overview
118
+ title: MCP in the Atelier context
119
+ type: note
120
+ author: atelier
121
+ created: '2026-05-18'
122
+ updated: '2026-05-18'
123
+ tags:
124
+ - course
125
+ - atel-201
126
+ - mcp
127
+ - architecture
128
+ symbols: []
129
+ difficulty: intermediate
130
+ file: content/notes/N-atel-201-mcp-overview.md
131
+ - id: N-atel-201-patterns
132
+ title: Authoring patterns and decision rules
133
+ type: note
134
+ author: atelier
135
+ created: '2026-05-18'
136
+ updated: '2026-05-18'
137
+ tags:
138
+ - course
139
+ - atel-201
140
+ - mcp
141
+ - patterns
142
+ - best-practices
143
+ symbols: []
144
+ difficulty: intermediate
145
+ file: content/notes/N-atel-201-patterns.md
146
+ - id: N-atel-201-visual-and-effects
147
+ title: Visual configuration, effects, assets, and refs
148
+ type: note
149
+ author: atelier
150
+ created: '2026-05-18'
151
+ updated: '2026-05-18'
152
+ tags:
153
+ - course
154
+ - atel-201
155
+ - mcp
156
+ - visual
157
+ - assets
158
+ symbols: []
159
+ difficulty: intermediate
160
+ file: content/notes/N-atel-201-visual-and-effects.md
161
+ - id: N-atel-301-composition-and-overlays
162
+ title: Composition, refs, and the overlay namespace
163
+ type: note
164
+ author: atelier
165
+ created: '2026-05-18'
166
+ updated: '2026-05-18'
167
+ tags:
168
+ - course
169
+ - atel-301
170
+ - composition
171
+ - overlays
172
+ - refs
173
+ - groups
174
+ symbols: []
175
+ difficulty: intermediate
176
+ file: content/notes/N-atel-301-composition-and-overlays.md
177
+ - id: N-atel-301-effects
178
+ title: Effects — fills, strokes, shadows, blends, clips, motion paths, tints
179
+ type: note
180
+ author: atelier
181
+ created: '2026-05-18'
182
+ updated: '2026-05-18'
183
+ tags:
184
+ - course
185
+ - atel-301
186
+ - effects
187
+ - rendering
188
+ symbols: []
189
+ difficulty: intermediate
190
+ file: content/notes/N-atel-301-effects.md
191
+ - id: N-atel-301-images-and-video
192
+ title: Images and video — assets, cropping, spritesheets, playback
193
+ type: note
194
+ author: atelier
195
+ created: '2026-05-18'
196
+ updated: '2026-05-18'
197
+ tags:
198
+ - course
199
+ - atel-301
200
+ - images
201
+ - video
202
+ - assets
203
+ symbols: []
204
+ difficulty: intermediate
205
+ file: content/notes/N-atel-301-images-and-video.md
206
+ - id: N-atel-301-shapes-and-text
207
+ title: Shapes and text — the foundational visuals
208
+ type: note
209
+ author: atelier
210
+ created: '2026-05-18'
211
+ updated: '2026-05-18'
212
+ tags:
213
+ - course
214
+ - atel-301
215
+ - shapes
216
+ - text
217
+ - typography
218
+ symbols: []
219
+ difficulty: intermediate
220
+ file: content/notes/N-atel-301-shapes-and-text.md
221
+ - id: N-atel-401-hierarchical-states
222
+ title: Hierarchical states — `parent`, inheritance, and merge
223
+ type: note
224
+ author: atelier
225
+ created: '2026-05-20'
226
+ updated: '2026-05-20'
227
+ tags:
228
+ - course
229
+ - atel-401
230
+ - states
231
+ - hierarchy
232
+ - resolve-frame
233
+ symbols: []
234
+ difficulty: intermediate
235
+ file: content/notes/N-atel-401-hierarchical-states.md
236
+ - id: N-atel-401-motion-deep-dive
237
+ title: Motion deep dive — springs, expressions, motion paths
238
+ type: note
239
+ author: atelier
240
+ created: '2026-05-20'
241
+ updated: '2026-05-20'
242
+ tags:
243
+ - course
244
+ - atel-401
245
+ - motion
246
+ - springs
247
+ - expressions
248
+ - motion-path
249
+ symbols: []
250
+ difficulty: intermediate
251
+ file: content/notes/N-atel-401-motion-deep-dive.md
252
+ - id: N-atel-401-presets-and-templates
253
+ title: Presets and templates — reusing motion and structure
254
+ type: note
255
+ author: atelier
256
+ created: '2026-05-20'
257
+ updated: '2026-05-20'
258
+ tags:
259
+ - course
260
+ - atel-401
261
+ - presets
262
+ - templates
263
+ - reuse
264
+ symbols: []
265
+ difficulty: intermediate
266
+ file: content/notes/N-atel-401-presets-and-templates.md
267
+ - id: N-atel-401-transitions
268
+ title: Transitions and the interaction layer
269
+ type: note
270
+ author: atelier
271
+ created: '2026-05-20'
272
+ updated: '2026-05-20'
273
+ tags:
274
+ - course
275
+ - atel-401
276
+ - transitions
277
+ - interactions
278
+ - state-machine
279
+ symbols: []
280
+ difficulty: intermediate
281
+ file: content/notes/N-atel-401-transitions.md
282
+ - id: N-atel-501-detected-vs-user-edited
283
+ title: Detected vs. user-edited — why your fixes survive a re-run
284
+ type: note
285
+ author: atelier
286
+ created: '2026-05-20'
287
+ updated: '2026-05-20'
288
+ tags:
289
+ - course
290
+ - atel-501
291
+ - video
292
+ - aspects
293
+ symbols: []
294
+ difficulty: intermediate
295
+ file: content/notes/N-atel-501-detected-vs-user-edited.md
296
+ - id: N-atel-501-layer-tag-isolation
297
+ title: Layer-tag isolation — pipelines that never step on each other
298
+ type: note
299
+ author: atelier
300
+ created: '2026-05-20'
301
+ updated: '2026-05-20'
302
+ tags:
303
+ - course
304
+ - atel-501
305
+ - video
306
+ - aspects
307
+ symbols: []
308
+ difficulty: intermediate
309
+ file: content/notes/N-atel-501-layer-tag-isolation.md
310
+ - id: N-atel-501-silence-trim
311
+ title: Silence trimming with parametric cuts
312
+ type: note
313
+ author: atelier
314
+ created: '2026-05-20'
315
+ updated: '2026-05-20'
316
+ tags:
317
+ - course
318
+ - atel-501
319
+ - video
320
+ - trim
321
+ symbols: []
322
+ difficulty: intermediate
323
+ file: content/notes/N-atel-501-silence-trim.md
324
+ - id: N-atel-501-transcribe-and-captions
325
+ title: Transcription, transcript editing, and captions
326
+ type: note
327
+ author: atelier
328
+ created: '2026-05-20'
329
+ updated: '2026-05-20'
330
+ tags:
331
+ - course
332
+ - atel-501
333
+ - video
334
+ - captions
335
+ symbols: []
336
+ difficulty: intermediate
337
+ file: content/notes/N-atel-501-transcribe-and-captions.md
338
+ - id: N-atel-601-carousel
339
+ title: The carousel driver — a folder of images into posts
340
+ type: note
341
+ author: atelier
342
+ created: '2026-05-20'
343
+ updated: '2026-05-20'
344
+ tags:
345
+ - course
346
+ - atel-601
347
+ - carousel
348
+ - batch
349
+ symbols: []
350
+ difficulty: intermediate
351
+ file: content/notes/N-atel-601-carousel.md
352
+ - id: N-atel-601-overlay-rules
353
+ title: Overlay rules — anchored handle and page-number presets
354
+ type: note
355
+ author: atelier
356
+ created: '2026-05-20'
357
+ updated: '2026-05-20'
358
+ tags:
359
+ - course
360
+ - atel-601
361
+ - overlays
362
+ - recipe
363
+ symbols: []
364
+ difficulty: intermediate
365
+ file: content/notes/N-atel-601-overlay-rules.md
366
+ - id: N-atel-601-recipe-tools-and-apply
367
+ title: Recipe tooling — CLI verbs, MCP tools, and resolution
368
+ type: note
369
+ author: atelier
370
+ created: '2026-05-20'
371
+ updated: '2026-05-20'
372
+ tags:
373
+ - course
374
+ - atel-601
375
+ - cli
376
+ - mcp
377
+ symbols: []
378
+ difficulty: intermediate
379
+ file: content/notes/N-atel-601-recipe-tools-and-apply.md
380
+ - id: N-atel-601-studio-recipe
381
+ title: The Studio Recipe — style as a reusable preset
382
+ type: note
383
+ author: atelier
384
+ created: '2026-05-20'
385
+ updated: '2026-05-20'
386
+ tags:
387
+ - course
388
+ - atel-601
389
+ - recipe
390
+ - presets
391
+ symbols: []
392
+ difficulty: intermediate
393
+ file: content/notes/N-atel-601-studio-recipe.md
394
+ - id: N-atel-701-choosing-output
395
+ title: Choosing an output — a decision guide by destination
396
+ type: note
397
+ author: atelier
398
+ created: '2026-05-20'
399
+ updated: '2026-05-20'
400
+ tags:
401
+ - course
402
+ - atel-701
403
+ - delivery
404
+ - decision-guide
405
+ symbols: []
406
+ difficulty: intermediate
407
+ file: content/notes/N-atel-701-choosing-output.md
408
+ - id: N-atel-701-png-and-frames
409
+ title: PNG and frames — the raster export path
410
+ type: note
411
+ author: atelier
412
+ created: '2026-05-20'
413
+ updated: '2026-05-20'
414
+ tags:
415
+ - course
416
+ - atel-701
417
+ - png
418
+ - raster
419
+ symbols: []
420
+ difficulty: intermediate
421
+ file: content/notes/N-atel-701-png-and-frames.md
422
+ - id: N-atel-701-vector
423
+ title: Vector export — SVG per frame, Lottie per document
424
+ type: note
425
+ author: atelier
426
+ created: '2026-05-20'
427
+ updated: '2026-05-20'
428
+ tags:
429
+ - course
430
+ - atel-701
431
+ - svg
432
+ - lottie
433
+ - vector
434
+ symbols: []
435
+ difficulty: intermediate
436
+ file: content/notes/N-atel-701-vector.md
437
+ - id: N-atel-701-video
438
+ title: Video export — MP4 and GIF via FFmpeg, WebM in the studio
439
+ type: note
440
+ author: atelier
441
+ created: '2026-05-20'
442
+ updated: '2026-05-20'
443
+ tags:
444
+ - course
445
+ - atel-701
446
+ - video
447
+ - ffmpeg
448
+ - webcodecs
449
+ symbols: []
450
+ difficulty: intermediate
451
+ file: content/notes/N-atel-701-video.md
452
+ - id: N-atel-801-editing-surface
453
+ title: The editing surface — layers, image drop, and slider commit-gating
454
+ type: note
455
+ author: atelier
456
+ created: '2026-05-20'
457
+ updated: '2026-05-20'
458
+ tags:
459
+ - course
460
+ - atel-801
461
+ - studio
462
+ - editing
463
+ - undo
464
+ symbols: []
465
+ difficulty: advanced
466
+ file: content/notes/N-atel-801-editing-surface.md
467
+ - id: N-atel-801-live-bridge
468
+ title: The live bridge — WebSocket, MCP-over-WS, and source-tagged mutations
469
+ type: note
470
+ author: atelier
471
+ created: '2026-05-20'
472
+ updated: '2026-05-20'
473
+ tags:
474
+ - course
475
+ - atel-801
476
+ - bridge
477
+ - mcp
478
+ - aspects
479
+ symbols: []
480
+ difficulty: advanced
481
+ file: content/notes/N-atel-801-live-bridge.md
482
+ - id: N-atel-801-studio-app
483
+ title: '`atelier studio` — the local-first editor'
484
+ type: note
485
+ author: atelier
486
+ created: '2026-05-20'
487
+ updated: '2026-05-20'
488
+ tags:
489
+ - course
490
+ - atel-801
491
+ - studio
492
+ - cli
493
+ symbols: []
494
+ difficulty: advanced
495
+ file: content/notes/N-atel-801-studio-app.md
496
+ - id: N-atel-801-symbiotic-loop
497
+ title: The symbiotic loop — ingest, compose, co-edit, export
498
+ type: note
499
+ author: atelier
500
+ created: '2026-05-20'
501
+ updated: '2026-05-20'
502
+ tags:
503
+ - course
504
+ - atel-801
505
+ - workflow
506
+ - import
507
+ - vision
508
+ symbols: []
509
+ difficulty: advanced
510
+ file: content/notes/N-atel-801-symbiotic-loop.md
511
+ - id: Q-atel-001-orientation
512
+ title: 'ATEL-001: Hello Atelier — Orientation'
513
+ type: quiz
514
+ author: atelier
515
+ created: '2026-05-18'
516
+ updated: '2026-05-18'
517
+ tags:
518
+ - course
519
+ - atel-001
520
+ symbols: []
521
+ difficulty: beginner
522
+ file: content/quizzes/Q-atel-001-orientation.yaml
523
+ - id: Q-atel-101-document-model
524
+ title: 'ATEL-101: Document Model Fundamentals'
525
+ type: quiz
526
+ author: atelier
527
+ created: '2026-05-18'
528
+ updated: '2026-05-18'
529
+ tags:
530
+ - course
531
+ - atel-101
532
+ symbols: []
533
+ difficulty: beginner
534
+ file: content/quizzes/Q-atel-101-document-model.yaml
535
+ - id: Q-atel-201-mcp-authoring
536
+ title: 'ATEL-201: Authoring via MCP'
537
+ type: quiz
538
+ author: atelier
539
+ created: '2026-05-18'
540
+ updated: '2026-05-18'
541
+ tags:
542
+ - course
543
+ - atel-201
544
+ symbols: []
545
+ difficulty: intermediate
546
+ file: content/quizzes/Q-atel-201-mcp-authoring.yaml
547
+ - id: Q-atel-301-visual-system
548
+ title: 'ATEL-301: Visual System'
549
+ type: quiz
550
+ author: atelier
551
+ created: '2026-05-18'
552
+ updated: '2026-05-18'
553
+ tags:
554
+ - course
555
+ - atel-301
556
+ symbols: []
557
+ difficulty: intermediate
558
+ file: content/quizzes/Q-atel-301-visual-system.yaml
559
+ - id: Q-atel-401-state-machines
560
+ title: 'ATEL-401: State Machines & Motion'
561
+ type: quiz
562
+ author: atelier
563
+ created: '2026-05-20'
564
+ updated: '2026-05-20'
565
+ tags:
566
+ - course
567
+ - atel-401
568
+ symbols: []
569
+ difficulty: intermediate
570
+ file: content/quizzes/Q-atel-401-state-machines.yaml
571
+ - id: Q-atel-501-video-pipeline
572
+ title: 'ATEL-501: Video Project Pipeline'
573
+ type: quiz
574
+ author: atelier
575
+ created: '2026-05-20'
576
+ updated: '2026-05-20'
577
+ tags:
578
+ - course
579
+ - atel-501
580
+ symbols: []
581
+ difficulty: intermediate
582
+ file: content/quizzes/Q-atel-501-video-pipeline.yaml
583
+ - id: Q-atel-601-recipes
584
+ title: 'ATEL-601: Recipes, Overlays & Carousel'
585
+ type: quiz
586
+ author: atelier
587
+ created: '2026-05-20'
588
+ updated: '2026-05-20'
589
+ tags:
590
+ - course
591
+ - atel-601
592
+ symbols: []
593
+ difficulty: intermediate
594
+ file: content/quizzes/Q-atel-601-recipes.yaml
595
+ - id: Q-atel-701-export
596
+ title: 'ATEL-701: Export & Delivery'
597
+ type: quiz
598
+ author: atelier
599
+ created: '2026-05-20'
600
+ updated: '2026-05-20'
601
+ tags:
602
+ - course
603
+ - atel-701
604
+ symbols: []
605
+ difficulty: intermediate
606
+ file: content/quizzes/Q-atel-701-export.yaml
607
+ - id: Q-atel-801-studio-loop
608
+ title: 'ATEL-801: Studio & the Live Agent Loop'
609
+ type: quiz
610
+ author: atelier
611
+ created: '2026-05-20'
612
+ updated: '2026-05-20'
613
+ tags:
614
+ - course
615
+ - atel-801
616
+ symbols: []
617
+ difficulty: advanced
618
+ file: content/quizzes/Q-atel-801-studio-loop.yaml
619
+ - id: LP-atel-001
620
+ title: 'ATEL-001: Hello Atelier'
621
+ type: path
622
+ author: atelier
623
+ created: '2026-05-18'
624
+ updated: '2026-05-18'
625
+ tags:
626
+ - course
627
+ - atel-001
628
+ - orientation
629
+ symbols: []
630
+ file: content/paths/LP-atel-001.yaml
631
+ - id: LP-atel-101
632
+ title: 'ATEL-101: Document Model Fundamentals'
633
+ type: path
634
+ author: atelier
635
+ created: '2026-05-18'
636
+ updated: '2026-05-18'
637
+ tags:
638
+ - course
639
+ - atel-101
640
+ symbols: []
641
+ file: content/paths/LP-atel-101.yaml
642
+ - id: LP-atel-201
643
+ title: 'ATEL-201: Authoring via MCP'
644
+ type: path
645
+ author: atelier
646
+ created: '2026-05-18'
647
+ updated: '2026-05-18'
648
+ tags:
649
+ - course
650
+ - atel-201
651
+ - mcp
652
+ symbols: []
653
+ file: content/paths/LP-atel-201.yaml
654
+ - id: LP-atel-301
655
+ title: 'ATEL-301: Visual System'
656
+ type: path
657
+ author: atelier
658
+ created: '2026-05-18'
659
+ updated: '2026-05-18'
660
+ tags:
661
+ - course
662
+ - atel-301
663
+ symbols: []
664
+ file: content/paths/LP-atel-301.yaml
665
+ - id: LP-atel-401
666
+ title: 'ATEL-401: State Machines & Motion'
667
+ type: path
668
+ author: atelier
669
+ created: '2026-05-20'
670
+ updated: '2026-05-20'
671
+ tags:
672
+ - course
673
+ - atel-401
674
+ symbols: []
675
+ file: content/paths/LP-atel-401.yaml
676
+ - id: LP-atel-501
677
+ title: 'ATEL-501: Video Project Pipeline'
678
+ type: path
679
+ author: atelier
680
+ created: '2026-05-20'
681
+ updated: '2026-05-20'
682
+ tags:
683
+ - course
684
+ - atel-501
685
+ symbols: []
686
+ file: content/paths/LP-atel-501.yaml
687
+ - id: LP-atel-601
688
+ title: 'ATEL-601: Recipes, Overlays & Carousel'
689
+ type: path
690
+ author: atelier
691
+ created: '2026-05-20'
692
+ updated: '2026-05-20'
693
+ tags:
694
+ - course
695
+ - atel-601
696
+ symbols: []
697
+ file: content/paths/LP-atel-601.yaml
698
+ - id: LP-atel-701
699
+ title: 'ATEL-701: Export & Delivery'
700
+ type: path
701
+ author: atelier
702
+ created: '2026-05-20'
703
+ updated: '2026-05-20'
704
+ tags:
705
+ - course
706
+ - atel-701
707
+ symbols: []
708
+ file: content/paths/LP-atel-701.yaml
709
+ - id: LP-atel-801
710
+ title: 'ATEL-801: Studio & the Live Agent Loop'
711
+ type: path
712
+ author: atelier
713
+ created: '2026-05-20'
714
+ updated: '2026-05-20'
715
+ tags:
716
+ - course
717
+ - atel-801
718
+ symbols: []
719
+ file: content/paths/LP-atel-801.yaml
720
+ diplomaCount: 0