oh-my-design-cli 1.8.6 → 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 (275) 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 +2761 -85
  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/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,245 @@
1
+ ---
2
+ id: wooribank
3
+ name: Woori Bank
4
+ display_name_kr: 우리은행
5
+ country: KR
6
+ category: fintech
7
+ homepage: "https://www.wooribank.com/"
8
+ primary_color: "#0067ac"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=wooribank.com&sz=256"
12
+ verified: "2026-07-14"
13
+ omd: "0.1"
14
+ verification_v2:
15
+ schema: 2
16
+ checked: "2026-07-14"
17
+ surfaces:
18
+ - { id: home, kind: public-product-web, url: "https://www.wooribank.com/", inspected: "2026-07-13" }
19
+ - { id: legacy-service, kind: public-product-web, url: "https://spot.wooribank.com/pot/Dream?withyou=PODEP0001", inspected: "2026-07-13" }
20
+ - { id: legacy-information, kind: public-product-web, url: "https://spot.wooribank.com/pot/Dream?withyou=ln", inspected: "2026-07-13" }
21
+ - { id: corporate-ci, kind: brand-asset, url: "https://spot.wooribank.com/pot/Dream?withyou=BPBKI0056", inspected: "2026-07-14" }
22
+ sources:
23
+ - { id: home-live, kind: product-surface, url: "https://www.wooribank.com/", captured: "2026-07-13" }
24
+ - { id: legacy-service-live, kind: product-surface, url: "https://spot.wooribank.com/pot/Dream?withyou=PODEP0001", captured: "2026-07-13" }
25
+ - { id: legacy-information-live, kind: product-surface, url: "https://spot.wooribank.com/pot/Dream?withyou=ln", captured: "2026-07-13" }
26
+ - { id: corporate-ci-source, kind: brand-asset, url: "https://spot.wooribank.com/pot/Dream?withyou=BPBKI0056", captured: "2026-07-14" }
27
+ - { id: corporate-history, kind: official-doc, url: "https://spot.wooribank.com/pot/Dream?withyou=BPBKI0084", captured: "2026-07-14" }
28
+ - { id: corporate-vision, kind: official-doc, url: "https://spot.wooribank.com/pot/Dream?withyou=BPBKI0049", captured: "2026-07-14" }
29
+ - { id: corporate-esg, kind: official-doc, url: "https://spot.wooribank.com/pot/Dream?withyou=BPPCT0068", captured: "2026-07-14" }
30
+ - { id: bank-museum-history, kind: official-doc, url: "https://spot.wooribank.com/pot/Dream?withyou=HMMUM0024", captured: "2026-07-14" }
31
+ conflicts: []
32
+ claims:
33
+ "tokens.colors.brand-deep-blue": &ci { surface_id: corporate-ci, source_id: corporate-ci-source, method: official-brand-guideline, captured: "2026-07-14" }
34
+ "tokens.colors.brand-light-blue": *ci
35
+ "tokens.colors.brand-blue": *ci
36
+ "tokens.colors.canvas": &home { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
37
+ "tokens.colors.foreground": *home
38
+ "tokens.colors.foreground-secondary": &legacy { surface_id: legacy-service, source_id: legacy-service-live, method: computed-style, captured: "2026-07-13" }
39
+ "tokens.colors.muted": *legacy
40
+ "tokens.typography.public-home-title.size": *home
41
+ "tokens.typography.public-home-title.weight": *home
42
+ "tokens.typography.public-home-title.lineHeight": *home
43
+ "tokens.typography.public-home-title.use": *home
44
+ "tokens.typography.legacy-body.size": *legacy
45
+ "tokens.typography.legacy-body.weight": *legacy
46
+ "tokens.typography.legacy-body.lineHeight": *legacy
47
+ "tokens.typography.legacy-body.tracking": *legacy
48
+ "tokens.typography.legacy-body.use": *legacy
49
+ "tokens.spacing.popup-inline-start": *legacy
50
+ "tokens.spacing.popup-inline-end": *legacy
51
+ "tokens.rounded.none": *legacy
52
+ "tokens.rounded.home-login-utility": *home
53
+ "tokens.shadow.flat": *legacy
54
+ "tokens.components.legacy-information-text-input.type": { surface_id: legacy-information, source_id: legacy-information-live, method: native-input-selector-provenance, captured: "2026-07-13" }
55
+ "tokens.components.legacy-information-text-input.bg": { surface_id: legacy-information, source_id: legacy-information-live, method: selector-backed-computed-style, captured: "2026-07-13" }
56
+ "tokens.components.legacy-information-text-input.fg": { surface_id: legacy-information, source_id: legacy-information-live, method: selector-backed-computed-style, captured: "2026-07-13" }
57
+ "tokens.components.legacy-information-text-input.border": { surface_id: legacy-information, source_id: legacy-information-live, method: selector-backed-computed-style, captured: "2026-07-13" }
58
+ "tokens.components.legacy-information-text-input.radius": { surface_id: legacy-information, source_id: legacy-information-live, method: selector-backed-computed-style, captured: "2026-07-13" }
59
+ "tokens.components.legacy-information-text-input.padding": { surface_id: legacy-information, source_id: legacy-information-live, method: selector-backed-computed-style, captured: "2026-07-13" }
60
+ "tokens.components.legacy-information-text-input.height": { surface_id: legacy-information, source_id: legacy-information-live, method: selector-backed-computed-style, captured: "2026-07-13" }
61
+ "tokens.components.legacy-information-text-input.font": { surface_id: legacy-information, source_id: legacy-information-live, method: selector-backed-computed-style, captured: "2026-07-13" }
62
+ "tokens.components.legacy-information-text-input.states": { surface_id: legacy-information, source_id: legacy-information-live, method: no-interaction-recorded, captured: "2026-07-13" }
63
+ "tokens.components.legacy-information-text-input.use": { surface_id: legacy-information, source_id: legacy-information-live, method: selector-provenance, captured: "2026-07-13" }
64
+ tokens:
65
+ source: reconciled
66
+ extracted: "2026-07-14"
67
+ note: "Brand-CI colors, the public-bank home, and two legacy public service surfaces are distinct evidence domains. Only selector-backed public-web values and official CI values are tokens; no fallback font, inferred state, or generic component is promoted."
68
+ colors:
69
+ brand-deep-blue: "#0067ac"
70
+ brand-light-blue: "#20c4f4"
71
+ brand-blue: "#0083ca"
72
+ canvas: "#ffffff"
73
+ foreground: "#000000"
74
+ foreground-secondary: "#333333"
75
+ muted: "#7f7f7f"
76
+ typography:
77
+ public-home-title: { size: 24, weight: 700, lineHeight: "normal", use: "Observed only on the public home h1; its computed NotoSans declaration has no loaded-FontFace corroboration." }
78
+ legacy-body: { size: 14, weight: 400, lineHeight: "20px", tracking: "-1px", use: "Observed on repeated text/list samples of the two supplied legacy public service routes." }
79
+ spacing: { popup-inline-start: 3, popup-inline-end: 7 }
80
+ rounded: { none: 0, home-login-utility: 5 }
81
+ shadow: { flat: "none" }
82
+ components:
83
+ legacy-information-text-input: { type: input, bg: "#ffffff", fg: "#000000", border: "1px solid #cccccc", radius: "0px", padding: "2px 3px 3px", height: "26px", font: "13px / 400 / 19px / computed stack beginning 맑은 고딕", states: "default only; interactionCount 0 and no hover, focus, pressed, disabled, or error value was retained", use: "Native text input at legacy-information::[data-omd-capture=\"35\"] on the supplied public information route." }
84
+ components_harvested: true
85
+ ---
86
+
87
+ # Woori Bank — Design Reference
88
+
89
+ ## 1. Visual Theme & Atmosphere
90
+
91
+ Woori Bank is a Korean bank whose public narrative links a long institutional history with the promise of financial innovation. Its museum identifies Daehancheonil Bank, founded in 1899, as the predecessor of today’s Woori Bank, while the current corporate site frames the bank as creating tomorrow’s value through today’s innovation. The recognizable identity is the dawn-shaped symbol: the official CI describes it as challenge and hope, with deep blue logotype and a light-blue-to-blue symbol gradient. The supplied public-web capture presents a narrower and more utilitarian picture—white canvas, black and gray text, square legacy controls, and mixed Korean system/declaration stacks. That measured web layer is not the CI palette rendered as product controls, so this reference keeps corporate brand assets, public bank pages, and declared fonts deliberately separate.
92
+
93
+ **Key characteristics:**
94
+
95
+ - Official CI: deep blue `#0067AC`, light blue `#20C4F4`, and blue `#0083CA`; these are brand-asset values, not inferred public-bank CTA tokens.
96
+ - Supplied public bank routes repeat white `#FFFFFF`, black `#000000`, secondary `#333333`, and muted `#7F7F7F` chrome.
97
+ - The measured public surfaces are compact and predominantly square: 0px radius dominates; a single home login utility has 5px corners.
98
+ - The artifact covers a public home and two public legacy service/information routes only; it does not establish native, authenticated, transactional, or mobile UI.
99
+
100
+ ## 2. Color Palette & Roles
101
+
102
+ ### Official CI asset colors
103
+
104
+ - **Woori Deep Blue** (`#0067AC`): official logotype main color (Pantone 7462 C) in the corporate CI guide.
105
+ - **Woori Light Blue** (`#20C4F4`): official symbol-mark gradient color (Pantone 2915 CP).
106
+ - **Woori Blue** (`#0083CA`): official symbol-mark gradient color (Pantone 3015 CP).
107
+
108
+ ### Selector-backed public-web colors
109
+
110
+ - **Canvas** (`#FFFFFF`): repeated public-page background samples across the supplied surfaces.
111
+ - **Foreground** (`#000000`): repeated structural text and border samples across all three supplied surfaces.
112
+ - **Secondary foreground** (`#333333`): repeated utility text/border sample on the home and legacy routes.
113
+ - **Muted text** (`#7F7F7F`): repeated legacy service/information text input and utility sample.
114
+
115
+ The official CI guide requires its colors to be reproduced consistently across visual media. That supports the three CI asset values above, but it does not make an unobserved blue button, gradient panel, or banking-flow state a product token.
116
+
117
+ ## 3. Typography Rules
118
+
119
+ ### Evidence classes
120
+
121
+ | Evidence class | Family and boundary |
122
+ |---|---|
123
+ | Official product-use | No first-party material reviewed states that a named font is required for the captured public bank UI. |
124
+ | Live computed surface-use | The public home exposes `NotoSans, "Noto Sans KR", sans-serif` on its h1 and navigation samples; the two legacy routes repeatedly expose a stack beginning `맑은 고딕` / `Malgun Gothic`. Neither computed family has a matching loaded FontFace in the supplied artifact, so neither is a Woori Bank UI-family token. |
125
+ | Official distributed brand asset | No official Woori Bank font download or licence document was found in the reviewed first-party material. |
126
+ | Declared-only | `Noto Sans CJK KR` is declared from `simg.wooribank.com` and `Noto Sans KR` from Google Fonts, both with zero visible uses in the artifact. They remain declared-only. |
127
+ | System / unresolved | `Roboto` is classified system with zero visible uses; `돋움`, `dotum`, and `Arial` are not Woori Bank brand-font evidence. |
128
+
129
+ ### Captured hierarchy
130
+
131
+ | Role | Family boundary | Size | Weight | Line height | Evidence boundary |
132
+ |---|---|---:|---:|---:|---|
133
+ | Public-home title | Computed `NotoSans` declaration; unresolved | 24px | 700 | normal | `home::h1` only |
134
+ | Legacy public body | Computed stack beginning 맑은 고딕; unresolved | 14px | 400 | 20px | repeated legacy service/information list and text samples |
135
+ | Legacy utility action | Computed stack beginning 돋움; unresolved | 12px | 400 | 23px | `surface-2::[data-omd-capture="25"]` only |
136
+
137
+ Do not render a fallback as a verified Woori Bank typeface. The declaration and local/system stacks are useful audit context, but not a licence or a branded family token.
138
+
139
+ ## 4. Component Stylings
140
+
141
+ ### Legacy information text input
142
+
143
+ **Default**
144
+ - Background: `#ffffff`
145
+ - Text: `#000000`
146
+ - Border: 1px `#cccccc`
147
+ - Radius: 0px
148
+ - Padding: 2px 3px 3px
149
+ - Height: 26px
150
+ - Font: 13px / 400 / computed stack beginning 맑은 고딕
151
+ - States: Default only. The supplied artifact records `interactionCount: 0`; no hover, focus, pressed, disabled, or error value is retained.
152
+ - Use: Native text input `surface-3::[data-omd-capture="35"]`; medium-confidence, one public information-route sample only.
153
+
154
+ The artifact has `interactionCount: 0`, no interaction kinds, and no observed states. This selector-backed native input is therefore the sole structured component harvest: a static default with measured geometry, not evidence for hover, focus, pressed, disabled, validation, menu, dialog, toast, or authenticated banking patterns. Other detected anchors and rows remain raw evidence rather than being recast as buttons.
155
+
156
+ ---
157
+ **Verified:** 2026-07-14
158
+ **Tier 1 sources:** https://www.wooribank.com/ ; https://spot.wooribank.com/pot/Dream?withyou=PODEP0001 ; https://spot.wooribank.com/pot/Dream?withyou=ln ; https://spot.wooribank.com/pot/Dream?withyou=BPBKI0056 ; https://spot.wooribank.com/pot/Dream?withyou=BPBKI0049
159
+ **Tier 2 sources:** https://getdesign.md/wooribank (attempted; no usable Woori Bank record) ; https://styles.refero.design/?q=wooribank (attempted; no usable Woori Bank record)
160
+ **Conflicts unresolved:** none
161
+
162
+ ## 5. Layout Principles
163
+
164
+ The supplied capture is desktop-only at `1440×900`. It records a 24px public-home title and compact legacy utility chrome, but not a reusable grid, container width, responsive breakpoint, authenticated layout, or transaction journey. Treat the measured public routes as route-local legacy web evidence rather than a general banking layout contract.
165
+
166
+ ## 6. Depth & Elevation
167
+
168
+ The promoted public samples have `box-shadow: none`; `flat: none` is recorded as a selector-backed token. This establishes flatness for the measured home/legacy utility examples only. No card, modal, notification, elevated panel, or layered navigation shadow scale was captured.
169
+
170
+ ## 7. Do's and Don'ts
171
+
172
+ ### Do
173
+
174
+ - Use the official CI blue family only for brand identification or where a future product surface explicitly observes it.
175
+ - Keep the captured public legacy utility treatment square and compact when reproducing the same route-local context.
176
+ - Keep the public home and legacy surface typography as unresolved computed stacks until a loaded family and its source are corroborated.
177
+ - Preserve the distinction between a 1899-rooted corporate story and a specific public web component claim.
178
+
179
+ ### Don't
180
+
181
+ - Don't turn the official dawn-gradient symbol colors into an inferred universal online-banking CTA or background gradient.
182
+ - Don't substitute Noto Sans KR, Malgun Gothic, Roboto, or a system fallback as a verified Woori Bank font.
183
+ - Don't invent a responsive grid, native-app shell, authenticated form, error state, dialog, toast, or interaction animation from this static desktop packet.
184
+ - Don't recast detected anchors or rows as buttons; the only structured component harvest is the selector-backed native text input.
185
+
186
+ ## 8. Responsive Behavior
187
+
188
+ No mobile viewport or responsive transition was captured. The public web routes may adapt at smaller widths, but the supplied evidence supports no breakpoint, collapsed navigation, touch-target, or reflow specification.
189
+
190
+ ## 9. Agent Prompt Guide
191
+
192
+ For a route-local Woori Bank public-web reference, use a white `#FFFFFF` canvas with `#000000` and `#333333` text, a compact 14px legacy body sample where that exact legacy context is intended, square utility controls, and no shadow. The only harvested component is the supplied route’s 26px native text input; treat `#0067AC`, `#20C4F4`, and `#0083CA` as official CI asset colors—not automatic UI fills. Do not name a font specimen, create an authenticated bank flow, or add interaction states without a new selector-backed and font/state-correlated capture.
193
+
194
+ ## 10. Voice & Tone
195
+
196
+ The official value system provides a useful but bounded public voice: customer-first, trustworthy, expert, and innovative. The current corporate story joins that language to a future-facing innovation claim, while the ESG material speaks of responsibility, inclusion, and transparent disclosure. These official statements guide high-level public communications; they do not prescribe regulated transaction copy, eligibility notices, or errors.
197
+
198
+ | Context | Supported direction |
199
+ |---|---|
200
+ | Corporate public message | Ground innovation in a concrete customer or societal value. |
201
+ | Trust-sensitive information | Be direct about principles, responsibilities, and what is being disclosed. |
202
+ | Service navigation | Use short, literal labels; the captured legacy web chrome is operational rather than campaign-led. |
203
+
204
+ ### Supported copy samples
205
+
206
+ - “오늘의 혁신으로 내일의 가치를 만드는 은행” is the bank’s published vision statement.
207
+ - “우리 마음속 첫번째 금융” is the published slogan associated with the bank’s heritage and trust aspiration.
208
+ - “Good Finance for the Next” appears with the official ESG vision.
209
+
210
+ ## 11. Brand Narrative
211
+
212
+ Woori Bank’s official history connects the present bank to Daehancheonil Bank, founded in 1899 as a modern national-capital bank. The bank’s historical material describes later firsts in overseas presence and online banking, making continuity and financial infrastructure part of its own story rather than an invented heritage claim.
213
+
214
+ Its current public vision is to create tomorrow’s value through today’s innovation, with customer, trust, expertise, and innovation named as core values. The official CI turns that narrative into a dawn symbol of challenge and hope, plus a controlled deep-blue and blue gradient palette. The public product-web evidence in this reference is much more restrained and legacy-oriented; it should not be overwritten by the corporate identity narrative.
215
+
216
+ The current ESG material adds a present-tense direction: responsible finance, social value, transparency, and long-term sustainable value. Those commitments explain the bank’s contemporary framing but do not yield unobserved product features, UX states, or quantitative service claims.
217
+
218
+ ## 12. Principles
219
+
220
+ 1. **Put customers and neighbours first.** The official value statement places customers and neighbours first.
221
+ *UI implication:* operational public copy should explain the next action or required information without decorative ambiguity.
222
+ 2. **Build trust through principles.** The bank describes trust as something made through principles.
223
+ *UI implication:* keep source boundaries, disclosures, and state uncertainty explicit; do not invent a reassuring UI pattern.
224
+ 3. **Use expertise with restraint.** The official values present the bank as a financial expert that leads the market.
225
+ *UI implication:* separate institutional/brand facts from route-local CSS observations rather than flattening them into generic fintech styling.
226
+ 4. **Make innovation accountable.** The current vision and ESG material join innovation with future value, responsibility, and transparency.
227
+ *UI implication:* a future product treatment needs direct evidence before it is promoted as a reusable token or component.
228
+
229
+ ## 13. Personas
230
+
231
+ The following are first-party stakeholder contexts, not synthetic personas or satisfaction claims.
232
+
233
+ **Individual banking customer.** The public vision and values address customers and neighbours directly. This reference preserves only the public desktop web styling available to them, not protected account or transaction experiences.
234
+
235
+ **Business or institutional customer.** The corporate site describes expertise and financial solutions for people and organisations. No enterprise application surface, dashboard, or administration UI was captured here.
236
+
237
+ **Brand, content, or service contributor.** Needs to distinguish the official dawn CI and corporate narrative from the white-and-neutral legacy public-bank chrome so a reuse does not become a false representation of the bank’s current product system.
238
+
239
+ ## 14. States
240
+
241
+ The supplied artifact contains no interaction records, interaction kinds, or observed element states. Empty, loading, error, success, skeleton, and disabled treatments are therefore absent rather than filled with generic banking conventions. The static native text-input default in §4 is the only structured component evidence retained.
242
+
243
+ ## 15. Motion & Easing
244
+
245
+ No motion duration, easing curve, transition property, or reduced-motion behavior was measured. Omit motion tokens rather than inventing a Woori Bank motion system.