docs(adr): update 002/003/005 with vertical-refactor notes; supersede 004

This commit is contained in:
2026-05-05 09:34:03 +02:00
parent a4d6fa0cb5
commit e5b1ea720e
4 changed files with 20 additions and 0 deletions

View File

@@ -18,3 +18,7 @@ Atomic Design (atoms/molecules/organisms/templates) + shadcn/ui + Storybook.
- shadcn/ui provides excellent base atoms that map naturally to atomic levels
- Storybook sidebar mirrors the hierarchy via story titles
- Pages live in apps (not UI package) — they connect to real data
## Update (2026-05-04)
Atomic Design now applies to `@repo/core-ui/` only — generic primitives (atoms, molecules, generic organisms, templates). Feature-specific components (e.g., `ArticleCard`, `HeaderNavMenu`) live in the owning feature's `ui/` folder per the vertical-feature architecture. See ADR-006.