docs: add AGENTS.md — agent coding conventions and project reference#652
docs: add AGENTS.md — agent coding conventions and project reference#652neuron-tech-ai wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds ChangesAgent 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)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 15-38: The fenced repository tree block in AGENTS.md (the
triple-backtick block that lists the voicebox/ directory structure) lacks a
language identifier and should be changed to include one (for example ```text)
to satisfy markdownlint MD040; update the opening fence for that repository tree
block to use ```text so the tree is treated as plain text by the linter.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
Fixed: added |
Adds
AGENTS.mdto give AI coding tools (Claude Code, Cursor, Copilot) a structured reference for project conventions, file structure, test requirements, and contribution workflow.Without this file, agents navigating the codebase have to infer conventions from reading source files — this leads to inconsistent formatting, skipped tests, and PRs that don't follow project patterns. AGENTS.md is the explicit handshake.
What's in it: project layout overview, how to run tests, pre-commit hook expectations, naming conventions, and notes on the Python/Rust/TypeScript split.
Summary by CodeRabbit