clavix 5.6.1 → 5.6.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.
@@ -0,0 +1,161 @@
1
+ {
2
+ "$schema": "./integrations.schema.json",
3
+ "version": "1.0.0",
4
+ "integrations": [
5
+ {
6
+ "name": "cursor",
7
+ "displayName": "Cursor",
8
+ "directory": ".cursor/rules",
9
+ "filenamePattern": "clavix-{name}",
10
+ "extension": ".md",
11
+ "separator": "-",
12
+ "detection": ".cursor"
13
+ },
14
+ {
15
+ "name": "windsurf",
16
+ "displayName": "Windsurf",
17
+ "directory": ".windsurf/rules",
18
+ "filenamePattern": "clavix-{name}",
19
+ "extension": ".md",
20
+ "separator": "-",
21
+ "detection": ".windsurf"
22
+ },
23
+ {
24
+ "name": "kilocode",
25
+ "displayName": "Kilocode",
26
+ "directory": ".kilocode/rules",
27
+ "filenamePattern": "clavix-{name}",
28
+ "extension": ".md",
29
+ "separator": "-",
30
+ "detection": ".kilocode"
31
+ },
32
+ {
33
+ "name": "roocode",
34
+ "displayName": "Roo-Code",
35
+ "directory": ".roo/rules",
36
+ "filenamePattern": "clavix-{name}",
37
+ "extension": ".md",
38
+ "separator": "-",
39
+ "detection": ".roo"
40
+ },
41
+ {
42
+ "name": "cline",
43
+ "displayName": "Cline",
44
+ "directory": ".clinerules",
45
+ "filenamePattern": "clavix-{name}",
46
+ "extension": ".md",
47
+ "separator": "-",
48
+ "detection": ".clinerules"
49
+ },
50
+ {
51
+ "name": "droid",
52
+ "displayName": "Droid",
53
+ "directory": ".factory/commands",
54
+ "filenamePattern": "clavix-{name}",
55
+ "extension": ".md",
56
+ "separator": "-",
57
+ "detection": ".factory",
58
+ "placeholder": "$ARGUMENTS"
59
+ },
60
+ {
61
+ "name": "opencode",
62
+ "displayName": "OpenCode",
63
+ "directory": ".opencode/command",
64
+ "filenamePattern": "clavix-{name}",
65
+ "extension": ".md",
66
+ "separator": "-",
67
+ "detection": ".opencode",
68
+ "placeholder": "$ARGUMENTS"
69
+ },
70
+ {
71
+ "name": "codebuddy",
72
+ "displayName": "CodeBuddy",
73
+ "directory": ".codebuddy/rules",
74
+ "filenamePattern": "clavix-{name}",
75
+ "extension": ".md",
76
+ "separator": "-",
77
+ "detection": ".codebuddy"
78
+ },
79
+ {
80
+ "name": "amp",
81
+ "displayName": "Amp",
82
+ "directory": ".agents/commands",
83
+ "filenamePattern": "clavix-{name}",
84
+ "extension": ".md",
85
+ "separator": "-",
86
+ "detection": ".agents"
87
+ },
88
+ {
89
+ "name": "crush",
90
+ "displayName": "Crush",
91
+ "directory": ".crush/commands",
92
+ "filenamePattern": "clavix-{name}",
93
+ "extension": ".md",
94
+ "separator": "-",
95
+ "detection": ".crush"
96
+ },
97
+ {
98
+ "name": "codex",
99
+ "displayName": "Codex CLI",
100
+ "directory": "~/.codex/prompts",
101
+ "filenamePattern": "clavix-{name}",
102
+ "extension": ".md",
103
+ "separator": "-",
104
+ "detection": ".codex",
105
+ "global": true,
106
+ "placeholder": "$ARGUMENTS"
107
+ },
108
+ {
109
+ "name": "augment",
110
+ "displayName": "Augment Code",
111
+ "directory": ".augment/rules",
112
+ "filenamePattern": "clavix-{name}",
113
+ "extension": ".md",
114
+ "separator": "-",
115
+ "detection": ".augment"
116
+ },
117
+ {
118
+ "name": "claude-code",
119
+ "displayName": "Claude Code",
120
+ "directory": ".claude/commands/clavix",
121
+ "filenamePattern": "{name}",
122
+ "extension": ".md",
123
+ "separator": ":",
124
+ "detection": ".claude",
125
+ "specialAdapter": "doc-injection"
126
+ },
127
+ {
128
+ "name": "gemini",
129
+ "displayName": "Gemini CLI",
130
+ "directory": ".gemini/commands/clavix",
131
+ "filenamePattern": "{name}",
132
+ "extension": ".toml",
133
+ "separator": ":",
134
+ "detection": ".gemini",
135
+ "specialAdapter": "toml",
136
+ "rootDir": ".gemini"
137
+ },
138
+ {
139
+ "name": "qwen",
140
+ "displayName": "Qwen CLI",
141
+ "directory": ".qwen/commands/clavix",
142
+ "filenamePattern": "{name}",
143
+ "extension": ".toml",
144
+ "separator": ":",
145
+ "detection": ".qwen",
146
+ "specialAdapter": "toml",
147
+ "rootDir": ".qwen"
148
+ },
149
+ {
150
+ "name": "llxprt",
151
+ "displayName": "LLXpert",
152
+ "directory": ".llxprt/commands/clavix",
153
+ "filenamePattern": "{name}",
154
+ "extension": ".toml",
155
+ "separator": ":",
156
+ "detection": ".llxprt",
157
+ "specialAdapter": "toml",
158
+ "rootDir": ".llxprt"
159
+ }
160
+ ]
161
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clavix",
3
- "version": "5.6.1",
3
+ "version": "5.6.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\nWorks with Claude Code, Cursor, Windsurf, and 19+ other AI coding tools.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "prebuild": "npm run validate:consistency",
18
18
  "build": "tsc && npm run copy-templates",
19
19
  "build:prod": "npm run build && npm run remove-sourcemaps",
20
- "copy-templates": "rm -rf dist/templates && copyfiles -u 1 \"src/templates/**/*\" dist/",
20
+ "copy-templates": "rm -rf dist/templates && copyfiles -u 1 \"src/templates/**/*\" dist/ && copyfiles -u 1 \"src/config/**/*\" dist/",
21
21
  "remove-sourcemaps": "find dist -name '*.map' -type f -delete",
22
22
  "dev": "node --loader ts-node/esm src/index.ts",
23
23
  "test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest",
@@ -1,130 +0,0 @@
1
- {
2
- "commands": {
3
- "diagnose": {
4
- "aliases": [],
5
- "args": {},
6
- "description": "Diagnose Clavix installation and configuration",
7
- "examples": [
8
- "<%= config.bin %> <%= command.id %>",
9
- "<%= config.bin %> <%= command.id %> # Check setup and report issues"
10
- ],
11
- "flags": {},
12
- "hasDynamicHelp": false,
13
- "hiddenAliases": [],
14
- "id": "diagnose",
15
- "pluginAlias": "clavix",
16
- "pluginName": "clavix",
17
- "pluginType": "core",
18
- "strict": true,
19
- "enableJsonFlag": false,
20
- "DOC_GENERATORS": [
21
- "agents-md",
22
- "octo-md",
23
- "warp-md",
24
- "copilot-instructions"
25
- ],
26
- "isESM": true,
27
- "relativePath": [
28
- "dist",
29
- "cli",
30
- "commands",
31
- "diagnose.js"
32
- ]
33
- },
34
- "init": {
35
- "aliases": [],
36
- "args": {},
37
- "description": "Initialize Clavix in the current project",
38
- "examples": [
39
- "<%= config.bin %> <%= command.id %>"
40
- ],
41
- "flags": {},
42
- "hasDynamicHelp": false,
43
- "hiddenAliases": [],
44
- "id": "init",
45
- "pluginAlias": "clavix",
46
- "pluginName": "clavix",
47
- "pluginType": "core",
48
- "strict": true,
49
- "enableJsonFlag": false,
50
- "isESM": true,
51
- "relativePath": [
52
- "dist",
53
- "cli",
54
- "commands",
55
- "init.js"
56
- ]
57
- },
58
- "update": {
59
- "aliases": [],
60
- "args": {},
61
- "description": "Update managed blocks and slash commands",
62
- "examples": [
63
- "<%= config.bin %> <%= command.id %>",
64
- "<%= config.bin %> <%= command.id %> --docs-only",
65
- "<%= config.bin %> <%= command.id %> --commands-only"
66
- ],
67
- "flags": {
68
- "docs-only": {
69
- "description": "Update only documentation blocks (AGENTS.md, CLAUDE.md, OCTO.md, WARP.md)",
70
- "name": "docs-only",
71
- "allowNo": false,
72
- "type": "boolean"
73
- },
74
- "commands-only": {
75
- "description": "Update only slash command files",
76
- "name": "commands-only",
77
- "allowNo": false,
78
- "type": "boolean"
79
- },
80
- "force": {
81
- "char": "f",
82
- "description": "Force update even if files haven't changed",
83
- "name": "force",
84
- "allowNo": false,
85
- "type": "boolean"
86
- }
87
- },
88
- "hasDynamicHelp": false,
89
- "hiddenAliases": [],
90
- "id": "update",
91
- "pluginAlias": "clavix",
92
- "pluginName": "clavix",
93
- "pluginType": "core",
94
- "strict": true,
95
- "enableJsonFlag": false,
96
- "isESM": true,
97
- "relativePath": [
98
- "dist",
99
- "cli",
100
- "commands",
101
- "update.js"
102
- ]
103
- },
104
- "version": {
105
- "aliases": [],
106
- "args": {},
107
- "description": "Display Clavix version",
108
- "examples": [
109
- "<%= config.bin %> <%= command.id %>"
110
- ],
111
- "flags": {},
112
- "hasDynamicHelp": false,
113
- "hiddenAliases": [],
114
- "id": "version",
115
- "pluginAlias": "clavix",
116
- "pluginName": "clavix",
117
- "pluginType": "core",
118
- "strict": true,
119
- "enableJsonFlag": false,
120
- "isESM": true,
121
- "relativePath": [
122
- "dist",
123
- "cli",
124
- "commands",
125
- "version.js"
126
- ]
127
- }
128
- },
129
- "version": "5.5.2"
130
- }