Merge pull request #82 from newswim/add-rovodev-to-readme

Add RovoDev info to README
This commit is contained in:
Paul Bakaus
2026-04-01 13:34:20 -07:00
committed by GitHub
+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