chore: use AGENTS.md as canonical agent instructions - #431
Conversation
|
Someone is attempting to deploy a commit to the WeDance Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughThe full WeDance v4 project documentation previously in ChangesDocumentation Consolidation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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.
🧹 Nitpick comments (1)
AGENTS.md (1)
39-54: ⚡ Quick winAdd language specification to the directory structure code block.
The fenced code block at line 39 is missing a language identifier. Add a language specifier (e.g.,
text) to comply with markdown best practices and resolve the linter warning.✏️ Proposed fix
-``` +```text pages/ # Routes (events, profiles, cities, checkout, chat, admin) components/ # Vue components (ui/, common/, feature-specific)🤖 Prompt for 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. In `@AGENTS.md` around lines 39 - 54, The fenced code block containing the directory structure listing (pages/, components/, server/, etc.) is missing a language identifier after the opening triple backticks. Add the language specifier text to the opening fence by changing the opening ``` to ```text to comply with markdown linting standards and improve code block formatting.Source: Linters/SAST tools
🤖 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.
Nitpick comments:
In `@AGENTS.md`:
- Around line 39-54: The fenced code block containing the directory structure
listing (pages/, components/, server/, etc.) is missing a language identifier
after the opening triple backticks. Add the language specifier text to the
opening fence by changing the opening ``` to ```text to comply with markdown
linting standards and improve code block formatting.
razbakov
left a comment
There was a problem hiding this comment.
No. This breaks Claude Code
|
really? Ok. |
Let's use
AGENTS.mdas canonical agent instructions.Summary by CodeRabbit