oh-my-design-cli 1.8.7 → 1.9.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 (247) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +1995 -38
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,288 @@
1
+ ---
2
+ id: zendesk
3
+ name: Zendesk Garden
4
+ country: US
5
+ category: saas
6
+ homepage: "https://garden.zendesk.com/"
7
+ primary_color: "#1f73b7"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=garden.zendesk.com&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Zendesk Garden
15
+ url: "https://garden.zendesk.com/"
16
+ type: system
17
+ description: Zendesk's public design-system documentation.
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: home, kind: design-system-home, url: "https://garden.zendesk.com/", inspected: "2026-07-13" }
23
+ - { id: surface-2, kind: component-documentation, url: "https://garden.zendesk.com/components/button", inspected: "2026-07-13" }
24
+ - { id: surface-3, kind: color-documentation, url: "https://garden.zendesk.com/design/color", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: garden-home-live, kind: product-surface, url: "https://garden.zendesk.com/", captured: "2026-07-13" }
27
+ - { id: garden-button-live, kind: official-doc, url: "https://garden.zendesk.com/components/button", captured: "2026-07-13" }
28
+ - { id: garden-color-live, kind: product-surface, url: "https://garden.zendesk.com/design/color", captured: "2026-07-13" }
29
+ - { id: garden-home-official, kind: official-doc, url: "https://garden.zendesk.com/", captured: "2026-07-13" }
30
+ - { id: garden-palette-official, kind: official-doc, url: "https://garden.zendesk.com/design/palette/", captured: "2026-07-13" }
31
+ - { id: zendesk-company, kind: official-doc, url: "https://www.zendesk.com/company/", captured: "2026-07-13" }
32
+ - { id: zendesk-signin-refresh, kind: official-doc, url: "https://support.zendesk.com/hc/en-us/articles/9850316391322-Announcing-an-updated-look-to-the-team-member-and-end-user-sign-in-experiences", captured: "2026-07-13" }
33
+ - { id: garden-github, kind: brand-asset, url: "https://github.com/zendeskgarden", captured: "2026-07-13" }
34
+ conflicts: []
35
+ claims:
36
+ "tokens.colors.primary": &button { surface_id: surface-2, source_id: garden-button-live, method: live-inspect, captured: "2026-07-13" }
37
+ "tokens.colors.canvas": &home { surface_id: home, source_id: garden-home-live, method: live-inspect, captured: "2026-07-13" }
38
+ "tokens.colors.foreground": *home
39
+ "tokens.colors.muted": *button
40
+ "tokens.colors.border": &color { surface_id: surface-3, source_id: garden-color-live, method: live-inspect, captured: "2026-07-13" }
41
+ "tokens.colors.success": *color
42
+ "tokens.colors.danger": *button
43
+ "tokens.typography.display.size": *home
44
+ "tokens.typography.display.weight": *home
45
+ "tokens.typography.display.lineHeight": *home
46
+ "tokens.typography.display.use": *home
47
+ "tokens.typography.section-heading.size": *button
48
+ "tokens.typography.section-heading.weight": *button
49
+ "tokens.typography.section-heading.lineHeight": *button
50
+ "tokens.typography.section-heading.use": *button
51
+ "tokens.typography.body.size": *home
52
+ "tokens.typography.body.weight": *home
53
+ "tokens.typography.body.lineHeight": *home
54
+ "tokens.typography.body.use": *home
55
+ "tokens.spacing.xs": *home
56
+ "tokens.spacing.sm": *home
57
+ "tokens.spacing.md": *button
58
+ "tokens.spacing.lg": *button
59
+ "tokens.spacing.xl": *button
60
+ "tokens.rounded.control": *button
61
+ "tokens.rounded.icon-control": *home
62
+ "tokens.components.primary-doc-button.type": *button
63
+ "tokens.components.primary-doc-button.bg": *button
64
+ "tokens.components.primary-doc-button.fg": *button
65
+ "tokens.components.primary-doc-button.radius": *button
66
+ "tokens.components.primary-doc-button.padding": *button
67
+ "tokens.components.primary-doc-button.height": *button
68
+ "tokens.components.primary-doc-button.states": *button
69
+ "tokens.components.primary-doc-button.use": *button
70
+ "tokens.components.icon-button.type": *button
71
+ "tokens.components.icon-button.fg": *button
72
+ "tokens.components.icon-button.radius": *button
73
+ "tokens.components.icon-button.height": *button
74
+ "tokens.components.icon-button.states": *button
75
+ "tokens.components.icon-button.use": *button
76
+ "tokens.components.sidebar-list-item.type": *button
77
+ "tokens.components.sidebar-list-item.fg": *button
78
+ "tokens.components.sidebar-list-item.radius": *button
79
+ "tokens.components.sidebar-list-item.height": *button
80
+ "tokens.components.sidebar-list-item.use": *button
81
+ tokens:
82
+ source: reconciled
83
+ extracted: "2026-07-13"
84
+ note: "Selector-backed values from the supplied Garden home, button-documentation, and color-documentation capture only. The observed system-ui stack is not a Zendesk font token; no interaction state is promoted because interactionCount is 0."
85
+ colors:
86
+ primary: "#1f73b7"
87
+ canvas: "#ffffff"
88
+ foreground: "#293239"
89
+ muted: "#5c6970"
90
+ border: "#b0b8be"
91
+ success: "#4eab89"
92
+ danger: "#cd3642"
93
+ typography:
94
+ display: { size: 48, weight: 700, lineHeight: 1.17, use: "Observed 48px/700/56px h1 on the supplied Garden home route" }
95
+ section-heading: { size: 36, weight: 600, lineHeight: 1.22, use: "Observed documentation h2 on the supplied button route" }
96
+ body: { size: 14, weight: 400, lineHeight: 1.43, use: "Repeated body, navigation, list-item, and control text; family omitted because the capture resolves only to a system stack" }
97
+ spacing: { xs: 4, sm: 8, md: 12, lg: 20, xl: 36 }
98
+ rounded: { control: 4, icon-control: 100 }
99
+ components:
100
+ primary-doc-button: { type: button, bg: "#1f73b7", fg: "#ffffff", radius: 4, padding: "0px 15px", height: 40, states: "Default only; no hover, focus, pressed, disabled, or loading state was observed", use: "Native button on the public button-documentation route; selector surface-2::[data-omd-capture=\"90\"]" }
101
+ icon-button: { type: button, fg: "#5c6970", radius: 4, height: 40, states: "Default only; no hover, focus, pressed, disabled, or loading state was observed", use: "Native icon button on the public button-documentation route; selector surface-2::[data-omd-capture=\"64\"]" }
102
+ sidebar-list-item: { type: listItem, fg: "#293239", radius: 0, height: 32, use: "Static documentation sidebar row; selector surface-2::li" }
103
+ components_harvested: true
104
+ ---
105
+
106
+ # Zendesk Garden — Design Reference
107
+
108
+ ## 1. Visual Theme & Atmosphere
109
+
110
+ Zendesk builds customer-service software, and Garden is its public design system: the company calls it the source of truth for the tools, standards, and practices used to build Zendesk products. The system’s distinctive expression is deliberate rather than ornamental. Its own introduction describes an evolving shared library that joins design, content strategy, and engineering, while the supplied documentation capture makes that coordination visible through a white workspace, deep blue actions, dark gray reading text, restrained 4px controls, and dense technical navigation. Garden 9 is the current major version of the public site, so this reference treats the captured routes as current documentation-surface evidence, not as a proxy for signed-in Zendesk product UI or the separate corporate marketing site.
111
+
112
+ Zendesk’s company story gives the system a useful product context: the company says it began with the idea of bringing calm to the chaos of customer service and now frames its mission as making business complexity easier so companies and customers can connect. The public Garden material carries that practical, connection-oriented ambition into a reusable interface library. A 2025 official sign-in refresh also says Zendesk is aligning experiences with its current UI frameworks and brand standards; it establishes ongoing product evolution, but it supplies no token values for this reference.
113
+
114
+ **Key characteristics:**
115
+
116
+ - White documentation surfaces with `#293239` as the repeatedly measured dark text.
117
+ - `#1f73b7` for the observed native primary documentation button and repeated links.
118
+ - A compact `4px` control corner, alongside a `100px` circular icon-control observation.
119
+ - Measured editorial hierarchy: 48px/700 display on home, 36px/600 section headings in the button documentation, and repeated 14px/400 reading/control text.
120
+ - System-ui is the only resolved computed family. It is retained as a runtime observation, not represented as a Zendesk brand font.
121
+
122
+ ## 2. Color Palette & Roles
123
+
124
+ ### Selector-backed current-route values
125
+
126
+ - **Primary blue** (`#1f73b7`) — native button fill on the captured button documentation route and repeated link text across the supplied routes. Garden’s official palette names the same value blue-700.
127
+ - **Canvas** (`#ffffff`) — captured header and page background.
128
+ - **Foreground** (`#293239`) — recurring body, heading, list, and navigation text; Garden’s official palette names it grey-900.
129
+ - **Muted control text** (`#5c6970`) — observed icon-button text and border color; Garden’s official palette names it grey-700.
130
+ - **Light border** (`#b0b8be`) — observed input border; Garden’s official palette names it grey-400.
131
+ - **Success green** (`#4eab89`) — recurring observed green text/border value; Garden’s official palette names it green-500.
132
+ - **Danger red** (`#cd3642`) — observed button/documentation text and fill value; Garden’s official palette names it red-700.
133
+
134
+ Garden’s Palette page distinguishes UI colors from brand colors and says its UI colors are designed for interface structure, actions, validation, and accessibility. That documentation provides semantic context; the seven token roles above remain limited to values seen in the supplied computed-style packet.
135
+
136
+ ## 3. Typography Rules
137
+
138
+ ### Evidence classes
139
+
140
+ | Evidence class | Finding and boundary |
141
+ |---|---|
142
+ | Official product-use | Garden officially documents typography components and a size scale, but the supplied material does not establish a named Zendesk product font family. |
143
+ | Live computed surface-use | All 733 captured uses resolve to an operating-system `system-ui` stack across body, headings, buttons, inputs, list items, and text. This is a high-confidence runtime fact, not a branded-family fact. |
144
+ | Official distributed brand asset | No official font asset was supplied or discovered in the packet’s `fontOrLicenseUrls`; no font file is promoted. |
145
+ | Declared-only | None recorded in the supplied evidence. |
146
+ | System / unresolved | The captured `system-ui, -apple-system, ...` stack has no Zendesk-served source URL. Do not substitute it while presenting a result as a Zendesk typeface. |
147
+
148
+ ### Measured public documentation hierarchy
149
+
150
+ | Role | Size | Weight | Line height | Boundary |
151
+ |---|---:|---:|---:|---|
152
+ | Home display h1 | 48px | 700 | 52–56px | two captured documentation-route samples; the 1.17 token uses the home route’s 56px sample |
153
+ | Documentation section h2 | 36px | 600 | 44px | button-documentation sections |
154
+ | Repeated body/control text | 14px | 400 | 20px | navigation, lists, text, and native controls across supplied routes |
155
+
156
+ The 48px display token uses the home h1’s 56px line-height sample; the packet also contains a 52px h1 on the button-documentation route. The table preserves that measured sibling rather than averaging it into a fabricated universal style.
157
+
158
+ ## 4. Component Stylings
159
+
160
+ ### Documentation primary action
161
+
162
+ **Default native button**
163
+ - Background: #1f73b7
164
+ - Text: #ffffff
165
+ - Radius: 4px
166
+ - Padding: 0px 15px
167
+ - Height: 40px
168
+ - Use: Public button-documentation native button; selector surface-2::[data-omd-capture="90"]
169
+
170
+ Observed-state summary: default only. The packet records zero interactions, so hover, focus, pressed, disabled, loading, and error values are not asserted.
171
+
172
+ ### Documentation icon control
173
+
174
+ **Default native icon button**
175
+ - Text: #5c6970
176
+ - Radius: 4px
177
+ - Height: 40px
178
+ - Use: Public button-documentation native icon button; selector surface-2::[data-omd-capture="64"]
179
+
180
+ Observed-state summary: default only. No interactive state is in the supplied capture.
181
+
182
+ ### Documentation sidebar row
183
+
184
+ **Static list item**
185
+ - Text: #293239
186
+ - Radius: 0px
187
+ - Height: 32px
188
+ - Use: Public documentation sidebar `li`; selector surface-2::li
189
+
190
+ This is a list item, not a button: the representative evidence is a static `li` row. The capture’s linked anchors are likewise not reclassified as buttons merely because they participate in navigation.
191
+
192
+ ## 5. Layout Principles
193
+
194
+ The supplied 1440px documentation capture clusters spacing at 4px, 8px, 12px, 20px, and 36px. These values are retained as observed spacing tokens, not asserted as a complete Garden spacing scale. The public header is 80px high with 16px horizontal padding; the primary documentation button is 40px high with 15px horizontal padding. The sidebar-list observation is 32px high, while a nearby typography list observation is 20px high. Keep those geometries surface-local unless another selector proves a shared rule.
195
+
196
+ ## 6. Depth & Elevation
197
+
198
+ The chosen canonical components are shadow-free in the supplied packet. The header alone has a measured `0px 16px 24px rgba(10, 13, 14, 0.04)` shadow, which is retained as raw proof in the verification notes but not promoted into a general elevation token. No universal card, dialog, popover, or floating-layer recipe is established.
199
+
200
+ ## 7. Do's and Don'ts
201
+
202
+ ### Do
203
+
204
+ - Use the selector-backed blue/white primary button only as the documented 40px native-button observation.
205
+ - Keep the documentation hierarchy compact: dark gray reading text, 14px/400 repeated text, and the measured display/section scales.
206
+ - Use the official Garden palette’s semantic guidance as context while retaining only supplied-packet values as machine tokens.
207
+ - Preserve the distinction between public Garden documentation and Zendesk’s marketing or signed-in product surfaces.
208
+
209
+ ### Don't
210
+
211
+ - Do not call the captured system-ui stack a Zendesk brand font or use it as a visual substitute for an unknown proprietary family.
212
+ - Do not turn an anchor or a static documentation row into a `button` component without native button semantics.
213
+ - Do not invent hover, focus, pressed, disabled, loading, validation, menu, dialog, toast, or error styles from class names or product expectations.
214
+ - Do not generalize the header shadow into cards, dialogs, or all navigation surfaces.
215
+
216
+ ## 8. Responsive Behavior
217
+
218
+ Only 1440×900 supplied renders are available. They establish the captured desktop values, including the 80px header and the listed control geometries. No mobile viewport, breakpoint, collapsed navigation, touch target behavior, or interaction trace was supplied, so none is claimed.
219
+
220
+ ## 9. Agent Prompt Guide
221
+
222
+ - Build a public documentation primary action only when its context is equivalent to the captured native button: `#1f73b7`, white text, 4px radius, 40px height, and 0px 15px padding.
223
+ - Use `#293239` for observed documentation foreground text and `#5c6970` for the captured icon-control treatment; retain system-font uncertainty rather than naming a Zendesk family.
224
+ - Treat the 32px sidebar row as a `listItem` rather than an action button.
225
+ - When implementation requires focus, error, loading, or disabled behavior, design it accessibly for the target product but label it as a new implementation decision, not an observed Garden value.
226
+
227
+ ## 10. Voice & Tone
228
+
229
+ **Voice adjectives:** practical · cohesive · outcome-oriented
230
+
231
+ | Context | Evidence-backed direction |
232
+ |---|---|
233
+ | Design-system guidance | Explain a tool, standard, or best practice in terms of the product work it enables. |
234
+ | Component documentation | Prefer direct, functional labels and describe use before implementation detail. |
235
+ | Customer-service context | Connect the UI decision to less complex, more helpful customer or employee interactions. |
236
+
237
+ Illustrative, not copied microcopy:
238
+
239
+ - “Use the component that makes the next task clear.”
240
+ - “Keep the action visible and the supporting detail close.”
241
+ - “Document the constraint so teams can make the same choice consistently.”
242
+
243
+ These are fresh examples derived from Garden’s stated role as a shared knowledge library and Zendesk’s customer-connection mission; they are not quotations or observed product strings.
244
+
245
+ ## 11. Brand Narrative
246
+
247
+ Zendesk says its origin was a literal desk—more exactly a door or kitchen table—and connects that origin to an early ambition of bringing calm to chaotic customer service. Its current company framing is broader: simplify business complexity and help companies and customers make better connections. That is the company context for Garden, not evidence that the Garden documentation routes reproduce every Zendesk product surface.
248
+
249
+ Garden is the operational bridge from that mission to interface work. Zendesk describes it as the source of truth for product-building tools, standards, and best practices, and as an evolving library shared across design, content strategy, and engineering. The current public site announces Garden 9, while Zendesk’s 2025 sign-in update describes continued alignment with current UI frameworks and brand standards. Together, those first-party sources support a story of an actively maintained system and an evolving product presentation; they do not authorize unobserved UI tokens.
250
+
251
+ ## 12. Principles
252
+
253
+ 1. **Treat shared knowledge as product infrastructure.** Garden explicitly joins design, content strategy, and engineering. *UI implication:* document selector-backed defaults and boundaries together, rather than exporting isolated colors.
254
+ 2. **Make purposeful UI legible before decorative.** Garden frames its design foundation as purposeful UI. *UI implication:* retain the observed white field, dark reading text, and compact geometry before adding visual effects.
255
+ 3. **Use color with a documented role.** The official palette separates UI and brand color and connects primary UI colors to structure, action, and validation. *UI implication:* reserve `#1f73b7` for the observed documentation action rather than treating every palette color as a primary CTA.
256
+ 4. **Keep public evidence domains separate.** Garden docs, Zendesk corporate storytelling, and signed-in product UI answer different questions. *UI implication:* do not let company narrative or a sign-in-refresh announcement create CSS token claims.
257
+
258
+ ## 13. Personas
259
+
260
+ Zendesk’s official Garden introduction names the disciplines that share this library; its company page names companies and customers as the people whose connections the product seeks to improve. These are stakeholder groups, not fictional or researched personas:
261
+
262
+ - **Product designers:** need documented foundations and patterns to make purposeful UI consistently.
263
+ - **Content strategists:** need the same shared guidance so interface language and structure reinforce one another.
264
+ - **Engineers:** need component instructions and standards that can be implemented without turning adjacent examples into new rules.
265
+ - **Service teams and their customers:** are the downstream audience for clearer, less complex customer interactions described by Zendesk’s company mission.
266
+
267
+ ## 14. States
268
+
269
+ The supplied runtime packet has `interactionCount: 0`; it establishes no visual interactive or validation state values. Garden’s public patterns documentation does describe purpose-level state guidance, which is retained here without inventing colors, radii, timing, or component-state geometry:
270
+
271
+ | Category | Official guidance / evidence boundary |
272
+ |---|---|
273
+ | Empty | No empty-state visual recipe was supplied in the packet; omit a token rather than infer one. |
274
+ | Loading | Garden’s loader pattern differentiates skeletons for predictable content and spinners for unpredictable content. No computed loader styling was captured. |
275
+ | Error | Garden lists error handling as a pattern, but no error value or component state was captured. |
276
+ | Success | The supplied capture includes green `#4eab89` as a color observation, not a verified success-message component recipe. |
277
+ | Skeleton | Use only the official purpose-level guidance above; no skeleton geometry, color, or animation token is claimed. |
278
+ | Disabled | No disabled control state was captured. Do not derive one from the static native-button variants. |
279
+
280
+ ## 15. Motion & Easing
281
+
282
+ No duration, easing curve, transition, animation, or interaction trace appears in the supplied packet. Garden’s public loader documentation discusses when a loader should appear and remain visible, but it does not supply a measured timing token in this evidence set. Motion and easing tokens are therefore omitted.
283
+
284
+ ---
285
+ **Verified:** 2026-07-13
286
+ **Tier 1 sources:** `https://garden.zendesk.com/` (design-system home), `https://garden.zendesk.com/components/button` (public component documentation), `https://garden.zendesk.com/design/color` (public color documentation), `https://garden.zendesk.com/design/palette/` (official palette semantics), `https://www.zendesk.com/company/` (company context), `https://support.zendesk.com/hc/en-us/articles/9850316391322-Announcing-an-updated-look-to-the-team-member-and-end-user-sign-in-experiences` (current-evolution context)
287
+ **Tier 2 sources:** `https://getdesign.md/zendesk` (attempted; built-in open returned an internal error), `https://styles.refero.design/?q=zendesk` (attempted; built-in open returned an internal error)
288
+ **Conflicts unresolved:** none