Skip to content

Add branded README with ecosystem badges#23

Open
chitcommit wants to merge 5 commits intomainfrom
feat/branded-readme
Open

Add branded README with ecosystem badges#23
chitcommit wants to merge 5 commits intomainfrom
feat/branded-readme

Conversation

@chitcommit
Copy link
Contributor

Summary

  • Adds branded header badges (org, tier, deploy target) to README
  • Updates service description to accurately reflect what this service does

Test plan

  • Verify README renders correctly on GitHub

🤖 Generated with Claude Code

chitcommit and others added 2 commits March 24, 2026 01:54
- 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>
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai
Copy link

coderabbitai bot commented Mar 24, 2026

Warning

Rate limit exceeded

@chitcommit has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 22 minutes and 12 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f16a99b9-03c3-4c92-a16b-5b9ed2bc50e4

📥 Commits

Reviewing files that changed from the base of the PR and between 41c801c and 857a5e5.

📒 Files selected for processing (3)
  • README.md
  • src/brand/index.ts
  • src/index.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/branded-readme

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

chitcommit and others added 3 commits March 24, 2026 17:58
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant