clavix 3.3.0 → 3.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.
|
@@ -252,7 +252,7 @@ export default class Init extends Command {
|
|
|
252
252
|
providers,
|
|
253
253
|
};
|
|
254
254
|
const configPath = '.clavix/config.json';
|
|
255
|
-
const configContent =
|
|
255
|
+
const configContent = JSON.stringify(config, null, 2);
|
|
256
256
|
await FileSystem.writeFileAtomic(configPath, configContent);
|
|
257
257
|
}
|
|
258
258
|
async generateInstructions() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clavix",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.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",
|