Conversation
- Colors: swap generic slate/blue for indigo/violet palette (#6366F1→#8B5CF6) - Dark theme: deep navy (#0F0F1A) background, light violet foreground - Fonts: Syne (display), Figtree (body), JetBrains Mono (code) - Add display font to BrandTheme interface and CSS variable output - Add LOGO_MARK_SVG and LOGO_WORDMARK_SVG inline exports - Update BRAND_CONFIG tagline to match Foundation messaging - Update Tailwind config generator with chitty-display font family - Fix focus ring color to match indigo accent Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds standard ChittyOS branding header with tier badge, org badge, and accurate service description to README.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
These new exports were missing from the top-level re-exports in src/index.ts, so consumers using `@chittyos/core` (not the deep `@chittyos/core/brand` path) couldn't access them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix SVG gradient id collision: chitty-grad → chitty-mark-grad (prevents gradient theft when mark and wordmark are inlined on same page) - Fix wordmark viewBox to 360 (matching standalone SVG file) - Fix copyright year: use getter instead of static string frozen at load time - Fix Tailwind font family split: trim whitespace and strip quotes from font names to produce clean arrays - Remove `as const` from BRAND_CONFIG (incompatible with getter) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds @canon: chittycanon://docs/tech/spec/brand-tokens header per Cardinal audit finding. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
Test plan
🤖 Generated with Claude Code