docs(ai): AI context layer consistency fixes#81
Conversation
…GN.md links, count/example drift - Fix 1: replace nonexistent `/skills add` with `cp -R skill/democrito ~/.claude/skills/` in README.md and terminal.md - Fix 2: rewrite CLAUDE.md git-workflow section — remove "commit directly to main", align with AGENTS.md branch+PR policy - Fix 3: correct broken `../DESIGN.md` → `../../DESIGN.md` in docs/ai/claude-design.md and docs/ai/stitch.md - Fix 4: complete atom lists to all 11 (Code, CodeBlock, CopyButton, Heading, Kbd, Link, Logo, Spinner, StatusBadge, Tag, Text) in CLAUDE.md and SKILL.md; align molecule/organism/template examples between files; remove hardcoded 11/18/19/7 count from terminal.md - Fix 5: add AGENTS.md row to context-layer table in docs/ai/README.md + precedence note - Fix 6: add explicit warm/dark/unsure precedence line to DESIGN.md "A note on theme identity" - Fix 7: correct stale light --background value 30 5% 96% → 30 6% 93% (matches tokens/index.css) in two places in DESIGN.md - Regenerate skill/democrito/agent-usage.md from updated docs/ai/ sources Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 37 minutes and 8 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
✨ 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 |
Summary
/skills addcommand withcp -R skill/democrito ~/.claude/skills/indocs/ai/README.mdanddocs/ai/terminal.mdCLAUDE.mdgit-workflow section — remove "Internal changes commit directly to main", align withAGENTS.mdbranch+PR+review policy (never self-merge)../DESIGN.md→../../DESIGN.mdindocs/ai/claude-design.mdanddocs/ai/stitch.md(resolves to nonexistentdocs/DESIGN.md)Code, CodeBlock, CopyButton, Heading, Kbd, Link, Logo, Spinner, StatusBadge, Tag, Text) inCLAUDE.mdandSKILL.md; align molecule/organism/template examples between both files; remove hardcoded11/18/19/7count fromterminal.mdAGENTS.mdrow to context-layer table indocs/ai/README.mdplus aCLAUDE.md-vs-AGENTS.mdprecedence noteDESIGN.md"A note on theme identity" — code default = Warm (:root); demo/screenshot default = Dark; when unsure, Warm--backgroundvalue30 5% 96%→30 6% 93%in two places inDESIGN.md(aligns withtokens/index.cssline 418)Skill files regenerated from sources (
skill/democrito/agent-usage.mdupdated vianpm run build).Test plan
npm run build— regenerates skill files, all counts pass (11/18/19/7/48)npm test— 125 tests greengit grep "/skills add" -- '*.md'→ emptygit grep "\(\.\./DESIGN\.md\)" -- 'docs/ai/*.md'→ emptygit grep "30 5% 96" -- 'DESIGN.md'→ empty🤖 Generated with Claude Code