appostle-installer 0.0.86 → 0.0.87

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 (46) hide show
  1. package/package.json +1 -1
  2. package/dist/appostle-system-prompt.md +0 -28
  3. package/dist/assets/silero_vad.onnx +0 -0
  4. package/dist/mcp-server-templates/adb-illustrator.json +0 -4
  5. package/dist/mcp-server-templates/adb-indesign.json +0 -3
  6. package/dist/mcp-server-templates/adb-photoshop.json +0 -4
  7. package/dist/mcp-server-templates/adb-premiere.json +0 -4
  8. package/dist/mcp-server-templates/better-auth.json +0 -4
  9. package/dist/mcp-server-templates/blender.json +0 -4
  10. package/dist/mcp-server-templates/figma.json +0 -4
  11. package/dist/mcp-server-templates/google.json +0 -8
  12. package/dist/mcp-server-templates/gsap-master.json +0 -4
  13. package/dist/mcp-server-templates/playwright.json +0 -10
  14. package/dist/role-templates/animator/gsap-v1.1.md +0 -348
  15. package/dist/role-templates/architect/website-architect-v2.md +0 -276
  16. package/dist/role-templates/builder/astro-website-v2.md +0 -827
  17. package/dist/role-templates/builder/astro-website-v2.md.bak-prophet +0 -826
  18. package/dist/role-templates/builder/nextjs-website-v2.md +0 -804
  19. package/dist/role-templates/builder/nextjs-website-v3.md +0 -953
  20. package/dist/role-templates/documenter/feature-screenshots-v1.md +0 -218
  21. package/dist/role-templates/onboarding/website-marketing.md +0 -275
  22. package/dist/role-templates/photographer/freepik-mystic-v1.md +0 -369
  23. package/dist/role-templates/scraper/website-via-source-v2.md +0 -775
  24. package/dist/role-templates/scraper/website-via-url-v2.md +0 -1120
  25. package/dist/schema-templates/animations.md +0 -3833
  26. package/dist/schema-templates/buttons.md +0 -541
  27. package/dist/schema-templates/colors.md +0 -178
  28. package/dist/schema-templates/icons.md +0 -45
  29. package/dist/schema-templates/layout.md +0 -8
  30. package/dist/schema-templates/logo.md +0 -68
  31. package/dist/schema-templates/motion.md +0 -53
  32. package/dist/schema-templates/photography.md +0 -144
  33. package/dist/schema-templates/prose/animations.md +0 -3833
  34. package/dist/schema-templates/prose/layout.md +0 -7
  35. package/dist/schema-templates/prose/photography.md +0 -144
  36. package/dist/schema-templates/prose/voice.md +0 -28
  37. package/dist/schema-templates/shadows.md +0 -38
  38. package/dist/schema-templates/shapes.md +0 -15
  39. package/dist/schema-templates/spacing.md +0 -102
  40. package/dist/schema-templates/tokens.json +0 -770
  41. package/dist/schema-templates/typography.md +0 -379
  42. package/dist/schema-templates/voice.md +0 -28
  43. package/dist/shell-integration/zsh/.zshenv +0 -17
  44. package/dist/shell-integration/zsh/appostle-integration.zsh +0 -17
  45. package/dist/worker.js +0 -219557
  46. package/dist/worker.js.map +0 -7
@@ -1,541 +0,0 @@
1
- ---
2
- description: Button system — Primary, Secondary, Text, Pill, and Icon Button kinds. Per-surface color keys.
3
- variables:
4
- # =========================================================================
5
- # Primary button (always on — the mandatory base)
6
- # =========================================================================
7
- - key: button.primary.radius
8
- type: number
9
- label: Primary Radius (px)
10
- value: "8"
11
- section: visual
12
- - key: button.primary.padding
13
- type: number
14
- label: Primary Padding (px)
15
- value: "16"
16
- section: visual
17
- - key: button.primary.icon
18
- type: select
19
- label: Primary Icon
20
- value: "no"
21
- options: [yes, no]
22
- section: visual
23
- - key: button.primary.icon.position
24
- type: select
25
- label: Primary Icon Position
26
- value: right
27
- options: [left, right]
28
- section: visual
29
- - key: button.primary.icon.name
30
- type: text
31
- label: Primary Icon Name
32
- value: ChevronRight
33
- section: visual
34
- - key: button.primary.border.width
35
- type: number
36
- label: Primary Border (px)
37
- value: "0"
38
- section: visual
39
- # Primary — Fill (per surface)
40
- - key: button.primary.fill.light
41
- type: color
42
- label: Primary Fill (Light surface)
43
- value: ""
44
- section: visual
45
- - key: button.primary.fill.light.opacity
46
- type: number
47
- label: Primary Fill Opacity (Light surface)
48
- value: "100"
49
- section: visual
50
- - key: button.primary.fill.dark
51
- type: color
52
- label: Primary Fill (Dark surface)
53
- value: ""
54
- section: visual
55
- - key: button.primary.fill.dark.opacity
56
- type: number
57
- label: Primary Fill Opacity (Dark surface)
58
- value: "100"
59
- section: visual
60
- # Primary — Border color (per surface)
61
- - key: button.primary.border.color.light
62
- type: color
63
- label: Primary Border Color (Light surface)
64
- value: ""
65
- section: visual
66
- - key: button.primary.border.color.light.opacity
67
- type: number
68
- label: Primary Border Opacity (Light surface)
69
- value: "100"
70
- section: visual
71
- - key: button.primary.border.color.dark
72
- type: color
73
- label: Primary Border Color (Dark surface)
74
- value: ""
75
- section: visual
76
- - key: button.primary.border.color.dark.opacity
77
- type: number
78
- label: Primary Border Opacity (Dark surface)
79
- value: "100"
80
- section: visual
81
- # Primary — Text color (per surface)
82
- - key: button.primary.text.color.light
83
- type: color
84
- label: Primary Text Color (Light surface)
85
- value: ""
86
- section: visual
87
- - key: button.primary.text.color.light.opacity
88
- type: number
89
- label: Primary Text Opacity (Light surface)
90
- value: "100"
91
- section: visual
92
- - key: button.primary.text.color.dark
93
- type: color
94
- label: Primary Text Color (Dark surface)
95
- value: ""
96
- section: visual
97
- - key: button.primary.text.color.dark.opacity
98
- type: number
99
- label: Primary Text Opacity (Dark surface)
100
- value: "100"
101
- section: visual
102
-
103
- # =========================================================================
104
- # Secondary button
105
- # =========================================================================
106
- - key: button.secondary.enabled
107
- type: select
108
- label: Secondary Enabled
109
- value: "yes"
110
- options: [yes, no]
111
- section: visual
112
- - key: button.secondary.radius
113
- type: number
114
- label: Secondary Radius (px)
115
- value: "8"
116
- section: visual
117
- - key: button.secondary.padding
118
- type: number
119
- label: Secondary Padding (px)
120
- value: "16"
121
- section: visual
122
- - key: button.secondary.icon
123
- type: select
124
- label: Secondary Icon
125
- value: "no"
126
- options: [yes, no]
127
- section: visual
128
- - key: button.secondary.icon.position
129
- type: select
130
- label: Secondary Icon Position
131
- value: right
132
- options: [left, right]
133
- section: visual
134
- - key: button.secondary.icon.name
135
- type: text
136
- label: Secondary Icon Name
137
- value: ChevronRight
138
- section: visual
139
- - key: button.secondary.border.width
140
- type: number
141
- label: Secondary Border (px)
142
- value: "1"
143
- section: visual
144
- # Secondary — Fill (per surface)
145
- - key: button.secondary.fill.light
146
- type: color
147
- label: Secondary Fill (Light surface)
148
- value: ""
149
- section: visual
150
- - key: button.secondary.fill.light.opacity
151
- type: number
152
- label: Secondary Fill Opacity (Light surface)
153
- value: "100"
154
- section: visual
155
- - key: button.secondary.fill.dark
156
- type: color
157
- label: Secondary Fill (Dark surface)
158
- value: ""
159
- section: visual
160
- - key: button.secondary.fill.dark.opacity
161
- type: number
162
- label: Secondary Fill Opacity (Dark surface)
163
- value: "100"
164
- section: visual
165
- # Secondary — Border color (per surface)
166
- - key: button.secondary.border.color.light
167
- type: color
168
- label: Secondary Border Color (Light surface)
169
- value: ""
170
- section: visual
171
- - key: button.secondary.border.color.light.opacity
172
- type: number
173
- label: Secondary Border Opacity (Light surface)
174
- value: "100"
175
- section: visual
176
- - key: button.secondary.border.color.dark
177
- type: color
178
- label: Secondary Border Color (Dark surface)
179
- value: ""
180
- section: visual
181
- - key: button.secondary.border.color.dark.opacity
182
- type: number
183
- label: Secondary Border Opacity (Dark surface)
184
- value: "100"
185
- section: visual
186
- # Secondary — Text color (per surface)
187
- - key: button.secondary.text.color.light
188
- type: color
189
- label: Secondary Text Color (Light surface)
190
- value: ""
191
- section: visual
192
- - key: button.secondary.text.color.light.opacity
193
- type: number
194
- label: Secondary Text Opacity (Light surface)
195
- value: "100"
196
- section: visual
197
- - key: button.secondary.text.color.dark
198
- type: color
199
- label: Secondary Text Color (Dark surface)
200
- value: ""
201
- section: visual
202
- - key: button.secondary.text.color.dark.opacity
203
- type: number
204
- label: Secondary Text Opacity (Dark surface)
205
- value: "100"
206
- section: visual
207
-
208
- # =========================================================================
209
- # Text button — no fill, no border, just text + optional icon
210
- # =========================================================================
211
- - key: button.text.enabled
212
- type: select
213
- label: Text Button Enabled
214
- value: "yes"
215
- options: [yes, no]
216
- section: visual
217
- - key: button.text.icon
218
- type: select
219
- label: Text Icon
220
- value: "no"
221
- options: [yes, no]
222
- section: visual
223
- - key: button.text.icon.position
224
- type: select
225
- label: Text Icon Position
226
- value: right
227
- options: [left, right]
228
- section: visual
229
- - key: button.text.icon.name
230
- type: text
231
- label: Text Icon Name
232
- value: ChevronRight
233
- section: visual
234
- - key: button.text.padding
235
- type: number
236
- label: Text Padding (px)
237
- value: "8"
238
- section: visual
239
- # Text — Text color (per surface)
240
- - key: button.text.text.color.light
241
- type: color
242
- label: Text Button Color (Light surface)
243
- value: ""
244
- section: visual
245
- - key: button.text.text.color.light.opacity
246
- type: number
247
- label: Text Button Opacity (Light surface)
248
- value: "100"
249
- section: visual
250
- - key: button.text.text.color.dark
251
- type: color
252
- label: Text Button Color (Dark surface)
253
- value: ""
254
- section: visual
255
- - key: button.text.text.color.dark.opacity
256
- type: number
257
- label: Text Button Opacity (Dark surface)
258
- value: "100"
259
- section: visual
260
-
261
- # =========================================================================
262
- # Pills — toggleable, two visual states: active / inactive
263
- # =========================================================================
264
- - key: pill.enabled
265
- type: select
266
- label: Pills Enabled
267
- value: "yes"
268
- options: [yes, no]
269
- section: visual
270
- - key: pill.radius
271
- type: number
272
- label: Pill Radius (px)
273
- value: "999"
274
- section: visual
275
- - key: pill.padding
276
- type: number
277
- label: Pill Padding (px)
278
- value: "10"
279
- section: visual
280
- - key: pill.icon
281
- type: select
282
- label: Pill Icon
283
- value: "no"
284
- options: [yes, no]
285
- section: visual
286
- - key: pill.icon.position
287
- type: select
288
- label: Pill Icon Position
289
- value: left
290
- options: [left, right]
291
- section: visual
292
- - key: pill.icon.name
293
- type: text
294
- label: Pill Icon Name
295
- value: ChevronRight
296
- section: visual
297
- - key: pill.border.width
298
- type: number
299
- label: Pill Border (px)
300
- value: "1"
301
- section: visual
302
- # Pill Active — Fill / Border / Text (per surface)
303
- - key: pill.active.fill.light
304
- type: color
305
- label: Pill Active Fill (Light surface)
306
- value: ""
307
- section: visual
308
- - key: pill.active.fill.light.opacity
309
- type: number
310
- label: Pill Active Fill Opacity (Light surface)
311
- value: "100"
312
- section: visual
313
- - key: pill.active.fill.dark
314
- type: color
315
- label: Pill Active Fill (Dark surface)
316
- value: ""
317
- section: visual
318
- - key: pill.active.fill.dark.opacity
319
- type: number
320
- label: Pill Active Fill Opacity (Dark surface)
321
- value: "100"
322
- section: visual
323
- - key: pill.active.border.color.light
324
- type: color
325
- label: Pill Active Border (Light surface)
326
- value: ""
327
- section: visual
328
- - key: pill.active.border.color.light.opacity
329
- type: number
330
- label: Pill Active Border Opacity (Light surface)
331
- value: "100"
332
- section: visual
333
- - key: pill.active.border.color.dark
334
- type: color
335
- label: Pill Active Border (Dark surface)
336
- value: ""
337
- section: visual
338
- - key: pill.active.border.color.dark.opacity
339
- type: number
340
- label: Pill Active Border Opacity (Dark surface)
341
- value: "100"
342
- section: visual
343
- - key: pill.active.text.color.light
344
- type: color
345
- label: Pill Active Text (Light surface)
346
- value: ""
347
- section: visual
348
- - key: pill.active.text.color.light.opacity
349
- type: number
350
- label: Pill Active Text Opacity (Light surface)
351
- value: "100"
352
- section: visual
353
- - key: pill.active.text.color.dark
354
- type: color
355
- label: Pill Active Text (Dark surface)
356
- value: ""
357
- section: visual
358
- - key: pill.active.text.color.dark.opacity
359
- type: number
360
- label: Pill Active Text Opacity (Dark surface)
361
- value: "100"
362
- section: visual
363
- # Pill Inactive — Fill / Border / Text (per surface)
364
- - key: pill.inactive.fill.light
365
- type: color
366
- label: Pill Inactive Fill (Light surface)
367
- value: ""
368
- section: visual
369
- - key: pill.inactive.fill.light.opacity
370
- type: number
371
- label: Pill Inactive Fill Opacity (Light surface)
372
- value: "100"
373
- section: visual
374
- - key: pill.inactive.fill.dark
375
- type: color
376
- label: Pill Inactive Fill (Dark surface)
377
- value: ""
378
- section: visual
379
- - key: pill.inactive.fill.dark.opacity
380
- type: number
381
- label: Pill Inactive Fill Opacity (Dark surface)
382
- value: "100"
383
- section: visual
384
- - key: pill.inactive.border.color.light
385
- type: color
386
- label: Pill Inactive Border (Light surface)
387
- value: ""
388
- section: visual
389
- - key: pill.inactive.border.color.light.opacity
390
- type: number
391
- label: Pill Inactive Border Opacity (Light surface)
392
- value: "100"
393
- section: visual
394
- - key: pill.inactive.border.color.dark
395
- type: color
396
- label: Pill Inactive Border (Dark surface)
397
- value: ""
398
- section: visual
399
- - key: pill.inactive.border.color.dark.opacity
400
- type: number
401
- label: Pill Inactive Border Opacity (Dark surface)
402
- value: "100"
403
- section: visual
404
- - key: pill.inactive.text.color.light
405
- type: color
406
- label: Pill Inactive Text (Light surface)
407
- value: ""
408
- section: visual
409
- - key: pill.inactive.text.color.light.opacity
410
- type: number
411
- label: Pill Inactive Text Opacity (Light surface)
412
- value: "100"
413
- section: visual
414
- - key: pill.inactive.text.color.dark
415
- type: color
416
- label: Pill Inactive Text (Dark surface)
417
- value: ""
418
- section: visual
419
- - key: pill.inactive.text.color.dark.opacity
420
- type: number
421
- label: Pill Inactive Text Opacity (Dark surface)
422
- value: "100"
423
- section: visual
424
-
425
- # =========================================================================
426
- # Icon Button — square button containing only an icon. Renders three
427
- # specimens side-by-side at icon.size.sm / .md / .lg from the Icons section.
428
- # =========================================================================
429
- - key: iconbutton.enabled
430
- type: select
431
- label: Icon Button Enabled
432
- value: "yes"
433
- options: [yes, no]
434
- section: visual
435
- - key: iconbutton.radius
436
- type: number
437
- label: Icon Button Radius (px)
438
- value: "8"
439
- section: visual
440
- - key: iconbutton.padding
441
- type: number
442
- label: Icon Button Padding (px)
443
- value: "8"
444
- section: visual
445
- - key: iconbutton.icon.name
446
- type: text
447
- label: Icon Button Icon Name
448
- value: Settings
449
- section: visual
450
- - key: iconbutton.border.width
451
- type: number
452
- label: Icon Button Border (px)
453
- value: "0"
454
- section: visual
455
- # Icon Button — Fill (per surface)
456
- - key: iconbutton.fill.light
457
- type: color
458
- label: Icon Button Fill (Light surface)
459
- value: ""
460
- section: visual
461
- - key: iconbutton.fill.light.opacity
462
- type: number
463
- label: Icon Button Fill Opacity (Light surface)
464
- value: "100"
465
- section: visual
466
- - key: iconbutton.fill.dark
467
- type: color
468
- label: Icon Button Fill (Dark surface)
469
- value: ""
470
- section: visual
471
- - key: iconbutton.fill.dark.opacity
472
- type: number
473
- label: Icon Button Fill Opacity (Dark surface)
474
- value: "100"
475
- section: visual
476
- # Icon Button — Border color (per surface)
477
- - key: iconbutton.border.color.light
478
- type: color
479
- label: Icon Button Border Color (Light surface)
480
- value: ""
481
- section: visual
482
- - key: iconbutton.border.color.light.opacity
483
- type: number
484
- label: Icon Button Border Opacity (Light surface)
485
- value: "100"
486
- section: visual
487
- - key: iconbutton.border.color.dark
488
- type: color
489
- label: Icon Button Border Color (Dark surface)
490
- value: ""
491
- section: visual
492
- - key: iconbutton.border.color.dark.opacity
493
- type: number
494
- label: Icon Button Border Opacity (Dark surface)
495
- value: "100"
496
- section: visual
497
- # Icon Button — Icon color (per surface)
498
- - key: iconbutton.icon.color.light
499
- type: color
500
- label: Icon Button Icon Color (Light surface)
501
- value: ""
502
- section: visual
503
- - key: iconbutton.icon.color.light.opacity
504
- type: number
505
- label: Icon Button Icon Color Opacity (Light surface)
506
- value: "100"
507
- section: visual
508
- - key: iconbutton.icon.color.dark
509
- type: color
510
- label: Icon Button Icon Color (Dark surface)
511
- value: ""
512
- section: visual
513
- - key: iconbutton.icon.color.dark.opacity
514
- type: number
515
- label: Icon Button Icon Color Opacity (Dark surface)
516
- value: "100"
517
- section: visual
518
- ---
519
-
520
- # Buttons
521
-
522
- Three button styles (Primary, Secondary, Text), Pills, and Icon Buttons. Primary is always on. Secondary, Text, Pills, and Icon Buttons can be toggled per brand.
523
-
524
- ## Per-surface key shape
525
-
526
- Every color property (`fill`, `border.color`, `text.color`, `icon.color`) is keyed per-surface:
527
-
528
- ```
529
- <kind>.<colorprop>.<surface>
530
- <kind>.<colorprop>.<surface>.opacity
531
- ```
532
-
533
- `<surface>` is either:
534
- - `light` or `dark` (the two universal surfaces, always present), or
535
- - the slugified label of a brand color from `colors.md` (e.g. `Accent Color` → `accent-color`)
536
-
537
- This file seeds the universal `light` / `dark` surfaces only. The scraper roles fill in additional brand-color surfaces when ingesting a brand. The brand modal preview (`packages/app/src/components/brands/preview/buttons-preview.tsx`) derives the full surface set dynamically — it will only render specimens for surfaces that have populated values.
538
-
539
- There is no base-key fallback. `button.primary.fill` (without a surface suffix) is never read.
540
-
541
- See `packages/server/src/server/brand/CANON.md` for the full canon.
@@ -1,178 +0,0 @@
1
- ---
2
- description: Brand color palette and design tokens
3
- variables:
4
- - key: color.primary
5
- type: color
6
- label: Primary Color
7
- value: ""
8
- section: visual
9
- - key: color.secondary
10
- type: color
11
- label: Secondary Color
12
- value: ""
13
- section: visual
14
- - key: color.accent
15
- type: color
16
- label: Accent Color
17
- value: ""
18
- section: visual
19
- - key: color.highlight
20
- type: color
21
- label: Highlight Color
22
- value: ""
23
- section: visual
24
- - key: color.whites
25
- type: color
26
- label: Whites
27
- value: ""
28
- section: visual
29
- - key: color.blacks
30
- type: color
31
- label: Blacks
32
- value: ""
33
- section: visual
34
- - key: color.primary.weight
35
- type: number
36
- label: Primary Weight
37
- value: ""
38
- - key: color.accent.weight
39
- type: number
40
- label: Accent Weight
41
- value: ""
42
- - key: color.secondary.weight
43
- type: number
44
- label: Secondary Weight
45
- value: ""
46
- - key: color.highlight.weight
47
- type: number
48
- label: Highlight Weight
49
- value: ""
50
- - key: color.whites.weight
51
- type: number
52
- label: Whites Weight
53
- value: ""
54
- - key: color.blacks.weight
55
- type: number
56
- label: Blacks Weight
57
- value: ""
58
- - key: token.bg-base
59
- type: color
60
- label: BG Base
61
- value: ""
62
- - key: token.bg-surface
63
- type: color
64
- label: BG Surface
65
- value: ""
66
- - key: token.bg-elevated
67
- type: color
68
- label: BG Elevated
69
- value: ""
70
- - key: token.bg-inverted
71
- type: color
72
- label: BG Inverted
73
- value: ""
74
- - key: token.fg-primary
75
- type: color
76
- label: FG Primary
77
- value: ""
78
- - key: token.fg-secondary
79
- type: color
80
- label: FG Secondary
81
- value: ""
82
- - key: token.fg-muted
83
- type: color
84
- label: FG Muted
85
- value: ""
86
- - key: token.fg-subtle
87
- type: color
88
- label: FG Subtle
89
- value: ""
90
- - key: token.fg-inverted
91
- type: color
92
- label: FG Inverted
93
- value: ""
94
- - key: token.accent-base
95
- type: color
96
- label: Accent Base
97
- value: ""
98
- - key: token.accent-fg
99
- type: color
100
- label: Accent FG
101
- value: ""
102
- - key: token.accent-hover
103
- type: color
104
- label: Accent Hover
105
- value: ""
106
- - key: token.accent-active
107
- type: color
108
- label: Accent Active
109
- value: ""
110
- - key: token.accent-subtle
111
- type: color
112
- label: Accent Subtle
113
- value: ""
114
- - key: token.accent-on-dark
115
- type: color
116
- label: Accent On Dark
117
- value: ""
118
- - key: token.border-default
119
- type: color
120
- label: Border Default
121
- value: ""
122
- - key: token.border-subtle
123
- type: color
124
- label: Border Subtle
125
- value: ""
126
- - key: token.border-strong
127
- type: color
128
- label: Border Strong
129
- value: ""
130
- - key: token.status-success
131
- type: color
132
- label: Success
133
- value: ""
134
- - key: token.status-success-fg
135
- type: color
136
- label: Success FG
137
- value: ""
138
- - key: token.status-warning
139
- type: color
140
- label: Warning
141
- value: ""
142
- - key: token.status-warning-fg
143
- type: color
144
- label: Warning FG
145
- value: ""
146
- - key: token.status-danger
147
- type: color
148
- label: Danger
149
- value: ""
150
- - key: token.status-danger-fg
151
- type: color
152
- label: Danger FG
153
- value: ""
154
- - key: token.status-info
155
- type: color
156
- label: Info
157
- value: ""
158
- - key: token.status-info-fg
159
- type: color
160
- label: Info FG
161
- value: ""
162
- - key: gradient.primary
163
- type: gradient
164
- label: Primary Gradient
165
- value: ""
166
- - key: gradient.accent
167
- type: gradient
168
- label: Accent Gradient
169
- value: ""
170
- - key: gradient.subtle
171
- type: gradient
172
- label: Subtle Gradient
173
- value: ""
174
- ---
175
-
176
- # Colors
177
-
178
- [1–2 sentence description of the color system and its character.]