clavix 2.6.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ clavix init
|
|
|
41
41
|
/clavix:prd # Full PRD workflow
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
**Supported agents**: Claude Code, Cursor, Windsurf, and [
|
|
44
|
+
**Supported agents**: Claude Code, Cursor, Windsurf, and [15+ more providers](docs/providers.md)
|
|
45
45
|
|
|
46
46
|
### Direct CLI Usage (Alternative)
|
|
47
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clavix",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "Transform vague ideas into production-ready prompts. AI agent tool with CLI interface using the CLEAR framework to analyze, improve, and generate PRDs for AI coding assistants (Claude Code, Cursor, Windsurf, and more)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|