Add RovoDev info to README

This commit is contained in:
Dan Minshew
2026-03-31 16:55:53 -05:00
parent db1add7c18
commit 65dd195e82
+10
View File
@@ -177,6 +177,15 @@ cp -r dist/trae/.trae/skills/* ~/.trae/skills/
>
> After copying, restart Trae IDE to activate the skills.
**Rovo Dev:**
```bash
# Project-specific
cp -r dist/rovo-dev/.rovodev your-project/
# Or global (applies to all projects)
cp -r dist/rovo-dev/.rovodev/skills/* ~/.rovodev/skills/
```
## Usage
Once installed, use commands in your AI harness:
@@ -208,6 +217,7 @@ Most commands accept an optional argument to focus on a specific area:
- [VS Code Copilot](https://code.visualstudio.com)
- [Kiro](https://kiro.dev)
- [Trae](https://trae.ai)
- [Rovo Dev](https://www.atlassian.com/software/rovo)
## Contributing