Add AgenTopology — generates .cursor/rules from declarative agent definitions#198
Add AgenTopology — generates .cursor/rules from declarative agent definitions#198nadavnaveh wants to merge 1 commit intoPatrickJS:mainfrom
Conversation
…initions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
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)
📝 WalkthroughWalkthroughAdded a single entry to the README.md Utilities section documenting AgenTopology, a declarative multi-agent language and CLI tool designed to automatically generate Cursor rule and configuration files. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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)
📝 Coding Plan
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 Tip CodeRabbit can generate a title for your PR based on the changes with custom instructions.Set the |
Summary
.atfiles, then scaffold.cursor/rules/*.mdcfiles (and configs for 5 other platforms) with a single commandWhy it belongs here
AgenTopology directly generates Cursor rule files from a higher-level declarative definition. Instead of hand-writing
.cursorrulesor.mdcfiles, users define their agent topology once and runnpx agentopology sync cursorto produce the cursor rules automatically.Summary by CodeRabbit