chore: migrate website to Tailwind v4, add North Brook footer, set up agent skills#43
Merged
Conversation
… agent skills - Migrate website from Tailwind v3 → v4 (@tailwindcss/postcss, @theme inline) - Delete tailwind.config.ts, move all config to globals.css - Update footer to North Brook standard (logo + link to northbrook.com) - Add .agents/skills/ with vesai, next-best-practices, ultracite, github-actions - Add AGENTS.md + CLAUDE.md symlink + .claude/skills symlink Co-authored-by: Bryce Bjork <brycedbjork@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- favicon.ico (16x16 + 32x32) - icon.png (192x192) for web manifest - apple-icon.png (180x180) for iOS Design by Halo, v4a variant. Co-authored-by: Bryce Bjork <brycedbjork@gmail.com>
Match broker-cli pattern: icons in public/, explicit icons config in metadata. Removes app/ directory auto-detection approach which wasn't working reliably. Co-authored-by: Bryce Bjork <brycedbjork@gmail.com>
Co-authored-by: Bryce Bjork <brycedbjork@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Tailwind v4 migration: Replaced tailwindcss v3 + autoprefixer with tailwindcss v4 + @tailwindcss/postcss. Deleted tailwind.config.ts, moved all theme config into globals.css using
@theme inline.North Brook footer: Updated website footer to match broker-cli and remote-control — North Brook logo SVG linking to northbrook.com, plus GitHub and Install links.
Agent skills setup: Added
.agents/skills/with vesai, next-best-practices, ultracite, and github-actions skills. Created AGENTS.md with project context. Symlinked CLAUDE.md and.claude/skillsfor Claude Code compatibility.All quality gates pass: lint, typecheck, 57 tests.