docs: add AGENTS.md and CLAUDE.md#70
Conversation
|
Warning Review limit reached
More reviews will be available in 54 minutes and 24 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. 📝 WalkthroughWalkthroughAdds ChangesGem Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@AGENTS.md`:
- Around line 11-15: The markdown fenced code blocks containing ASCII
diagrams/trees (for example the blocks starting with the lines "R S S M R A
8 0..." and the blocks showing "ItaxCode (public API module)" and
"ItaxCode::Error (< StandardError)") are missing language identifiers and
trigger MD040; update each of those fenced blocks to use ```text instead of
plain ``` so the diagrams are treated as plain text (apply the same change to
the other similar blocks referenced in the comment).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
…NTS.md - ItaxCode.decode takes a positional arg, not a keyword arg - InvalidTaxCodeError is raised only for length != 16, not regex failure Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
f44bd34 to
99c8ff8
Compare
…description Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
Introduces two documentation files aimed at improving the developer and LLM experience when working with this codebase.
AGENTS.md— LLM Codebase ReferenceA structured reference document for LLMs (and humans) covering:
CLAUDE.md— Claude Code NotesProject-specific instructions for Claude Code, including:
🤖 Generated with Claude Code
Summary by CodeRabbit