clavix 2.3.0 → 2.3.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.
|
@@ -148,7 +148,7 @@ class Init extends core_1.Command {
|
|
|
148
148
|
new inquirer_1.default.Separator(),
|
|
149
149
|
// Universal Adapters
|
|
150
150
|
{
|
|
151
|
-
name: '
|
|
151
|
+
name: 'Agents (AGENTS.md - Universal - for tools without slash commands)',
|
|
152
152
|
value: 'agents-md',
|
|
153
153
|
},
|
|
154
154
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clavix",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "Transform vague ideas into production-ready prompts. CLI tool 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",
|