chore: regenerate agent instructions with Ruler#39
Conversation
- Updated all agent instruction files (.cursor, .windsurf, .junie, etc.) - Renamed rules.code-workspace to dotagents.code-workspace - Applied workspace file reference rule changes
|
Caution Review failedThe pull request is closed. 📝 WalkthroughSummary by CodeRabbitRelease Notes
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThis pull request systematically renames directory references from "rules" to "dotagents" across documentation, configuration files, and package metadata. Additionally, JSON MCP configuration arrays are reformatted to multi-line format, and comprehensive Python-related patterns are added to Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (29)
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.
Pull request overview
This PR regenerates agent instruction files using the Ruler tool and applies a systematic rename from "rules" to "dotagents" across the repository. The changes include updating all agent instruction files across multiple platforms (.cursor, .windsurf, .junie, .augment, etc.), renaming the package, and adding Python-related .gitignore entries to support the Serena MCP Python tool.
Changes:
- Updated workspace-file-references rule and propagated the "rules" → "dotagents" rename across all generated agent instruction files
- Renamed package from
@shunkakinoki/rulesto@shunkakinoki/dotagentsin package.json and README - Reformatted MCP server configuration arrays in multiple JSON files for better readability
- Added comprehensive Python .gitignore patterns to support uvx/Serena MCP tooling
Reviewed changes
Copilot reviewed 27 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .ruler/workspace-file-references.md | Source rule updated to reference "dotagents" instead of "rules" |
| Multiple instruction files (AGENTS.md, CLAUDE.md, etc.) | Regenerated with updated "dotagents" references |
| dotagents.code-workspace | New workspace file (but contains issues - see comments) |
| package.json | Package renamed to @shunkakinoki/dotagents |
| README.md | Title updated to "dotagents" |
| opencode.json, .mcp.json, .crush.json, etc. | MCP configuration arrays reformatted |
| .gitignore | Added Python-related ignore patterns (contains typo - see comments) |
| .vscode/settings.json, .vscode/mcp.json | MCP server configurations reformatted |
Changes
Technical Details
Testing
🤖 Generated with opencode by Claude
Summary by cubic
Regenerated all agent instruction files with Ruler and updated workspace rules to stop referencing ../dotagents. Renamed the workspace and standardized MCP configs for consistency across editors.
Refactors
Migration
Written for commit a36d8f2. Summary will update on new commits.