feat: add basic instruction for coding agents#1793
feat: add basic instruction for coding agents#1793chilingling wants to merge 1 commit intoopentiny:developfrom
Conversation
WalkthroughFour new documentation files are added to establish coding agent instructions across the monorepo. A root-level Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 the current code and only fix it if needed.
Inline comments:
In `@packages/vue-generator/AGENTS.md`:
- Around line 61-68: The docs for genSetupSFC.js currently list only
addState/addImport/addMethods/addStatement/setScriptConfig but omit several
exported helpers; update packages/vue-generator/AGENTS.md to document the full
API from packages/vue-generator/src/generator/vue/sfc/genSetupSFC.js by adding
the getter helpers (e.g., getState, getMethods, getImports, getStatements), the
style/CSS helpers (e.g., addStyle, addCss, addScopedStyle, setStyleConfig or
similarly named style-related functions found in that file), and brief
descriptions of each function and their parameters so the README accurately
reflects the module's public surface.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 88d42241-7c74-4950-a0f8-de4f907cd60e
📒 Files selected for processing (4)
AGENTS.mdCLAUDE.mdpackages/vue-generator/AGENTS.mdpackages/vue-generator/CLAUDE.md
English | 简体中文
PR 增加基础的 AGENTS.md
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit