Skip to content

Commit d227f27

Browse files
committed
docs: trim CLAUDE.md frontend note under 40k size gate
Related #498
1 parent 43f9114 commit d227f27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ See `docs/prerelease-builds.md` for download instructions.
774774
- Swift 5.9 (macOS 13+); Go 1.24 only for the verification harness, no Go changes in scope. + SwiftUI/AppKit (existing), Combine (existing for the periodic timer pattern). No new deps. (048-tray-refetch-elimination)
775775
- None. Pure in-memory state. (048-tray-refetch-elimination)
776776
- Go 1.24 / Vue 3.5; no new deps; read-only BBolt reuse, no schema change (050-global-tools-page)
777-
- Frontend stack (055-frontend-major-upgrades): Tailwind CSS **v4** (CSS-first — `@import "tailwindcss"` + `@plugin "daisyui"` in `src/assets/main.css`, no `tailwind.config.*`, PostCSS via `@tailwindcss/postcss`), DaisyUI **v5**, Vite **8** (rolldown), TypeScript **6** (no `baseUrl` in `tsconfig.json`), vue-tsc **3**. Node ≥22.18. `@apply` in Vue scoped `<style>` needs a `@reference "../assets/main.css";` line; `@apply` of a custom (non-utility) class is rejected by v4.
777+
- Frontend (055): Tailwind v4 (CSS-first, no `tailwind.config.*`) + DaisyUI v5 + Vite 8 + TS 6 (no `baseUrl`), Node ≥22.18. v4/v5 migration gotchas in `specs/055-frontend-major-upgrades/`.
778778
779779
## Recent Changes
780780
- 001-update-version-display: Added Go 1.24 (toolchain go1.24.10)

0 commit comments

Comments
 (0)