claude-cli-advanced-starter-pack 1.0.5 → 1.0.7

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.
@@ -1,265 +1,349 @@
1
- {
2
- "releases": [
3
- {
4
- "version": "1.0.5",
5
- "date": "2025-01-30",
6
- "summary": "Added agent-powered project implementation and version tracking",
7
- "highlights": [
8
- "New /project-impl command for agent-powered setup",
9
- "Version tracking with update notifications",
10
- "Prior releases menu for feature management"
11
- ],
12
- "newFeatures": {
13
- "commands": [
14
- {
15
- "name": "project-impl",
16
- "description": "Agent-powered project implementation (audit, enhance, detect, configure)",
17
- "category": "Setup"
18
- },
19
- {
20
- "name": "update-check",
21
- "description": "Check for updates and add new features to your project",
22
- "category": "Maintenance"
23
- }
24
- ],
25
- "agents": [],
26
- "skills": [],
27
- "hooks": [],
28
- "other": [
29
- {
30
- "name": "version-tracking",
31
- "description": "Background version checking with update notifications"
32
- },
33
- {
34
- "name": "prior-releases-menu",
35
- "description": "Review and enable features from prior releases"
36
- }
37
- ]
38
- },
39
- "breaking": [],
40
- "deprecated": []
41
- },
42
- {
43
- "version": "1.0.4",
44
- "date": "2025-01-29",
45
- "summary": "Settings schema update and hooks format improvements",
46
- "highlights": [
47
- "Updated settings.json schema for Claude Code compatibility",
48
- "Improved hooks configuration format"
49
- ],
50
- "newFeatures": {
51
- "commands": [],
52
- "agents": [],
53
- "skills": [],
54
- "hooks": [],
55
- "other": []
56
- },
57
- "breaking": [],
58
- "deprecated": []
59
- },
60
- {
61
- "version": "1.0.3",
62
- "date": "2025-01-28",
63
- "summary": "Backup on overwrite and uninstall wizard",
64
- "highlights": [
65
- "Automatic backup when overwriting existing files",
66
- "New Remove CCASP option in wizard",
67
- "Selective removal with backup support"
68
- ],
69
- "newFeatures": {
70
- "commands": [],
71
- "agents": [],
72
- "skills": [],
73
- "hooks": [],
74
- "other": [
75
- {
76
- "name": "backup-on-overwrite",
77
- "description": "Automatically backup files before overwriting"
78
- },
79
- {
80
- "name": "uninstall-wizard",
81
- "description": "Remove CCASP from project with backup options"
82
- }
83
- ]
84
- },
85
- "breaking": [],
86
- "deprecated": []
87
- },
88
- {
89
- "version": "1.0.2",
90
- "date": "2025-01-27",
91
- "summary": "Template fallback and bug fixes",
92
- "highlights": [
93
- "Added fallback to template files for commands",
94
- "Fixed optional chaining assignments"
95
- ],
96
- "newFeatures": {
97
- "commands": [],
98
- "agents": [],
99
- "skills": [],
100
- "hooks": [],
101
- "other": []
102
- },
103
- "breaking": [],
104
- "deprecated": []
105
- },
106
- {
107
- "version": "1.0.1",
108
- "date": "2025-01-26",
109
- "summary": "Documentation improvements",
110
- "highlights": [
111
- "Comprehensive GitHub Wiki documentation",
112
- "Clearer terminal vs slash command documentation"
113
- ],
114
- "newFeatures": {
115
- "commands": [],
116
- "agents": [],
117
- "skills": [],
118
- "hooks": [],
119
- "other": []
120
- },
121
- "breaking": [],
122
- "deprecated": []
123
- },
124
- {
125
- "version": "1.0.0",
126
- "date": "2025-01-25",
127
- "summary": "Initial release of Claude CLI Advanced Starter Pack",
128
- "highlights": [
129
- "Vibe-code friendly setup wizard",
130
- "Tech stack detection with 86+ components",
131
- "GitHub Project Board integration",
132
- "Phased development system",
133
- "Interactive /menu command"
134
- ],
135
- "newFeatures": {
136
- "commands": [
137
- {
138
- "name": "menu",
139
- "description": "Interactive project menu with quick access to all commands",
140
- "category": "Navigation"
141
- },
142
- {
143
- "name": "e2e-test",
144
- "description": "Run E2E tests with Playwright (ralph loop, headed, watch modes)",
145
- "category": "Testing"
146
- },
147
- {
148
- "name": "github-task",
149
- "description": "Create GitHub issues with codebase analysis",
150
- "category": "GitHub"
151
- },
152
- {
153
- "name": "phase-dev-plan",
154
- "description": "Create phased development plans (95%+ success rate)",
155
- "category": "Planning"
156
- },
157
- {
158
- "name": "create-agent",
159
- "description": "Create L1/L2/L3 agents for Claude Code",
160
- "category": "Claude Code"
161
- },
162
- {
163
- "name": "create-hook",
164
- "description": "Create enforcement hooks (PreToolUse, PostToolUse, UserPromptSubmit)",
165
- "category": "Claude Code"
166
- },
167
- {
168
- "name": "create-skill",
169
- "description": "Create RAG-enhanced skill packages",
170
- "category": "Claude Code"
171
- },
172
- {
173
- "name": "explore-mcp",
174
- "description": "Discover and install MCP servers based on tech stack",
175
- "category": "MCP"
176
- },
177
- {
178
- "name": "claude-audit",
179
- "description": "Audit CLAUDE.md and .claude/ against best practices",
180
- "category": "Claude Code"
181
- },
182
- {
183
- "name": "codebase-explorer",
184
- "description": "Analyze codebase structure and find relevant files",
185
- "category": "Analysis"
186
- },
187
- {
188
- "name": "create-task-list",
189
- "description": "Create intelligent task list with codebase exploration and GitHub integration",
190
- "category": "Planning"
191
- },
192
- {
193
- "name": "ccasp-setup",
194
- "description": "CCASP Setup Wizard - vibe-code friendly project configuration",
195
- "category": "Claude Code"
196
- }
197
- ],
198
- "agents": [
199
- {
200
- "name": "example-agent",
201
- "description": "Starter template for custom agents"
202
- }
203
- ],
204
- "skills": [
205
- {
206
- "name": "example-skill",
207
- "description": "Starter template for custom skills"
208
- }
209
- ],
210
- "hooks": [
211
- {
212
- "name": "example-hook",
213
- "description": "Starter template for custom hooks"
214
- }
215
- ],
216
- "other": [
217
- {
218
- "name": "tech-stack-detection",
219
- "description": "Automatic detection of 86+ frameworks and tools"
220
- },
221
- {
222
- "name": "template-engine",
223
- "description": "Handlebars-style template processing"
224
- },
225
- {
226
- "name": "github-integration",
227
- "description": "GitHub Project Board integration"
228
- },
229
- {
230
- "name": "phased-development",
231
- "description": "Phased development system with progress tracking"
232
- }
233
- ]
234
- },
235
- "breaking": [],
236
- "deprecated": []
237
- }
238
- ],
239
- "featureRegistry": {
240
- "commands": {
241
- "menu": { "addedIn": "1.0.0", "required": true },
242
- "e2e-test": { "addedIn": "1.0.0", "required": false },
243
- "github-task": { "addedIn": "1.0.0", "required": false },
244
- "phase-dev-plan": { "addedIn": "1.0.0", "required": false },
245
- "create-agent": { "addedIn": "1.0.0", "required": false },
246
- "create-hook": { "addedIn": "1.0.0", "required": false },
247
- "create-skill": { "addedIn": "1.0.0", "required": false },
248
- "explore-mcp": { "addedIn": "1.0.0", "required": false },
249
- "claude-audit": { "addedIn": "1.0.0", "required": false },
250
- "codebase-explorer": { "addedIn": "1.0.0", "required": false },
251
- "create-task-list": { "addedIn": "1.0.0", "required": false },
252
- "ccasp-setup": { "addedIn": "1.0.0", "required": true },
253
- "project-impl": { "addedIn": "1.0.5", "required": false },
254
- "update-check": { "addedIn": "1.0.5", "required": false }
255
- },
256
- "optionalFeatures": {
257
- "githubIntegration": { "addedIn": "1.0.0" },
258
- "phasedDevelopment": { "addedIn": "1.0.0" },
259
- "tokenManagement": { "addedIn": "1.0.0" },
260
- "happyMode": { "addedIn": "1.0.0" },
261
- "deploymentAutomation": { "addedIn": "1.0.0" },
262
- "tunnelServices": { "addedIn": "1.0.0" }
263
- }
264
- }
265
- }
1
+ {
2
+ "releases": [
3
+ {
4
+ "version": "1.0.7",
5
+ "date": "2026-01-30",
6
+ "summary": "Release notes pending",
7
+ "highlights": [],
8
+ "newFeatures": {
9
+ "commands": [],
10
+ "agents": [],
11
+ "skills": [],
12
+ "hooks": [],
13
+ "other": []
14
+ },
15
+ "breaking": [],
16
+ "deprecated": []
17
+ },
18
+ {
19
+ "version": "1.0.6",
20
+ "date": "2026-01-30",
21
+ "summary": "Release notes pending",
22
+ "highlights": [],
23
+ "newFeatures": {
24
+ "commands": [],
25
+ "agents": [],
26
+ "skills": [],
27
+ "hooks": [],
28
+ "other": []
29
+ },
30
+ "breaking": [],
31
+ "deprecated": []
32
+ },
33
+ {
34
+ "version": "1.0.5",
35
+ "date": "2025-01-30",
36
+ "summary": "Added agent-powered project implementation and version tracking",
37
+ "highlights": [
38
+ "New /project-impl command for agent-powered setup",
39
+ "Version tracking with update notifications",
40
+ "Prior releases menu for feature management"
41
+ ],
42
+ "newFeatures": {
43
+ "commands": [
44
+ {
45
+ "name": "project-impl",
46
+ "description": "Agent-powered project implementation (audit, enhance, detect, configure)",
47
+ "category": "Setup"
48
+ },
49
+ {
50
+ "name": "update-check",
51
+ "description": "Check for updates and add new features to your project",
52
+ "category": "Maintenance"
53
+ }
54
+ ],
55
+ "agents": [],
56
+ "skills": [],
57
+ "hooks": [],
58
+ "other": [
59
+ {
60
+ "name": "version-tracking",
61
+ "description": "Background version checking with update notifications"
62
+ },
63
+ {
64
+ "name": "prior-releases-menu",
65
+ "description": "Review and enable features from prior releases"
66
+ }
67
+ ]
68
+ },
69
+ "breaking": [],
70
+ "deprecated": []
71
+ },
72
+ {
73
+ "version": "1.0.4",
74
+ "date": "2025-01-29",
75
+ "summary": "Settings schema update and hooks format improvements",
76
+ "highlights": [
77
+ "Updated settings.json schema for Claude Code compatibility",
78
+ "Improved hooks configuration format"
79
+ ],
80
+ "newFeatures": {
81
+ "commands": [],
82
+ "agents": [],
83
+ "skills": [],
84
+ "hooks": [],
85
+ "other": []
86
+ },
87
+ "breaking": [],
88
+ "deprecated": []
89
+ },
90
+ {
91
+ "version": "1.0.3",
92
+ "date": "2025-01-28",
93
+ "summary": "Backup on overwrite and uninstall wizard",
94
+ "highlights": [
95
+ "Automatic backup when overwriting existing files",
96
+ "New Remove CCASP option in wizard",
97
+ "Selective removal with backup support"
98
+ ],
99
+ "newFeatures": {
100
+ "commands": [],
101
+ "agents": [],
102
+ "skills": [],
103
+ "hooks": [],
104
+ "other": [
105
+ {
106
+ "name": "backup-on-overwrite",
107
+ "description": "Automatically backup files before overwriting"
108
+ },
109
+ {
110
+ "name": "uninstall-wizard",
111
+ "description": "Remove CCASP from project with backup options"
112
+ }
113
+ ]
114
+ },
115
+ "breaking": [],
116
+ "deprecated": []
117
+ },
118
+ {
119
+ "version": "1.0.2",
120
+ "date": "2025-01-27",
121
+ "summary": "Template fallback and bug fixes",
122
+ "highlights": [
123
+ "Added fallback to template files for commands",
124
+ "Fixed optional chaining assignments"
125
+ ],
126
+ "newFeatures": {
127
+ "commands": [],
128
+ "agents": [],
129
+ "skills": [],
130
+ "hooks": [],
131
+ "other": []
132
+ },
133
+ "breaking": [],
134
+ "deprecated": []
135
+ },
136
+ {
137
+ "version": "1.0.1",
138
+ "date": "2025-01-26",
139
+ "summary": "Documentation improvements",
140
+ "highlights": [
141
+ "Comprehensive GitHub Wiki documentation",
142
+ "Clearer terminal vs slash command documentation"
143
+ ],
144
+ "newFeatures": {
145
+ "commands": [],
146
+ "agents": [],
147
+ "skills": [],
148
+ "hooks": [],
149
+ "other": []
150
+ },
151
+ "breaking": [],
152
+ "deprecated": []
153
+ },
154
+ {
155
+ "version": "1.0.0",
156
+ "date": "2025-01-25",
157
+ "summary": "Initial release of Claude CLI Advanced Starter Pack",
158
+ "highlights": [
159
+ "Vibe-code friendly setup wizard",
160
+ "Tech stack detection with 86+ components",
161
+ "GitHub Project Board integration",
162
+ "Phased development system",
163
+ "Interactive /menu command"
164
+ ],
165
+ "newFeatures": {
166
+ "commands": [
167
+ {
168
+ "name": "menu",
169
+ "description": "Interactive project menu with quick access to all commands",
170
+ "category": "Navigation"
171
+ },
172
+ {
173
+ "name": "e2e-test",
174
+ "description": "Run E2E tests with Playwright (ralph loop, headed, watch modes)",
175
+ "category": "Testing"
176
+ },
177
+ {
178
+ "name": "github-task",
179
+ "description": "Create GitHub issues with codebase analysis",
180
+ "category": "GitHub"
181
+ },
182
+ {
183
+ "name": "phase-dev-plan",
184
+ "description": "Create phased development plans (95%+ success rate)",
185
+ "category": "Planning"
186
+ },
187
+ {
188
+ "name": "create-agent",
189
+ "description": "Create L1/L2/L3 agents for Claude Code",
190
+ "category": "Claude Code"
191
+ },
192
+ {
193
+ "name": "create-hook",
194
+ "description": "Create enforcement hooks (PreToolUse, PostToolUse, UserPromptSubmit)",
195
+ "category": "Claude Code"
196
+ },
197
+ {
198
+ "name": "create-skill",
199
+ "description": "Create RAG-enhanced skill packages",
200
+ "category": "Claude Code"
201
+ },
202
+ {
203
+ "name": "explore-mcp",
204
+ "description": "Discover and install MCP servers based on tech stack",
205
+ "category": "MCP"
206
+ },
207
+ {
208
+ "name": "claude-audit",
209
+ "description": "Audit CLAUDE.md and .claude/ against best practices",
210
+ "category": "Claude Code"
211
+ },
212
+ {
213
+ "name": "codebase-explorer",
214
+ "description": "Analyze codebase structure and find relevant files",
215
+ "category": "Analysis"
216
+ },
217
+ {
218
+ "name": "create-task-list",
219
+ "description": "Create intelligent task list with codebase exploration and GitHub integration",
220
+ "category": "Planning"
221
+ },
222
+ {
223
+ "name": "ccasp-setup",
224
+ "description": "CCASP Setup Wizard - vibe-code friendly project configuration",
225
+ "category": "Claude Code"
226
+ }
227
+ ],
228
+ "agents": [
229
+ {
230
+ "name": "example-agent",
231
+ "description": "Starter template for custom agents"
232
+ }
233
+ ],
234
+ "skills": [
235
+ {
236
+ "name": "example-skill",
237
+ "description": "Starter template for custom skills"
238
+ }
239
+ ],
240
+ "hooks": [
241
+ {
242
+ "name": "example-hook",
243
+ "description": "Starter template for custom hooks"
244
+ }
245
+ ],
246
+ "other": [
247
+ {
248
+ "name": "tech-stack-detection",
249
+ "description": "Automatic detection of 86+ frameworks and tools"
250
+ },
251
+ {
252
+ "name": "template-engine",
253
+ "description": "Handlebars-style template processing"
254
+ },
255
+ {
256
+ "name": "github-integration",
257
+ "description": "GitHub Project Board integration"
258
+ },
259
+ {
260
+ "name": "phased-development",
261
+ "description": "Phased development system with progress tracking"
262
+ }
263
+ ]
264
+ },
265
+ "breaking": [],
266
+ "deprecated": []
267
+ }
268
+ ],
269
+ "featureRegistry": {
270
+ "commands": {
271
+ "menu": {
272
+ "addedIn": "1.0.0",
273
+ "required": true
274
+ },
275
+ "e2e-test": {
276
+ "addedIn": "1.0.0",
277
+ "required": false
278
+ },
279
+ "github-task": {
280
+ "addedIn": "1.0.0",
281
+ "required": false
282
+ },
283
+ "phase-dev-plan": {
284
+ "addedIn": "1.0.0",
285
+ "required": false
286
+ },
287
+ "create-agent": {
288
+ "addedIn": "1.0.0",
289
+ "required": false
290
+ },
291
+ "create-hook": {
292
+ "addedIn": "1.0.0",
293
+ "required": false
294
+ },
295
+ "create-skill": {
296
+ "addedIn": "1.0.0",
297
+ "required": false
298
+ },
299
+ "explore-mcp": {
300
+ "addedIn": "1.0.0",
301
+ "required": false
302
+ },
303
+ "claude-audit": {
304
+ "addedIn": "1.0.0",
305
+ "required": false
306
+ },
307
+ "codebase-explorer": {
308
+ "addedIn": "1.0.0",
309
+ "required": false
310
+ },
311
+ "create-task-list": {
312
+ "addedIn": "1.0.0",
313
+ "required": false
314
+ },
315
+ "ccasp-setup": {
316
+ "addedIn": "1.0.0",
317
+ "required": true
318
+ },
319
+ "project-impl": {
320
+ "addedIn": "1.0.5",
321
+ "required": false
322
+ },
323
+ "update-check": {
324
+ "addedIn": "1.0.5",
325
+ "required": false
326
+ }
327
+ },
328
+ "optionalFeatures": {
329
+ "githubIntegration": {
330
+ "addedIn": "1.0.0"
331
+ },
332
+ "phasedDevelopment": {
333
+ "addedIn": "1.0.0"
334
+ },
335
+ "tokenManagement": {
336
+ "addedIn": "1.0.0"
337
+ },
338
+ "happyMode": {
339
+ "addedIn": "1.0.0"
340
+ },
341
+ "deploymentAutomation": {
342
+ "addedIn": "1.0.0"
343
+ },
344
+ "tunnelServices": {
345
+ "addedIn": "1.0.0"
346
+ }
347
+ }
348
+ }
349
+ }