mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
docs: add Qoder to README install and supported-tools sections
Adds the project-and-global cp install snippet (matches Pi/Rovo Dev shape since Qoder supports both .qoder/skills/ and ~/.qoder/skills/ per docs.qoder.com/extensions/skills) and adds qoder.com to the Supported Tools list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
4f66eb9c08
commit
c6ca721786
@@ -180,6 +180,15 @@ cp -r dist/rovo-dev/.rovodev your-project/
|
||||
cp -r dist/rovo-dev/.rovodev/skills/* ~/.rovodev/skills/
|
||||
```
|
||||
|
||||
**Qoder:**
|
||||
```bash
|
||||
# Project-specific
|
||||
cp -r dist/qoder/.qoder your-project/
|
||||
|
||||
# Or global (applies to all projects)
|
||||
cp -r dist/qoder/.qoder/skills/* ~/.qoder/skills/
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Once installed, use commands in your AI harness:
|
||||
@@ -225,6 +234,7 @@ The detector catches 24 issues across AI slop (side-tab borders, purple gradient
|
||||
- [Kiro](https://kiro.dev)
|
||||
- [Trae](https://trae.ai)
|
||||
- [Rovo Dev](https://www.atlassian.com/software/rovo)
|
||||
- [Qoder](https://qoder.com)
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user