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,379 +0,0 @@
1
- ---
2
- description: Typography — three canonical typefaces (hero, body, alt) anchor the system; the derived tokens (h1–h6, body-base, body-sm, caption, button, label) reference them by family ref and define the resolved type scale.
3
- variables:
4
- # Canonical typefaces — uploaded font files that anchor the system.
5
- # Every derived token references one of these by family ref ("hero" /
6
- # "body" / "alt").
7
- - key: typeface.hero
8
- type: font
9
- label: Hero
10
- value: ""
11
- section: visual
12
- - key: typeface.body
13
- type: font
14
- label: Body
15
- value: ""
16
- section: visual
17
- - key: typeface.alt
18
- type: font
19
- label: Alt
20
- value: ""
21
- section: visual
22
-
23
- - key: token.h1.family
24
- type: select
25
- label: H1 Family
26
- value: hero
27
- options: [hero, body, alt]
28
- section: visual
29
- - key: token.h1.weight
30
- type: text
31
- label: H1 Weight
32
- value: 700
33
- section: visual
34
- - key: token.h1.size
35
- type: text
36
- label: H1 Size
37
- value: 48
38
- section: visual
39
- - key: token.h1.lineHeight
40
- type: text
41
- label: H1 Line Height
42
- value: 56
43
- section: visual
44
- - key: token.h1.letterSpacing
45
- type: text
46
- label: H1 Tracking
47
- value: -0.5
48
- section: visual
49
- - key: token.h1.textTransform
50
- type: select
51
- label: H1 Transform
52
- value: none
53
- options: [none, uppercase, lowercase, capitalize]
54
- section: visual
55
- - key: token.h2.family
56
- type: select
57
- label: H2 Family
58
- value: hero
59
- options: [hero, body, alt]
60
- section: visual
61
- - key: token.h2.weight
62
- type: text
63
- label: H2 Weight
64
- value: 700
65
- section: visual
66
- - key: token.h2.size
67
- type: text
68
- label: H2 Size
69
- value: 36
70
- section: visual
71
- - key: token.h2.lineHeight
72
- type: text
73
- label: H2 Line Height
74
- value: 44
75
- section: visual
76
- - key: token.h2.letterSpacing
77
- type: text
78
- label: H2 Tracking
79
- value: -0.3
80
- section: visual
81
- - key: token.h2.textTransform
82
- type: select
83
- label: H2 Transform
84
- value: none
85
- options: [none, uppercase, lowercase, capitalize]
86
- section: visual
87
- - key: token.h3.family
88
- type: select
89
- label: H3 Family
90
- value: hero
91
- options: [hero, body, alt]
92
- section: visual
93
- - key: token.h3.weight
94
- type: text
95
- label: H3 Weight
96
- value: 600
97
- section: visual
98
- - key: token.h3.size
99
- type: text
100
- label: H3 Size
101
- value: 28
102
- section: visual
103
- - key: token.h3.lineHeight
104
- type: text
105
- label: H3 Line Height
106
- value: 36
107
- section: visual
108
- - key: token.h3.letterSpacing
109
- type: text
110
- label: H3 Tracking
111
- value: -0.2
112
- section: visual
113
- - key: token.h3.textTransform
114
- type: select
115
- label: H3 Transform
116
- value: none
117
- options: [none, uppercase, lowercase, capitalize]
118
- section: visual
119
- - key: token.h4.family
120
- type: select
121
- label: H4 Family
122
- value: hero
123
- options: [hero, body, alt]
124
- section: visual
125
- - key: token.h4.weight
126
- type: text
127
- label: H4 Weight
128
- value: 600
129
- section: visual
130
- - key: token.h4.size
131
- type: text
132
- label: H4 Size
133
- value: 24
134
- section: visual
135
- - key: token.h4.lineHeight
136
- type: text
137
- label: H4 Line Height
138
- value: 32
139
- section: visual
140
- - key: token.h4.letterSpacing
141
- type: text
142
- label: H4 Tracking
143
- value: -0.1
144
- section: visual
145
- - key: token.h4.textTransform
146
- type: select
147
- label: H4 Transform
148
- value: none
149
- options: [none, uppercase, lowercase, capitalize]
150
- section: visual
151
- - key: token.h5.family
152
- type: select
153
- label: H5 Family
154
- value: body
155
- options: [hero, body, alt]
156
- section: visual
157
- - key: token.h5.weight
158
- type: text
159
- label: H5 Weight
160
- value: 600
161
- section: visual
162
- - key: token.h5.size
163
- type: text
164
- label: H5 Size
165
- value: 20
166
- section: visual
167
- - key: token.h5.lineHeight
168
- type: text
169
- label: H5 Line Height
170
- value: 28
171
- section: visual
172
- - key: token.h5.letterSpacing
173
- type: text
174
- label: H5 Tracking
175
- value: 0
176
- section: visual
177
- - key: token.h5.textTransform
178
- type: select
179
- label: H5 Transform
180
- value: none
181
- options: [none, uppercase, lowercase, capitalize]
182
- section: visual
183
- - key: token.h6.family
184
- type: select
185
- label: H6 Family
186
- value: body
187
- options: [hero, body, alt]
188
- section: visual
189
- - key: token.h6.weight
190
- type: text
191
- label: H6 Weight
192
- value: 600
193
- section: visual
194
- - key: token.h6.size
195
- type: text
196
- label: H6 Size
197
- value: 18
198
- section: visual
199
- - key: token.h6.lineHeight
200
- type: text
201
- label: H6 Line Height
202
- value: 26
203
- section: visual
204
- - key: token.h6.letterSpacing
205
- type: text
206
- label: H6 Tracking
207
- value: 0
208
- section: visual
209
- - key: token.h6.textTransform
210
- type: select
211
- label: H6 Transform
212
- value: none
213
- options: [none, uppercase, lowercase, capitalize]
214
- section: visual
215
- - key: token.body-base.family
216
- type: select
217
- label: Body Base Family
218
- value: body
219
- options: [hero, body, alt]
220
- section: visual
221
- - key: token.body-base.weight
222
- type: text
223
- label: Body Base Weight
224
- value: 400
225
- section: visual
226
- - key: token.body-base.size
227
- type: text
228
- label: Body Base Size
229
- value: 16
230
- section: visual
231
- - key: token.body-base.lineHeight
232
- type: text
233
- label: Body Base Line Height
234
- value: 24
235
- section: visual
236
- - key: token.body-base.letterSpacing
237
- type: text
238
- label: Body Base Tracking
239
- value: 0
240
- section: visual
241
- - key: token.body-base.textTransform
242
- type: select
243
- label: Body Base Transform
244
- value: none
245
- options: [none, uppercase, lowercase, capitalize]
246
- section: visual
247
- - key: token.body-sm.family
248
- type: select
249
- label: Body Small Family
250
- value: body
251
- options: [hero, body, alt]
252
- section: visual
253
- - key: token.body-sm.weight
254
- type: text
255
- label: Body Small Weight
256
- value: 400
257
- section: visual
258
- - key: token.body-sm.size
259
- type: text
260
- label: Body Small Size
261
- value: 14
262
- section: visual
263
- - key: token.body-sm.lineHeight
264
- type: text
265
- label: Body Small Line Height
266
- value: 20
267
- section: visual
268
- - key: token.body-sm.letterSpacing
269
- type: text
270
- label: Body Small Tracking
271
- value: 0
272
- section: visual
273
- - key: token.body-sm.textTransform
274
- type: select
275
- label: Body Small Transform
276
- value: none
277
- options: [none, uppercase, lowercase, capitalize]
278
- section: visual
279
- - key: token.caption.family
280
- type: select
281
- label: Caption Family
282
- value: body
283
- options: [hero, body, alt]
284
- section: visual
285
- - key: token.caption.weight
286
- type: text
287
- label: Caption Weight
288
- value: 400
289
- section: visual
290
- - key: token.caption.size
291
- type: text
292
- label: Caption Size
293
- value: 12
294
- section: visual
295
- - key: token.caption.lineHeight
296
- type: text
297
- label: Caption Line Height
298
- value: 16
299
- section: visual
300
- - key: token.caption.letterSpacing
301
- type: text
302
- label: Caption Tracking
303
- value: 0.2
304
- section: visual
305
- - key: token.caption.textTransform
306
- type: select
307
- label: Caption Transform
308
- value: none
309
- options: [none, uppercase, lowercase, capitalize]
310
- section: visual
311
- - key: token.button.family
312
- type: select
313
- label: Button Family
314
- value: body
315
- options: [hero, body, alt]
316
- section: visual
317
- - key: token.button.weight
318
- type: text
319
- label: Button Weight
320
- value: 500
321
- section: visual
322
- - key: token.button.size
323
- type: text
324
- label: Button Size
325
- value: 14
326
- section: visual
327
- - key: token.button.lineHeight
328
- type: text
329
- label: Button Line Height
330
- value: 20
331
- section: visual
332
- - key: token.button.letterSpacing
333
- type: text
334
- label: Button Tracking
335
- value: 0.3
336
- section: visual
337
- - key: token.button.textTransform
338
- type: select
339
- label: Button Transform
340
- value: none
341
- options: [none, uppercase, lowercase, capitalize]
342
- section: visual
343
- - key: token.label.family
344
- type: select
345
- label: Label Family
346
- value: body
347
- options: [hero, body, alt]
348
- section: visual
349
- - key: token.label.weight
350
- type: text
351
- label: Label Weight
352
- value: 500
353
- section: visual
354
- - key: token.label.size
355
- type: text
356
- label: Label Size
357
- value: 12
358
- section: visual
359
- - key: token.label.lineHeight
360
- type: text
361
- label: Label Line Height
362
- value: 16
363
- section: visual
364
- - key: token.label.letterSpacing
365
- type: text
366
- label: Label Tracking
367
- value: 0.4
368
- section: visual
369
- - key: token.label.textTransform
370
- type: select
371
- label: Label Transform
372
- value: none
373
- options: [none, uppercase, lowercase, capitalize]
374
- section: visual
375
- ---
376
-
377
- # Typography
378
-
379
- The brand's voice in letterforms. Three canonical typefaces (hero, body, alt) anchor the system; every derived token resolves through one of them. AI generation derives the type scale from the canonical three; locked tokens stay sacred.
@@ -1,28 +0,0 @@
1
- ---
2
- description: Brand voice, tone, and messaging
3
- variables:
4
- - key: tagline
5
- type: text
6
- label: Tagline
7
- value: ""
8
- section: voice
9
- - key: tone
10
- type: text
11
- label: Tone of Voice
12
- value: ""
13
- section: voice
14
- - key: audience
15
- type: text
16
- label: Target Audience
17
- value: ""
18
- section: voice
19
- - key: messaging.pillars
20
- type: text
21
- label: Messaging Pillars
22
- value: ""
23
- section: voice
24
- ---
25
-
26
- # Voice
27
-
28
- [1–2 sentence description of the brand's voice and what it sounds like in practice.]
@@ -1,17 +0,0 @@
1
- typeset -g APPOSTLE_SHELL_INTEGRATION_DIR="${${(%):-%N}:A:h}"
2
-
3
- if [[ -n "${APPOSTLE_ZSH_ZDOTDIR-}" ]]; then
4
- export ZDOTDIR="${APPOSTLE_ZSH_ZDOTDIR}"
5
- else
6
- unset ZDOTDIR
7
- fi
8
-
9
- if [[ -n "${ZDOTDIR-}" ]]; then
10
- if [[ -f "${ZDOTDIR}/.zshenv" ]]; then
11
- source "${ZDOTDIR}/.zshenv"
12
- fi
13
- elif [[ -f "${HOME}/.zshenv" ]]; then
14
- source "${HOME}/.zshenv"
15
- fi
16
-
17
- source "${APPOSTLE_SHELL_INTEGRATION_DIR}/appostle-integration.zsh"
@@ -1,17 +0,0 @@
1
- if [[ -n "${_APPOSTLE_ZSH_INTEGRATION_LOADED-}" ]]; then
2
- return
3
- fi
4
- typeset -g _APPOSTLE_ZSH_INTEGRATION_LOADED=1
5
-
6
- autoload -Uz add-zsh-hook
7
-
8
- function _appostle_precmd() {
9
- printf '\e]2;%s\a' "${PWD/#$HOME/~}"
10
- }
11
-
12
- function _appostle_preexec() {
13
- printf '\e]2;%s\a' "$1"
14
- }
15
-
16
- add-zsh-hook precmd _appostle_precmd
17
- add-zsh-hook preexec _appostle_preexec