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
@@ -8,250 +8,270 @@ primary_color: "#006BD6"
8
8
  logo:
9
9
  type: favicon
10
10
  slug: "https://www.google.com/s2/favicons?domain=coinone.co.kr&sz=256"
11
- verified: "2026-06-03"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
13
  ds:
14
14
  name: "Coinone Brand Guideline"
15
- url: "https://coinonecorp.com/company/brand"
15
+ url: "https://www.coinonecorp.com/company/brand"
16
16
  type: brand
17
- description: "Official BI/brand guideline (v4.0) Coinone Blue color system, signature logo lockups, clear-space rules."
17
+ description: "Official BI/brand guideline for the Coinone Blue palette, signature, and clear space."
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: exchange-home, kind: product-home, url: "https://coinone.co.kr/", inspected: "2026-07-13" }
23
+ - { id: exchange-trading, kind: product-trading, url: "https://coinone.co.kr/exchange/trade/btc/krw", inspected: "2026-07-13" }
24
+ - { id: brand-guideline, kind: official-brand-guideline, url: "https://coinonecorp.com/company/brand", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: home-capture, kind: product-surface, url: "https://coinone.co.kr/", captured: "2026-07-13" }
27
+ - { id: trading-capture, kind: product-surface, url: "https://coinone.co.kr/exchange/trade/btc/krw", captured: "2026-07-13" }
28
+ - { id: brand-capture, kind: official-doc, url: "https://coinonecorp.com/company/brand", captured: "2026-07-13" }
29
+ - { id: brand-guideline-pdf, kind: official-doc, url: "https://image-public.coinone.co.kr/download/corphome/coinone_guide_4.0.pdf", captured: "2026-07-13" }
30
+ - { id: mission-context, kind: official-doc, url: "https://www.coinonecorp.com/company/mission", captured: "2026-07-13" }
31
+ - { id: history-context, kind: official-doc, url: "https://www.coinonecorp.com/company/history", captured: "2026-07-13" }
32
+ - { id: business-context, kind: official-doc, url: "https://www.coinonecorp.com/business/", captured: "2026-07-13" }
33
+ conflicts: []
34
+ claims:
35
+ "tokens.colors.brand": &brand { surface_id: brand-guideline, source_id: brand-capture, method: official-guideline, captured: "2026-07-13" }
36
+ "tokens.colors.point": *brand
37
+ "tokens.colors.brand-deep": *brand
38
+ "tokens.colors.brand-navy": *brand
39
+ "tokens.colors.canvas": &home { surface_id: exchange-home, source_id: home-capture, method: computed-style, captured: "2026-07-13" }
40
+ "tokens.colors.foreground": *home
41
+ "tokens.colors.product-primary": *home
42
+ "tokens.colors.control-border": *home
43
+ "tokens.colors.login-text": *home
44
+ "tokens.typography.family.home": *home
45
+ "tokens.typography.home-control.size": *home
46
+ "tokens.typography.home-control.weight": *home
47
+ "tokens.typography.home-control.lineHeight": *home
48
+ "tokens.typography.home-control.use": *home
49
+ "tokens.typography.family.trading": &trading { surface_id: exchange-trading, source_id: trading-capture, method: computed-style, captured: "2026-07-13" }
50
+ "tokens.typography.trading-tab.size": *trading
51
+ "tokens.typography.trading-tab.weight": *trading
52
+ "tokens.typography.trading-tab.use": *trading
53
+ "tokens.spacing.xs": *home
54
+ "tokens.spacing.sm": *home
55
+ "tokens.spacing.md": *home
56
+ "tokens.spacing.lg": *trading
57
+ "tokens.rounded.login": *home
58
+ "tokens.rounded.control": *home
59
+ "tokens.rounded.badge": *home
60
+ "tokens.components.sign-in-outline.type": *home
61
+ "tokens.components.sign-in-outline.fg": *home
62
+ "tokens.components.sign-in-outline.border": *home
63
+ "tokens.components.sign-in-outline.radius": *home
64
+ "tokens.components.sign-in-outline.padding": *home
65
+ "tokens.components.sign-in-outline.height": *home
66
+ "tokens.components.sign-in-outline.font": *home
67
+ "tokens.components.sign-in-outline.states": *home
68
+ "tokens.components.sign-in-outline.use": *home
69
+ "tokens.components.home-compact-control.type": *home
70
+ "tokens.components.home-compact-control.bg": *home
71
+ "tokens.components.home-compact-control.fg": *home
72
+ "tokens.components.home-compact-control.border": *home
73
+ "tokens.components.home-compact-control.radius": *home
74
+ "tokens.components.home-compact-control.padding": *home
75
+ "tokens.components.home-compact-control.height": *home
76
+ "tokens.components.home-compact-control.font": *home
77
+ "tokens.components.home-compact-control.states": *home
78
+ "tokens.components.home-compact-control.use": *home
79
+ "tokens.components.trading-chart-tab.type": *trading
80
+ "tokens.components.trading-chart-tab.fg": *trading
81
+ "tokens.components.trading-chart-tab.padding": *trading
82
+ "tokens.components.trading-chart-tab.height": *trading
83
+ "tokens.components.trading-chart-tab.font": *trading
84
+ "tokens.components.trading-chart-tab.states": *trading
85
+ "tokens.components.trading-chart-tab.use": *trading
86
+ "tokens.components.trading-side-tab.type": *trading
87
+ "tokens.components.trading-side-tab.fg": *trading
88
+ "tokens.components.trading-side-tab.height": *trading
89
+ "tokens.components.trading-side-tab.font": *trading
90
+ "tokens.components.trading-side-tab.states": *trading
91
+ "tokens.components.trading-side-tab.use": *trading
18
92
  tokens:
19
- source: prose-derived
20
- extracted: "2026-06-08"
21
- note: "primary = live filled-CTA blue (#0B59D5); brand = BI 'Coinone Blue' identity (#006BD6) applied shades of the same blue, not a conflict"
93
+ source: reconciled
94
+ extracted: "2026-07-13"
95
+ note: "Selector-backed product values are separated between the current exchange home and the public trading route. The corporate guideline is brand evidence, not product UI evidence."
22
96
  colors:
23
- primary: "#0B59D5"
24
- primary-hover: "#194386"
25
97
  brand: "#006BD6"
26
98
  point: "#0090FF"
99
+ brand-deep: "#194386"
100
+ brand-navy: "#062554"
27
101
  canvas: "#FFFFFF"
28
- foreground: "#040505"
29
- muted: "#6B7684"
30
- on-primary: "#FFFFFF"
31
- accent-outline: "#1772F8"
32
- body: "#17181B"
33
- hairline: "#DDE4EB"
34
- surface-tint: "#EBF0F5"
35
- skeleton: "#EEEFF0"
36
- disabled: "#CFD0D3"
37
- navy: "#062554"
102
+ foreground: "#17181B"
103
+ product-primary: "#0B59D5"
104
+ control-border: "#DDE4EB"
105
+ login-text: "#79818F"
38
106
  typography:
39
- family: { sans: "Pretendard", mono: "SFMono-Regular" }
40
- hero: { size: 32, weight: 700, lineHeight: 1.2, use: "Hero / section titles, near-black #040505" }
41
- control: { size: 15, weight: 700, lineHeight: 1.0, use: "Primary control / button label" }
42
- body: { size: 14, weight: 400, lineHeight: 1.5, use: "Body & list rows (13-15px / 400-500)" }
43
- figure: { size: 14, weight: 600, lineHeight: 1.3, use: "Trading numerals — dense, right-aligned, weighted when changing" }
44
- micro: { size: 12, weight: 400, lineHeight: 1.4, use: "Micro-labels & helper, muted #6B7684" }
45
- spacing: { xs: 4, sm: 8, md: 12, base: 8, lg: 18, xl: 32, xxl: 48, section: 64 }
46
- rounded: { sm: 3, chip: 6, md: 8, lg: 10, full: 9999 }
47
- shadow:
48
- soft: "rgba(0,0,0,0.05) 0px 1px 2px 0px"
107
+ family: { home: "pretendardCoinone", trading: "Spoqa Han Sans" }
108
+ home-control: { size: 13, weight: 500, lineHeight: 1.38, use: "Home compact control, selector home::[data-omd-capture=59]" }
109
+ trading-tab: { size: 13, weight: 400, use: "Trading chart tab, selector surface-2::[data-omd-capture=49]" }
110
+ spacing: { xs: 4, sm: 8, md: 12, lg: 16 }
111
+ rounded: { login: 3, control: 6, badge: 26 }
49
112
  components_harvested: true
50
113
  components:
51
- button-primary: { type: button, bg: "#0B59D5", fg: "#FFFFFF", radius: 8, font: "15/700", use: "Primary CTA, 46px height one per view" }
52
- button-secondary: { type: button, bg: "#FFFFFF", fg: "#040505", radius: 8, font: "15/500", use: "White fill, 1px #DDE4EB border" }
53
- accent-outline: { type: button, fg: "#1772F8", radius: 3, use: "Transparent fill, 1px #1772F8 border signup/inline emphasis" }
54
- filter-chip: { type: badge, bg: "#FFFFFF", radius: 6, use: "1px #DDE4EB border, 32px height; active = 1px #040505 border + 700" }
55
- store-button: { type: button, bg: "#EBF0F5", radius: 10, font: "13/700", use: "Light or dark (#040505) fill, 48px height" }
56
- icon-button: { type: button, fg: "#040505", radius: 9999, padding: "5px", use: "Circular semi-transparent fill" }
114
+ sign-in-outline: { type: button, fg: "#79818F", border: "1px solid #AEB3BB", radius: "3px", padding: "0px 8px", height: "24px", font: "12px / 400 pretendardCoinone", states: "default only; static pseudo-state samples are not promoted", use: "Home sign-in control, selector home::[data-omd-capture=14]" }
115
+ home-compact-control: { type: button, bg: "#FFFFFF", fg: "#040505", border: "1px solid #DDE4EB", radius: "6px", padding: "6px 12px", height: "32px", font: "13px / 500 pretendardCoinone", states: "default only; no interaction record", use: "Home compact product control, selector home::[data-omd-capture=59]" }
116
+ trading-chart-tab: { type: tab, fg: "#18191C", padding: "0px 16px", height: "37px", font: "13px / 400 Spoqa Han Sans", states: "default only; no interaction record", use: "Trading chart tab, selector surface-2::[data-omd-capture=49]" }
117
+ trading-side-tab: { type: tab, fg: "#9E9E9E", height: "40px", font: "14px / 400 Spoqa Han Sans", states: "default only; no interaction record", use: "Trading side tab, selector surface-2::[data-omd-capture=156]" }
57
118
  ---
58
119
 
59
120
  # Coinone
60
121
 
61
- Coinone is one of Korea's longest-running cryptocurrency exchanges (est. 2014). Its product face pairs a trustworthy, institutional blue with a clean, high-density trading surface — a fintech tone that has to read as both safe and fast.
62
-
63
122
  ## 1. Visual Theme & Atmosphere
64
123
 
65
- Coinone presents as a calm, blue-anchored fintech exchange that wants to feel safe before it feels exciting. The chrome is mostly white with near-black text, letting a single confident blue carry every primary action and the brand itself. Surfaces are flat and lightly bordered rather than shadow-heavy; density rises sharply once you enter trading views, but the marketing and onboarding surfaces stay airy and reassuring. The result is a "boring-on-purpose" trust aesthetic typical of regulated Korean crypto, lifted by a brighter point-blue used sparingly for emphasis and AI/automation features.
124
+ Coinone is a Korean virtual-asset exchange whose public company materials frame the business around bringing blockchain into the world and creating an environment grounded in trust, innovation, and expertise. Founded in 2014, the exchange presents a formal blue identity in its corporate guideline, then uses a more utilitarian product language in the public routes captured here. The current exchange home is white, compact, and set in the loaded `pretendardCoinone` webfont; its public trading route is denser and uses the separately loaded `Spoqa Han Sans`. The corporate brand page is a third, distinct source domain: it defines the signature, clear space, and Coinone Blue palette, but its Roboto-led documentation chrome is not a product font rule. This reference preserves those boundaries rather than forcing them into one inferred UI system.
66
125
 
67
- ## 2. Color Palette & Roles
126
+ ## 2. Layout & Grid
68
127
 
69
- Coinone's official BI defines "Coinone Blue" as the identity color, applied through a small set of roles. The live product applies a slightly deeper, more saturated blue to primary CTAs than the BI swatch.
128
+ - The public home and public BTC/KRW trading route are both product surfaces, but their captured controls use different loaded families and density. They are recorded as separate product sub-surfaces.
129
+ - The home capture contains compact 24px and 32px controls; the trading route contains a 37px chart tab and a 40px side tab.
130
+ - The supplied capture does not establish a reusable page grid, breakpoint, logged-in balance view, order-entry flow, or mobile navigation behavior.
131
+ - The corporate brand guideline provides identity rules and its own documentation chrome. It is not used to populate exchange layout tokens.
70
132
 
71
- - **Coinone Blue (Main):** `#006BD6` — brand identity color (BI v4.0)
72
- - **Point Blue:** `#0090FF` — emphasis / highlight accent (BI)
73
- - **Sub Blue 1:** `#194386` — deep supporting blue (BI)
74
- - **Sub Blue 2:** `#062554` — darkest navy, headings on light (BI)
75
- - **Primary CTA (live):** `#0B59D5` — actual filled-button blue used on coinone.co.kr
76
- - **Accent outline blue (live):** `#1772F8` — signup / inline emphasis outline
77
- - **Text primary:** `#040505` — near-black body & headings
78
- - **Text secondary:** `#17181B` — strong neutral
79
- - **Text muted:** `#6B7684` — captions, helper text
80
- - **Neutral border:** `#DDE4EB` — input & outline-button borders
81
- - **Gray scale (BI):** `#EEEFF0` / `#CFD0D3` / `#8D9299` / `#616670`
82
- - **Surface tint:** `#EBF0F5` — light fill (store buttons, soft chips)
83
- - **Trading direction:** Korean market convention — price-up = red, price-down = blue (not measured as fixed tokens; applied per ticker state).
133
+ ## 3. Color & Typography
84
134
 
85
- ## 3. Typography Rules
135
+ ### Color tokens
86
136
 
87
- - System Korean/Latin sans (Pretendard-class) no proprietary display face on web.
88
- - Hero / section titles: bold, large, near-black `#040505`.
89
- - Primary control label: 15px / 700.
90
- - Body & list rows: 13–15px / 400–500.
91
- - Micro-labels & helper: 12px / 400, muted `#6B7684`.
92
- - Numerals run dense and right-aligned in trading tables; weight 500–700 for figures that change.
137
+ - `#006BD6`official Coinone Blue main color.
138
+ - `#0090FF` official point color.
139
+ - `#194386` and `#062554` official supporting blue and navy colors.
140
+ - `#FFFFFF` observed public product canvas and compact-control background.
141
+ - `#17181B` observed product foreground across the home and trading route.
142
+ - `#0B59D5` observed current-home primary blue. It is distinct from, but compatible with, the official `#006BD6` identity swatch; the two values are recorded by source domain rather than collapsed.
143
+ - `#DDE4EB` — observed home compact-control border.
93
144
 
94
- ## 4. Component Stylings
145
+ ### Typography evidence classes
95
146
 
96
- ### Buttons
147
+ - **Live home computed use:** `pretendardCoinone` is loaded/high confidence with 408 observed uses across home body, controls, cards, headings, inputs, and badges. Three Coinone CDN WOFF2 source URLs corroborate the computed family. It is the home UI family in the machine tokens.
148
+ - **Live trading computed use:** `Spoqa Han Sans` is loaded/high confidence with 314 observed uses across the BTC/KRW public trading route, including controls, rows, tabs, and text. Its loaded source list includes Coinone-hosted font assets. It is a separate trading-route family, not a fallback for the home.
149
+ - **Documentation chrome:** Roboto and Arial occur on the corporate brand page; the bundle classifies them as system families. They are not product UI tokens.
150
+ - **Loaded icon asset:** `coinone_glyph_ui` is loaded for one observed icon-font use. It is an interface asset, not a text family token.
151
+ - **Declared-only assets:** `coinone_glyph_coin`, Glyphicons Halflings, Noto Sans KR, `pretendardCoinone Fallback`, and slick have zero visible uses in the supplied capture. They remain declared-only and are not substituted or promoted.
152
+ - **Licence boundary:** no first-party public font-licence statement was found for `pretendardCoinone` or the Coinone-hosted Spoqa files in the requested searches. The capture proves live loading and use; it does not establish redistribution terms.
97
153
 
98
- **Primary (filled)**
99
- - Background: `#0B59D5`
100
- - Text: `#FFFFFF`
101
- - Radius: 8px
102
- - Padding: 14px 18px
103
- - Height: 46px
104
- - Font: 15px / 700
154
+ ## 4. Components
105
155
 
106
- **Secondary (outline on white)**
107
- - Background: `#FFFFFF`
108
- - Text: `#040505`
109
- - Border: 1px solid `#DDE4EB`
110
- - Radius: 8px
111
- - Padding: 14px 18px
112
- - Height: 46px
113
- - Font: 15px / 500
114
-
115
- **Accent outline (signup / inline emphasis)**
116
- - Background: transparent
117
- - Text: `#1772F8`
118
- - Border: 1px solid `#1772F8`
119
- - Radius: 3px
120
- - Padding: 0 8px
121
- - Height: 24px
122
- - Font: 12px / 700
123
-
124
- **Text link**
125
- - Background: transparent
126
- - Text: `#0B59D5`
127
- - Font: 16px / 400
128
-
129
- **Store button (light)**
130
- - Background: `#EBF0F5`
131
- - Text: `#040505`
132
- - Radius: 10px
133
- - Padding: 13px
134
- - Height: 48px
135
- - Font: 13px / 700
136
-
137
- **Store button (dark)**
138
- - Background: `#040505`
139
- - Text: `#FFFFFF`
140
- - Radius: 10px
141
- - Padding: 13px
142
- - Height: 48px
143
- - Font: 13px / 700
144
-
145
- ### Chip / Toggle
146
-
147
- **Filter chip (default)**
156
+ ### Home sign-in control
157
+
158
+ **Default**
159
+ - Text: `#79818F`
160
+ - Border: `1px solid #AEB3BB`
161
+ - Radius: `3px`
162
+ - Padding: `0px 8px`
163
+ - Height: `24px`
164
+ - Font: `12px / 400 pretendardCoinone`
165
+ - Use: Public-home sign-in control; `home::[data-omd-capture="14"]`.
166
+
167
+ ### Home compact control
168
+
169
+ **Default**
148
170
  - Background: `#FFFFFF`
149
171
  - Text: `#040505`
150
- - Border: 1px solid `#DDE4EB`
151
- - Radius: 6px
152
- - Padding: 6px 12px
153
- - Height: 32px
154
- - Font: 13px / 500
155
- - Active: border 1px solid `#040505`, font-weight 700
172
+ - Border: `1px solid #DDE4EB`
173
+ - Radius: `6px`
174
+ - Padding: `6px 12px`
175
+ - Height: `32px`
176
+ - Font: `13px / 500 pretendardCoinone`
177
+ - Use: Public-home compact product control; `home::[data-omd-capture="59"]`.
178
+
179
+ ### Trading chart tab
156
180
 
157
- ### Icon button
181
+ **Default**
182
+ - Text: `#18191C`
183
+ - Padding: `0px 16px`
184
+ - Height: `37px`
185
+ - Font: `13px / 400 Spoqa Han Sans`
186
+ - Use: Public BTC/KRW trading chart tab; `surface-2::[data-omd-capture="49"]`.
158
187
 
159
- **Circular**
160
- - Background: `rgba(0,0,0,0.4)`
161
- - Radius: 50%
162
- - Padding: 5px
188
+ ### Trading side tab
189
+
190
+ **Default**
191
+ - Text: `#9E9E9E`
192
+ - Height: `40px`
193
+ - Font: `14px / 400 Spoqa Han Sans`
194
+ - Use: Public BTC/KRW trading side tab; `surface-2::[data-omd-capture="156"]`.
195
+
196
+ The supplied bundle reports `interactionCount: 0` and no interaction records. Its static hover, focus, and pressed selector snapshots are not promoted as reusable states. No disabled, menu, dialog, validation, toast, responsive, or logged-in variants are claimed.
163
197
 
164
198
  ---
165
- **Verified:** 2026-06-03
166
- **Tier 1 sources:** https://coinonecorp.com/company/brand (official BI guideline, brand-owned), https://coinone.co.kr (live exchange site, brand-owned), https://image-public.coinone.co.kr/download/corphome/coinone_guide_4.0.pdf (official brand guideline PDF v4.0, brand-owned)
167
- **Tier 2 sources:** getdesign.md/coinone NOT LISTED. refero ?q=coinone no Coinone-specific result. Tier 1 carries the evidence per KR regional-source rule.
168
- **Conflicts unresolved:** BI "Coinone Blue" main is `#006BD6`; the live product applies `#0B59D5` to filled CTAs and `#1772F8` to outline emphasis — recorded as applied shades of the same identity blue, not a conflict.
199
+ **Verified:** 2026-07-13
200
+ **Tier 1 sources:** `https://coinone.co.kr/` (public exchange home), `https://coinone.co.kr/exchange/trade/btc/krw` (public trading surface), `https://www.coinonecorp.com/company/brand` (official brand guideline), and `https://image-public.coinone.co.kr/download/corphome/coinone_guide_4.0.pdf` (official brand-guideline PDF).
201
+ **Tier 2 sources:** `https://getdesign.md/coinone` and `https://styles.refero.design/?q=coinone` were both attempted; built-in web open returned safe-open failures and subsequent web searches returned no Coinone record. No Tier 2 values were used.
202
+ **Conflicts unresolved:** none
203
+
204
+ Legacy generic CTA, filter-chip, store-button, icon-button, trading-state, system-font, shadow, motion, and fallback-family claims were removed or narrowed where the 2026 supplied capture does not provide selector-backed product evidence.
205
+
206
+ ## 5. Elevation
169
207
 
170
- ## 5. Layout Principles
208
+ The selector-backed home and trading controls above have `box-shadow: none`. The capture does not substantiate a reusable shadow or elevation ladder.
171
209
 
172
- - Marketing/onboarding: centered, generous vertical rhythm, single-column hero with one primary blue CTA.
173
- - App/exchange: dense multi-pane (market list · chart · order form), right-aligned numeric columns, thin neutral dividers `#DDE4EB`.
174
- - 8px spacing base; controls cluster at 8/12/18px gaps.
175
- - White surfaces dominate; sectioning by border and spacing rather than heavy cards.
210
+ ## 6. Spacing & Shape
176
211
 
177
- ## 6. Depth & Elevation
212
+ Observed component spacing is intentionally kept small and local: 4px and 8px occur in home controls, 12px in the compact-control horizontal padding, and 16px in the chart-tab horizontal padding. The recorded radii are 3px for the sign-in control, 6px for the compact control, and 26px for a home badge. These are observations, not a universal radius scale.
178
213
 
179
- - Low elevation overall: flat white surfaces, 1px `#DDE4EB` borders do most of the separation.
180
- - Radius scale: 3px (inline tags) · 6px (chips) · 8px (buttons/cards) · 10px (store/large) · 50% (icon).
181
- - Shadows reserved for floating menus / modals, kept soft and short.
214
+ ## 7. Iconography & Imagery
182
215
 
183
- ## 7. Do's and Don'ts
216
+ The public exchange home has a loaded `coinone_glyph_ui` asset for one observed icon-font use. The supplied bundle does not establish a named icon set, image treatment, illustration style, or media-card specification.
184
217
 
185
218
  ### Do
186
- - Use one confident blue for the single primary action per view.
187
- - Keep trading numerals dense, right-aligned, and weighted when they change.
188
- - Respect Korean market color convention (red = up, blue = down) in price contexts.
189
- - Lean on borders and spacing for structure; keep surfaces flat and white.
219
+
220
+ - Keep the official Coinone Blue palette and current product-blue observation distinct in implementation notes.
221
+ - Preserve the home/trading typography boundary when recreating one of the captured routes.
222
+ - Treat the corporate brand guideline as identity evidence, not as a source of exchange-control CSS.
190
223
 
191
224
  ### Don't
192
- - Stack multiple filled-blue CTAs competing in one viewport.
193
- - Introduce shadow-heavy cards in trading views — it slows scanning.
194
- - Recolor the identity blue toward teal/purple; stay within the Coinone Blue family.
195
- - Use red/green for price direction (that's a Western convention; KR is red-up/blue-down).
196
225
 
197
- ## 8. Responsive Behavior
226
+ - Substitute a declared-only or system family for `pretendardCoinone` or `Spoqa Han Sans` while presenting it as the observed family.
227
+ - Invent hover, error, empty, modal, responsive, or logged-in component variants from static capture samples.
228
+ - Generalize the corporate guideline's Roboto documentation chrome into exchange UI typography.
229
+
230
+ ## 8. Accessibility
198
231
 
199
- - Marketing pages collapse to single column; CTA goes full-width with the same 8px radius.
200
- - Exchange UI is desktop-dense; mobile app reflows panes into stacked tabs (markets chart order).
201
- - Touch targets 44px on app surfaces; 48–49px primary buttons translate cleanly to mobile.
232
+ - The home compact control records `#040505` text on white with a `#DDE4EB` border; the sign-in control records `#79818F` text with a `#AEB3BB` border.
233
+ - The capture includes static focus/pressed snapshots but no interaction record, so it does not establish a reusable keyboard focus-visible treatment.
234
+ - No accessibility conformance score, screen-reader behavior, validation behavior, or mobile target rule is claimed from these public captures.
202
235
 
203
- ## 9. Agent Prompt Guide
236
+ ## 9. Content & Voice
204
237
 
205
- When generating Coinone-style UI: white background, near-black `#040505` text, exactly one filled blue (`#0B59D5`) primary action with 8px radius and 15px/700 label, outline secondaries with `#DDE4EB` borders. Keep it flat and bordered, dense in data views, calm in marketing. For price/market data use KR convention (red up, blue down). Use `#1772F8`/`#0090FF` only as sparing emphasis, never as a second competing CTA.
238
+ Coinone's official mission emphasizes blockchain-enabled connection and names trust, innovation, and expertise as values. Its product and support materials pair task-specific guidance with customer-verification and investor-protection information. Use concrete service language and make compliance or risk boundaries explicit; do not invent promotional trading promises or unobserved product microcopy.
206
239
 
207
240
  ## 10. Voice & Tone
208
241
 
209
- Coinone's voice is **steady, plain, and reassuring** a regulated exchange explaining money clearly, not hyping coins.
242
+ **Voice adjectives:** clear · trust-oriented · technically grounded
210
243
 
211
244
  | Do | Don't |
212
245
  |---|---|
213
- | "30초면 가입 완료" — concrete, low-friction | "지금 사면 후회!" FOMO/hype |
214
- | Explain risk and fees plainly | Bury terms or over-promise returns |
215
- | Calm, confident, second-person | Slangy crypto-degen tone |
216
-
217
- Voice samples (illustrative, derived from live copy):
218
- - "딱 30초면 완료할 수 있어요!" (signup nudge — friendly, concrete)
219
- - "스마트 트레이딩 바로가기" (feature CTA — direct, plain)
220
- - "방문 상담 예약하기" (support — calm, service-oriented)
246
+ | Explain the task, requirement, or protection boundary directly. | Add urgency or return promises not supported by official material. |
247
+ | Separate exchange action copy from compliance/support information. | Turn the company mission into a UI slogan without route-specific evidence. |
248
+ | Use precise, calm Korean financial-service language. | Treat illustrative copy as a captured product string. |
221
249
 
222
250
  ## 11. Brand Narrative
223
251
 
224
- Founded in 2014, Coinone is one of Korea's first-generation crypto exchanges and has framed itself around "connecting the world and technology" (세상과 기술을 연결하다). Its logo guideline describes the mark as carrying "the infinite possibilities of connection." Over a decade it has leaned into trust and compliance as differentiators in a heavily regulated market, while pushing automation features (AI grid / smart trading) to stay competitive with larger rivals. The design language reflects that posture: institutional blue, plain language, safety-first surfaces.
252
+ Coinone's official history records the company's establishment in 2014 and the launch of its Bitcoin exchange that October. Its mission page describes the company as believing in the possibilities created by free connection and movement of value through blockchain, under the slogan “Bringing Blockchain into the World.” The company names trust, innovation, and expertise as its values.
253
+
254
+ The official business page describes Coinone Exchange as a Korean professional virtual-asset exchange and presents asset safety, anti-money-laundering systems, transparent listing policy, and a user-centered trading environment as core operating themes. The public brand guideline gives that service context a consistent visual identity: a horizontal signature as the default, protected clear space, and blue as the main color representing the future.
225
255
 
226
256
  ## 12. Principles
227
257
 
228
- 1. **Trust before excitement.** *UI implication:* calm white surfaces, one blue, no hype color.
229
- 2. **Clarity of money.** *UI implication:* plain copy, explicit fees/states, legible dense numerals.
230
- 3. **One decisive action.** *UI implication:* a single filled-blue CTA per view.
231
- 4. **Speed in data, calm in marketing.** *UI implication:* dense trading panes, airy onboarding.
232
- 5. **Stay within the identity blue.** — *UI implication:* blue family only for brand/primary; grays carry the rest.
258
+ 1. **Make trust legible.** *UI implication:* keep verification, safety, and status language explicit instead of implying a guarantee.
259
+ 2. **Separate identity from surface evidence.** *UI implication:* use the official palette as brand context while retaining the captured home and trading controls as route-local facts.
260
+ 3. **Support expert use without inventing density rules.** *UI implication:* preserve observed trading-tab typography, but do not infer an entire order-entry system from a public route.
261
+ 4. **Keep product and support boundaries clear.** *UI implication:* do not turn support documentation or corporate copy into an observed exchange state.
233
262
 
234
263
  ## 13. Personas
235
264
 
236
- *Illustrative archetypes for design context, not official user research.*
265
+ The first-party sources identify stakeholder groups rather than publishing user-research personas. The following are source-grounded service audiences, not synthetic behavioral profiles:
237
266
 
238
- - **Cautious first-timer** — wants a safe, regulated place to buy a little crypto; needs plain steps and visible trust signals.
239
- - **Active retail trader** — lives in the order book; values dense data, fast toggles, reliable numerals.
240
- - **Automation seeker** — drawn to AI grid / smart trading; wants set-and-forget tooling explained simply.
267
+ - **Exchange members** — people using Coinone's exchange and asset-management services.
268
+ - **Prospective or returning users completing customer verification** — the official support flow identifies customer verification and real-name account checks as service requirements.
269
+ - **Customers seeking security or investor-protection guidance** — the support center publishes phishing, fraud, account-protection, and investor-protection information.
241
270
 
242
271
  ## 14. States
243
272
 
244
- - **Empty:** "보유 자산이 없어요" quiet muted `#6B7684` text + a single blue "입금하기" CTA.
245
- - **Loading:** skeleton rows in trading tables; spinner inside buttons on submit.
246
- - **Error (validation):** inline red helper under field; field border turns warning red.
247
- - **Error (network):** non-blocking toast, retriable; data panes keep last values dimmed.
248
- - **Success:** brief confirmation toast / checkmark; return to the relevant balance or order view.
249
- - **Skeleton:** gray `#EEEFF0` placeholder blocks matching final row layout.
250
- - **Disabled:** muted `#CFD0D3` fill, no border emphasis, non-interactive cursor.
273
+ No empty, loading, success, validation-error, network-error, skeleton, disabled, toast, or responsive state was captured with interaction provenance. These states are intentionally not specified for Coinone in this reference.
251
274
 
252
275
  ## 15. Motion & Easing
253
276
 
254
- - Duration scale: 120ms (micro hover/press) · 200ms (toggles, toasts) · 300ms (page/section transitions).
255
- - Easing: standard ease-out for entrances, ease-in-out for toggles.
256
- - Price/number changes flash briefly (red up / blue down) then settle — motion communicates direction, never decorates.
257
- - Keep motion minimal in trading views to avoid distracting from live data.
277
+ The supplied evidence does not measure durations, easing curves, animated price changes, or transition behavior. No motion token or recommendation is claimed.