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,45 +0,0 @@
1
- ---
2
- description: Icon system — library, stroke, sizing, and color rules
3
- variables:
4
- - key: icon.library
5
- type: select
6
- label: Library
7
- value: lucide
8
- options: [lucide, phosphor, tabler, heroicons, remixicon]
9
- section: visual
10
- - key: icon.style
11
- type: select
12
- label: Style
13
- value: outline
14
- options: [outline, filled]
15
- section: visual
16
- - key: icon.stroke
17
- type: number
18
- label: Stroke Weight
19
- value: "2"
20
- section: visual
21
- - key: icon.size.sm
22
- type: number
23
- label: Size Small (px)
24
- value: "16"
25
- section: visual
26
- - key: icon.size.md
27
- type: number
28
- label: Size Medium (px)
29
- value: "20"
30
- section: visual
31
- - key: icon.size.lg
32
- type: number
33
- label: Size Large (px)
34
- value: "24"
35
- section: visual
36
- - key: icon.color
37
- type: color
38
- label: Icon Color
39
- value: ""
40
- section: visual
41
- ---
42
-
43
- # Icons
44
-
45
- Icon library and rendering rules. Empty color inherits the surrounding text color.
@@ -1,8 +0,0 @@
1
- ---
2
- description: ""
3
- variables: []
4
- ---
5
-
6
- # Layout
7
-
8
- Structural layout rules for this brand. The Q&A flow generates a cohesive design role document at `.appostle/brand/assets/role/brand-layout-role.md`. Builders inject it wholesale as context.
@@ -1,68 +0,0 @@
1
- ---
2
- description: Logo lockups — primary marks shown on light and dark surfaces
3
- variables:
4
- - key: brand.logo.on-light.horizontal
5
- type: asset
6
- label: Horizontal — On-Light
7
- value: ""
8
- section: visual
9
- - key: brand.logo.on-dark.horizontal
10
- type: asset
11
- label: Horizontal — On-Dark
12
- value: ""
13
- section: visual
14
- - key: brand.logo.mono-on-light.horizontal
15
- type: asset
16
- label: Horizontal — Mono On-Light
17
- value: ""
18
- section: visual
19
- - key: brand.logo.mono-on-dark.horizontal
20
- type: asset
21
- label: Horizontal — Mono On-Dark
22
- value: ""
23
- section: visual
24
- - key: brand.logo.on-light.vertical
25
- type: asset
26
- label: Vertical — On-Light
27
- value: ""
28
- section: visual
29
- - key: brand.logo.on-dark.vertical
30
- type: asset
31
- label: Vertical — On-Dark
32
- value: ""
33
- section: visual
34
- - key: brand.logo.mono-on-light.vertical
35
- type: asset
36
- label: Vertical — Mono On-Light
37
- value: ""
38
- section: visual
39
- - key: brand.logo.mono-on-dark.vertical
40
- type: asset
41
- label: Vertical — Mono On-Dark
42
- value: ""
43
- section: visual
44
- - key: brand.logo.on-light.mark
45
- type: asset
46
- label: Mark — On-Light
47
- value: ""
48
- section: visual
49
- - key: brand.logo.on-dark.mark
50
- type: asset
51
- label: Mark — On-Dark
52
- value: ""
53
- section: visual
54
- - key: brand.logo.mono-on-light.mark
55
- type: asset
56
- label: Mark — Mono On-Light
57
- value: ""
58
- section: visual
59
- - key: brand.logo.mono-on-dark.mark
60
- type: asset
61
- label: Mark — Mono On-Dark
62
- value: ""
63
- section: visual
64
- ---
65
-
66
- # Logo
67
-
68
- Three canonical lockups — horizontal, vertical, and mark only — each shown on a light and a dark surface so the mark is proven against both contexts. Mono variants are auto-derived from the uploaded SVGs.
@@ -1,53 +0,0 @@
1
- ---
2
- description: Easing curves and duration scale — the raw timing vocabulary every animation references
3
- variables:
4
- - key: motion.easing.default
5
- type: text
6
- label: Default
7
- value: ""
8
- section: motion
9
- - key: motion.easing.enter
10
- type: text
11
- label: Enter
12
- value: ""
13
- section: motion
14
- - key: motion.easing.exit
15
- type: text
16
- label: Exit
17
- value: ""
18
- section: motion
19
- - key: motion.easing.expressive
20
- type: text
21
- label: Expressive
22
- value: ""
23
- section: motion
24
- - key: motion.duration.instant
25
- type: number
26
- label: Instant
27
- value: ""
28
- section: motion
29
- - key: motion.duration.fast
30
- type: number
31
- label: Fast
32
- value: ""
33
- section: motion
34
- - key: motion.duration.normal
35
- type: number
36
- label: Normal
37
- value: ""
38
- section: motion
39
- - key: motion.duration.slow
40
- type: number
41
- label: Slow
42
- value: ""
43
- section: motion
44
- - key: motion.duration.glacial
45
- type: number
46
- label: Glacial
47
- value: ""
48
- section: motion
49
- ---
50
-
51
- # Motion
52
-
53
- Named easing curves and a duration scale. Curves define *how* something accelerates; durations define *how long*. Together they are the timing vocabulary that every animation recipe in animations.md references.
@@ -1,144 +0,0 @@
1
- ---
2
- description: Photography direction — camera controls, film stock, and style DNA for AI image generation.
3
- variables:
4
- - key: photo.dna
5
- type: text
6
- label: Style DNA
7
- value: ""
8
- section: direction
9
- - key: photo.brief
10
- type: text
11
- label: Brief
12
- value: ""
13
- section: direction
14
- - key: lens.focal-length.min
15
- type: select
16
- label: Focal Length — Short End
17
- value: "35mm"
18
- section: lens
19
- options: [24mm, 28mm, 35mm, 50mm, 85mm, 135mm, 200mm]
20
- - key: lens.focal-length.max
21
- type: select
22
- label: Focal Length — Long End
23
- value: "85mm"
24
- section: lens
25
- options: [24mm, 28mm, 35mm, 50mm, 85mm, 135mm, 200mm]
26
- - key: lens.aperture.min
27
- type: select
28
- label: Aperture — Wide Open
29
- value: "f/1.8"
30
- section: lens
31
- options: [f/1.4, f/1.8, f/2.8, f/4, f/5.6, f/8, f/11, f/16]
32
- - key: lens.aperture.max
33
- type: select
34
- label: Aperture — Stopped Down
35
- value: "f/8"
36
- section: lens
37
- options: [f/1.4, f/1.8, f/2.8, f/4, f/5.6, f/8, f/11, f/16]
38
- - key: lens.character
39
- type: select
40
- label: Lens Character
41
- value: "natural"
42
- section: lens
43
- options: [vintage, natural, clinical]
44
- - key: light.exposure
45
- type: select
46
- label: Exposure Mood
47
- value: "balanced"
48
- section: light
49
- options: [underexposed, balanced, overexposed]
50
- - key: light.time-of-day
51
- type: select
52
- label: Time of Day
53
- value: "overcast"
54
- section: light
55
- options: [golden-hour, midday, overcast, blue-hour, night, studio]
56
- - key: light.direction
57
- type: select
58
- label: Light Direction
59
- value: "side-lit"
60
- section: light
61
- options: [front-lit, side-lit, backlit, rim-light, ambient]
62
- - key: film.stock
63
- type: select
64
- label: Film Stock
65
- value: "digital-clean"
66
- section: film
67
- options: [digital-clean, portra-400, ektar-100, tri-x-400, fuji-pro-400h, kodachrome, cinestill-800t]
68
- - key: film.grain
69
- type: select
70
- label: Grain
71
- value: "none"
72
- section: film
73
- options: [none, subtle, moderate, heavy]
74
- - key: film.color-temperature.min
75
- type: select
76
- label: Color Temperature — Cool End
77
- value: "neutral"
78
- section: film
79
- options: [cold, cool, neutral, warm, very-warm]
80
- - key: film.color-temperature.max
81
- type: select
82
- label: Color Temperature — Warm End
83
- value: "warm"
84
- section: film
85
- options: [cold, cool, neutral, warm, very-warm]
86
- - key: comp.perspective
87
- type: select
88
- label: Perspective
89
- value: "eye-level"
90
- section: composition
91
- options: [low-angle, eye-level, high-angle, overhead, dutch-angle]
92
- - key: comp.subject-distance.min
93
- type: select
94
- label: Subject Distance — Closest
95
- value: "medium"
96
- section: composition
97
- options: [extreme-closeup, intimate-closeup, medium, full-body, environmental-wide]
98
- - key: comp.subject-distance.max
99
- type: select
100
- label: Subject Distance — Widest
101
- value: "environmental-wide"
102
- section: composition
103
- options: [extreme-closeup, intimate-closeup, medium, full-body, environmental-wide]
104
- - key: comp.depth-layering
105
- type: select
106
- label: Depth Layering
107
- value: "layered"
108
- section: composition
109
- options: [flat, layered, deep]
110
- - key: post.saturation
111
- type: select
112
- label: Saturation
113
- value: "natural"
114
- section: post
115
- options: [desaturated, muted, natural, rich, vivid]
116
- - key: post.vibrance
117
- type: select
118
- label: Vibrance
119
- value: "natural"
120
- section: post
121
- options: [subdued, natural, lifted, punchy]
122
- - key: post.contrast
123
- type: select
124
- label: Contrast
125
- value: "natural"
126
- section: post
127
- options: [flat-matte, natural, punchy]
128
- - key: post.vignette
129
- type: select
130
- label: Vignette
131
- value: "none"
132
- section: post
133
- options: [none, subtle, dramatic]
134
- - key: post.sharpness
135
- type: select
136
- label: Sharpness
137
- value: "natural"
138
- section: post
139
- options: [soft-dreamy, natural, crisp]
140
- ---
141
-
142
- # Photography
143
-
144
- Camera controls for the brand's photographic identity. The Style DNA field is auto-generated from reference photos by the analyzer; the dials let you fine-tune the look. Range pairs (min/max) define the creative envelope the photography role works within per shot.