clavix 5.9.1 → 5.9.2

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.
@@ -35,7 +35,7 @@
35
35
  {
36
36
  "name": "roocode",
37
37
  "displayName": "Roo-Code",
38
- "directory": ".roo/rules",
38
+ "directory": ".roo/commands",
39
39
  "filenamePattern": "clavix-{name}",
40
40
  "extension": ".md",
41
41
  "separator": "-",
@@ -274,7 +274,7 @@ Result: Project permanently deleted
274
274
 
275
275
  ---
276
276
 
277
- ## Agent Transparency (v5.9.1)
277
+ ## Agent Transparency (v5.9.2)
278
278
 
279
279
  ### Agent Manual (Universal Protocols)
280
280
  {{INCLUDE:agent-protocols/AGENT_MANUAL.md}}
@@ -524,7 +524,7 @@ I'll explain what's wrong and what you might need to do:
524
524
 
525
525
  ---
526
526
 
527
- ## Agent Transparency (v5.9.1)
527
+ ## Agent Transparency (v5.9.2)
528
528
 
529
529
  ### Agent Manual (Universal Protocols)
530
530
  {{INCLUDE:agent-protocols/AGENT_MANUAL.md}}
@@ -524,7 +524,7 @@ Wait for the user to decide what to do next.
524
524
 
525
525
  ---
526
526
 
527
- ## Agent Transparency (v5.9.1)
527
+ ## Agent Transparency (v5.9.2)
528
528
 
529
529
  ### Agent Manual (Universal Protocols)
530
530
  {{INCLUDE:agent-protocols/AGENT_MANUAL.md}}
@@ -229,7 +229,7 @@ Present the plan and ask:
229
229
 
230
230
  ---
231
231
 
232
- ## Agent Transparency (v5.9.1)
232
+ ## Agent Transparency (v5.9.2)
233
233
 
234
234
  ### Agent Manual (Universal Protocols)
235
235
  {{INCLUDE:agent-protocols/AGENT_MANUAL.md}}
@@ -354,7 +354,7 @@ The validation ensures generated PRDs are immediately usable for AI consumption
354
354
 
355
355
  ---
356
356
 
357
- ## Agent Transparency (v5.9.1)
357
+ ## Agent Transparency (v5.9.2)
358
358
 
359
359
  ### Agent Manual (Universal Protocols)
360
360
  {{INCLUDE:agent-protocols/AGENT_MANUAL.md}}
@@ -415,7 +415,7 @@ I'll update the PRD and add this to the refinement history. Confirm?
415
415
 
416
416
  ---
417
417
 
418
- ## Agent Transparency (v5.9.1)
418
+ ## Agent Transparency (v5.9.2)
419
419
 
420
420
  ### Agent Manual (Universal Protocols)
421
421
  {{INCLUDE:agent-protocols/AGENT_MANUAL.md}}
@@ -230,7 +230,7 @@ The goal is natural exploration of requirements, not a rigid questionnaire. Foll
230
230
 
231
231
  ---
232
232
 
233
- ## Agent Transparency (v5.9.1)
233
+ ## Agent Transparency (v5.9.2)
234
234
 
235
235
  ### Agent Manual (Universal Protocols)
236
236
  {{INCLUDE:agent-protocols/AGENT_MANUAL.md}}
@@ -409,7 +409,7 @@ The `/clavix:summarize` command extracts requirements from exploratory conversat
409
409
 
410
410
  ---
411
411
 
412
- ## Agent Transparency (v5.9.1)
412
+ ## Agent Transparency (v5.9.2)
413
413
 
414
414
  ### Agent Manual (Universal Protocols)
415
415
  {{INCLUDE:agent-protocols/AGENT_MANUAL.md}}
@@ -123,7 +123,7 @@ Implementation: BLOCKED - I'll analyze and report, not modify or fix
123
123
 
124
124
  ----
125
125
 
126
- ## Agent Transparency (v5.9.1)
126
+ ## Agent Transparency (v5.9.2)
127
127
 
128
128
  ### Agent Manual (Universal Protocols)
129
129
  {{INCLUDE:agent-protocols/AGENT_MANUAL.md}}
@@ -35,7 +35,7 @@ export async function selectIntegrations(agentManager, preSelected = []) {
35
35
  { name: 'Cline (.cline/workflows/)', value: 'cline' },
36
36
  { name: 'Cursor (.cursor/commands/)', value: 'cursor' },
37
37
  { name: 'Kilocode (.kilo/clavix/)', value: 'kilocode' },
38
- { name: 'Roocode (.roo/clavix/)', value: 'roocode' },
38
+ { name: 'Roocode (.roo/commands/)', value: 'roocode' },
39
39
  { name: 'Windsurf (.windsurf/rules/)', value: 'windsurf' },
40
40
  new inquirer.Separator(),
41
41
  new inquirer.Separator('=== Optional Universal Adapters ==='),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clavix",
3
- "version": "5.9.1",
3
+ "version": "5.9.2",
4
4
  "description": "Agentic-first prompt workflows. Markdown templates that teach AI agents how to optimize prompts, create PRDs, and manage implementation.\n\nSLASH COMMANDS (in your AI assistant):\n /clavix:improve Optimize prompts with auto-depth\n /clavix:prd Generate PRD through questions\n /clavix:plan Create task breakdown from PRD\n /clavix:implement Execute tasks with progress tracking\n /clavix:start Begin conversational session\n /clavix:summarize Extract requirements from conversation\n /clavix:refine Refine existing PRD or prompt\n /clavix:verify Verify implementation against requirements\n /clavix:archive Archive completed projects\n\nWorks with Claude Code, Cursor, Windsurf, and 20 AI coding tools.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -70,7 +70,7 @@
70
70
  "@oclif/core": "^4.8.0",
71
71
  "@oclif/plugin-help": "^6.2.35",
72
72
  "chalk": "^5.6.2",
73
- "clavix": "^5.9.0",
73
+ "clavix": "^5.9.2",
74
74
  "fs-extra": "^11.3.2",
75
75
  "inquirer": "^12.11.1",
76
76
  "zod": "^3.24.4"