clavix 3.2.0 → 3.2.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.
@@ -81,6 +81,10 @@ export default class Init extends Command {
81
81
  name: 'Gemini CLI (.gemini/commands/clavix/)',
82
82
  value: 'gemini',
83
83
  },
84
+ {
85
+ name: 'LLXPRT (.llxprt/commands/clavix/)',
86
+ value: 'llxprt',
87
+ },
84
88
  {
85
89
  name: 'OpenCode (.opencode/command/)',
86
90
  value: 'opencode',
@@ -103,10 +107,6 @@ export default class Init extends Command {
103
107
  name: 'Kilocode (.kilocode/workflows/)',
104
108
  value: 'kilocode',
105
109
  },
106
- {
107
- name: 'LLXPRT (.llxprt/commands/clavix/)',
108
- value: 'llxprt',
109
- },
110
110
  {
111
111
  name: 'Roocode (.roo/commands/)',
112
112
  value: 'roocode',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clavix",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Clavix Intelligence™ for AI coding. Automatically optimizes prompts with intent detection, quality assessment, and adaptive patterns—no framework to learn. Works with Claude Code, Cursor, Windsurf, and 19+ other AI coding tools.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",