@devobsessed/code-captain 0.0.8 → 0.0.9

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.
Files changed (37) hide show
  1. package/README.md +35 -27
  2. package/bin/install.js +1165 -978
  3. package/claude-code/agents/code-captain.md +15 -3
  4. package/copilot/chatmodes/Code Captain.chatmode.md +30 -9
  5. package/copilot/prompts/create-adr.prompt.md +6 -4
  6. package/copilot/prompts/create-spec.prompt.md +60 -40
  7. package/copilot/prompts/explain-code.prompt.md +7 -20
  8. package/copilot/prompts/research.prompt.md +14 -27
  9. package/cursor/README.md +72 -68
  10. package/cursor/cc.mdc +13 -35
  11. package/cursor/commands/create-adr.md +6 -12
  12. package/cursor/commands/create-spec.md +66 -54
  13. package/cursor/commands/edit-spec.md +2 -15
  14. package/cursor/commands/execute-task.md +7 -15
  15. package/cursor/commands/explain-code.md +16 -32
  16. package/cursor/commands/initialize.md +18 -17
  17. package/cursor/commands/new-command.md +168 -77
  18. package/cursor/commands/plan-product.md +7 -13
  19. package/cursor/commands/research.md +4 -23
  20. package/cursor/commands/status.md +28 -28
  21. package/cursor/commands/swab.md +4 -12
  22. package/manifest.json +104 -207
  23. package/package.json +2 -3
  24. package/cursor/cc.md +0 -156
  25. package/windsurf/README.md +0 -254
  26. package/windsurf/rules/cc.md +0 -5
  27. package/windsurf/workflows/create-adr.md +0 -331
  28. package/windsurf/workflows/create-spec.md +0 -280
  29. package/windsurf/workflows/edit-spec.md +0 -273
  30. package/windsurf/workflows/execute-task.md +0 -276
  31. package/windsurf/workflows/explain-code.md +0 -288
  32. package/windsurf/workflows/initialize.md +0 -298
  33. package/windsurf/workflows/new-command.md +0 -321
  34. package/windsurf/workflows/plan-product.md +0 -330
  35. package/windsurf/workflows/research.md +0 -240
  36. package/windsurf/workflows/status.md +0 -213
  37. package/windsurf/workflows/swab.md +0 -212
package/manifest.json CHANGED
@@ -1,364 +1,261 @@
1
1
  {
2
- "version": "0.0.7",
3
- "timestamp": "2025-08-09T06:57:59.586Z",
4
- "commit": "9636dcaefa9e235506d5f26c26241af06f8bbb03",
2
+ "version": "0.0.9",
3
+ "timestamp": "2025-09-27T14:40:24.007Z",
4
+ "commit": "b1a214d974f5c5d866b6c804843fc5c7a83bda9a",
5
5
  "description": "Code Captain file manifest for change detection",
6
6
  "files": {
7
7
  "cursor/cc.mdc": {
8
- "hash": "sha256:edb9b0007ca24cac9e266b48a418e7a91237ba354be98b4e4d837f21cf7d25f4",
9
- "size": 3488,
10
- "lastModified": "2025-08-08T14:22:14.838Z",
11
- "version": "0.0.7",
8
+ "hash": "sha256:ae5cd0d34cd9112e2ee6b4f239b5227a80e47de69fa1ced575fd1876d4c0fd68",
9
+ "size": 2386,
10
+ "lastModified": "2025-09-27T05:03:54.854Z",
11
+ "version": "0.0.9",
12
12
  "component": "rules",
13
- "description": "**CRITICAL: Before responding to ANY cc: command, FIRST read `.code-captain/cc.md` for complete inst..."
14
- },
15
- "cursor/cc.md": {
16
- "hash": "sha256:dcfff990470a0bbc4a29ef142959a5b7eeeef79084df0ea08e80dbc624da656f",
17
- "size": 10060,
18
- "lastModified": "2025-08-08T04:39:28.233Z",
19
- "version": "0.0.7",
20
- "component": "commands",
21
- "description": "I am **Code Captain**, your AI development partner who coordinates comprehensive software developmen..."
13
+ "description": "You are **Code Captain** - a methodical AI development partner who executes comprehensive software w..."
22
14
  },
23
15
  "cursor/commands/create-adr.md": {
24
- "hash": "sha256:047495ff730f52f632a79c762b2908a1bd03df6803de5b39c612abcabd8bb727",
25
- "size": 15939,
26
- "lastModified": "2025-08-08T02:59:35.711Z",
27
- "version": "0.0.7",
16
+ "hash": "sha256:5a80261ed75b56c6eb58b7e11a951f5ac1cdf184290582bdd8210bea1bb820b2",
17
+ "size": 15818,
18
+ "lastModified": "2025-09-27T05:43:29.075Z",
19
+ "version": "0.0.9",
28
20
  "component": "commands",
29
21
  "description": "Create comprehensive Architecture Decision Records (ADRs) that systematically document architectural..."
30
22
  },
31
23
  "cursor/commands/create-spec.md": {
32
- "hash": "sha256:3ec514546ca47396f7f46cd3ae1fb4d908783b9cbb1fcf8aa6bad4abb46204f4",
33
- "size": 18337,
34
- "lastModified": "2025-08-09T06:49:05.641Z",
35
- "version": "0.0.7",
24
+ "hash": "sha256:f7305a4584b2f291fc494bee035c20d7dd48dc2f6ea913982ee96773e24e8499",
25
+ "size": 17742,
26
+ "lastModified": "2025-09-27T05:12:33.721Z",
27
+ "version": "0.0.9",
36
28
  "component": "commands",
37
29
  "description": "Generate comprehensive feature specifications using a contract-first approach that ensures complete ..."
38
30
  },
39
31
  "cursor/commands/edit-spec.md": {
40
- "hash": "sha256:a475a67a6fa0c1bb814a32c64911864d95569b5095c2911a5cc516ac5726ec2d",
41
- "size": 17119,
42
- "lastModified": "2025-08-08T01:52:31.601Z",
43
- "version": "0.0.7",
32
+ "hash": "sha256:95836eba17d903953a4c4209a69c33eb6ad19f276f472d66c13887a8094868e2",
33
+ "size": 16803,
34
+ "lastModified": "2025-09-27T04:37:11.893Z",
35
+ "version": "0.0.9",
44
36
  "component": "commands",
45
37
  "description": "Modify existing feature specifications using a contract-first approach that ensures complete alignme..."
46
38
  },
47
39
  "cursor/commands/execute-task.md": {
48
- "hash": "sha256:1be464ec264d0453964a6e9eb07e525d4b8e32d8f226e0726ac939deb97f3033",
49
- "size": 16708,
50
- "lastModified": "2025-08-08T01:52:31.601Z",
51
- "version": "0.0.7",
40
+ "hash": "sha256:01323eaf32a4b44cc4c2abdaccd728245448070235a8d623751449e8daf23871",
41
+ "size": 16496,
42
+ "lastModified": "2025-09-27T04:37:05.920Z",
43
+ "version": "0.0.9",
52
44
  "component": "commands",
53
45
  "description": "Execute a specific task and its sub-tasks systematically following a Test-Driven Development (TDD) w..."
54
46
  },
55
47
  "cursor/commands/explain-code.md": {
56
- "hash": "sha256:f521e7b56652c379282b9f53e11a671ce53e0d7114365eeca86f0cb84142c0d5",
57
- "size": 7609,
58
- "lastModified": "2025-08-09T06:09:21.399Z",
59
- "version": "0.0.7",
48
+ "hash": "sha256:e44b9353ca3fa1f332af52f1e2b6148e152bb12a16e52b81cc9f5794d453a9e2",
49
+ "size": 6974,
50
+ "lastModified": "2025-09-27T05:12:33.721Z",
51
+ "version": "0.0.9",
60
52
  "component": "commands",
61
53
  "description": "The `explain-code` command provides comprehensive, AI-powered explanations of code segments, functio..."
62
54
  },
63
55
  "cursor/commands/initialize.md": {
64
- "hash": "sha256:2c8e7e4b65778d13d0dbcb4c6906fcb045bacd71d9684bc091c636b2088bfa35",
65
- "size": 11315,
66
- "lastModified": "2025-08-08T02:59:35.700Z",
67
- "version": "0.0.7",
56
+ "hash": "sha256:a519ecaacb02097b1d12a43a34ac3498a6bf9b47ecc6cb6621dd84b3d4970a10",
57
+ "size": 11267,
58
+ "lastModified": "2025-09-27T04:31:07.448Z",
59
+ "version": "0.0.9",
68
60
  "component": "commands",
69
61
  "description": "Set up technical foundation and development infrastructure by detecting if this is a greenfield (new..."
70
62
  },
71
63
  "cursor/commands/new-command.md": {
72
- "hash": "sha256:dd016d7dcb222e59c4b699cd93d5340d44e659d4b36cb4bbc9529ba10a8bc404",
73
- "size": 10703,
74
- "lastModified": "2025-08-08T14:17:36.948Z",
75
- "version": "0.0.7",
64
+ "hash": "sha256:3b3d9be4e4b66ca4bd461b2dee8681217fd3c6681dced4736e6d85e793efef3e",
65
+ "size": 14341,
66
+ "lastModified": "2025-09-27T05:43:29.075Z",
67
+ "version": "0.0.9",
76
68
  "component": "commands",
77
69
  "description": "A meta command that creates new Code Captain commands following established patterns and conventions..."
78
70
  },
79
71
  "cursor/commands/plan-product.md": {
80
- "hash": "sha256:41ecf4304a0f87318b67c448cd13fa4ffe5b3381a3106649c9fa4d991de1d91f",
81
- "size": 16544,
82
- "lastModified": "2025-08-08T01:52:31.602Z",
83
- "version": "0.0.7",
72
+ "hash": "sha256:90a69bc3334a69af98aa0814e7a00e1e2c4ce4cd0abf32b04f3c577f9437f221",
73
+ "size": 16455,
74
+ "lastModified": "2025-09-27T04:37:01.241Z",
75
+ "version": "0.0.9",
84
76
  "component": "commands",
85
77
  "description": "Generate comprehensive product planning documentation using a contract-first approach that establish..."
86
78
  },
87
79
  "cursor/commands/research.md": {
88
- "hash": "sha256:1360b3a52fca9ebd92f4f89e60a41cb13cac634c41453a9e4f773144fcc09dbc",
89
- "size": 9122,
90
- "lastModified": "2025-08-09T06:09:21.398Z",
91
- "version": "0.0.7",
80
+ "hash": "sha256:6def0906545267f6fe14f1d920baa8cce0fdb27f3bae45c2ab9b22e3e6464e0e",
81
+ "size": 8595,
82
+ "lastModified": "2025-09-27T05:12:33.681Z",
83
+ "version": "0.0.9",
92
84
  "component": "commands",
93
85
  "description": "Conduct systematic research on a topic using structured phases that build upon each other, creating ..."
94
86
  },
95
87
  "cursor/commands/status.md": {
96
- "hash": "sha256:884d55964c15211b6d9e3eaf2ab39d9dab28de7e1f2bd2eb6cf8bc23eba37cbe",
97
- "size": 12881,
98
- "lastModified": "2025-08-08T14:22:16.634Z",
99
- "version": "0.0.7",
88
+ "hash": "sha256:48ea3bd849cdfb566778f6d84090878c287cee3e07dd4ec997bdc51fcca40ea4",
89
+ "size": 12793,
90
+ "lastModified": "2025-09-27T04:28:57.113Z",
91
+ "version": "0.0.9",
100
92
  "component": "commands",
101
93
  "description": "A command that provides developers with a comprehensive status report when starting work or switchin..."
102
94
  },
103
95
  "cursor/commands/swab.md": {
104
- "hash": "sha256:d314078cb7e02dbf72f77276da20cf234f83d75fb72743bbcbb9c09a327bf833",
105
- "size": 8390,
106
- "lastModified": "2025-08-09T06:12:32.054Z",
107
- "version": "0.0.7",
96
+ "hash": "sha256:9faa9403fbd24b992bdd3c6cff204a6c867fb4068a79188ec7cbe5662daf1e4d",
97
+ "size": 8270,
98
+ "lastModified": "2025-09-27T04:36:54.837Z",
99
+ "version": "0.0.9",
108
100
  "component": "commands",
109
101
  "description": "A deck-cleaning agent that makes one small, focused improvement to the codebase, following the \"Boy ..."
110
102
  },
111
103
  "cursor/docs/best-practices.md": {
112
104
  "hash": "sha256:727c8ae467010da039c41d013c2557d689bfca16f8a93e6b8744c89fa66e27ba",
113
105
  "size": 2177,
114
- "lastModified": "2025-08-08T01:52:31.605Z",
115
- "version": "0.0.7",
106
+ "lastModified": "2025-09-27T04:04:14.825Z",
107
+ "version": "0.0.9",
116
108
  "component": "docs",
117
109
  "description": "Global development guidelines for Agent OS projects."
118
110
  },
119
111
  "copilot/chatmodes/Code Captain.chatmode.md": {
120
- "hash": "sha256:4f431910aaa4408cd79ca61e65b2599e041f79118103f82c097f1fd1d9e56763",
121
- "size": 2939,
122
- "lastModified": "2025-08-08T04:39:28.374Z",
123
- "version": "0.0.7",
112
+ "hash": "sha256:3d59160be5c586add9f67298064c2591cec354bf4c24251014e101b744f4a41d",
113
+ "size": 2860,
114
+ "lastModified": "2025-09-27T04:57:56.646Z",
115
+ "version": "0.0.9",
124
116
  "component": "chatmodes",
125
117
  "description": "⚓ Awaiting orders..."
126
118
  },
127
119
  "copilot/prompts/create-adr.prompt.md": {
128
- "hash": "sha256:fc74c30184f7b8415a68ec03c1029807a84e67c697ab2fc64589557aac3c578c",
129
- "size": 14949,
130
- "lastModified": "2025-08-08T01:52:31.595Z",
131
- "version": "0.0.7",
120
+ "hash": "sha256:ffcedb904bc5d4e4af421e166c3cc23c37dbd0a081a527e59fca34f4436210f3",
121
+ "size": 14981,
122
+ "lastModified": "2025-09-27T05:34:53.071Z",
123
+ "version": "0.0.9",
132
124
  "component": "prompts",
133
125
  "description": "Create comprehensive Architecture Decision Records (ADRs) that systematically document architectural..."
134
126
  },
135
127
  "copilot/prompts/create-spec.prompt.md": {
136
- "hash": "sha256:919116254a73de36a870691ffba8b00e2fc5c433d9fea7a906d43431aeaf45d9",
137
- "size": 18407,
138
- "lastModified": "2025-08-09T06:09:21.399Z",
139
- "version": "0.0.7",
128
+ "hash": "sha256:1922284edf77b29ed4e1baaaeeda13cb9731088f6361664178813358a695294e",
129
+ "size": 17913,
130
+ "lastModified": "2025-09-27T05:12:33.722Z",
131
+ "version": "0.0.9",
140
132
  "component": "prompts",
141
133
  "description": "Generate comprehensive feature specifications using a contract-first approach that ensures complete ..."
142
134
  },
143
135
  "copilot/prompts/edit-spec.prompt.md": {
144
136
  "hash": "sha256:a5718f51861886dd0d310348c150f8dd3a467ff94181fb375f960118e264d15f",
145
137
  "size": 16843,
146
- "lastModified": "2025-08-08T01:52:31.595Z",
147
- "version": "0.0.7",
138
+ "lastModified": "2025-09-27T05:09:15.873Z",
139
+ "version": "0.0.9",
148
140
  "component": "prompts",
149
141
  "description": "Modify existing feature specifications using a contract-first approach that ensures complete alignme..."
150
142
  },
151
143
  "copilot/prompts/execute-task.prompt.md": {
152
144
  "hash": "sha256:a3666ad792ec2280b391a89bd30c2d5ec86414a2e7cc707eaae60c43a95ca750",
153
145
  "size": 5219,
154
- "lastModified": "2025-08-08T01:52:31.596Z",
155
- "version": "0.0.7",
146
+ "lastModified": "2025-09-27T05:09:15.859Z",
147
+ "version": "0.0.9",
156
148
  "component": "prompts",
157
149
  "description": "Execute a specific task and its sub-tasks systematically following a Test-Driven Development (TDD) w..."
158
150
  },
159
151
  "copilot/prompts/explain-code.prompt.md": {
160
- "hash": "sha256:40daffe30706a74f9f972d308eb302845e2757f2167e97f9a2a15347684b4e97",
161
- "size": 8039,
162
- "lastModified": "2025-08-09T06:09:21.404Z",
163
- "version": "0.0.7",
152
+ "hash": "sha256:e7453203f0d1b383301dacb5a9b07528a7c2b5f51ae37333c4f8f14c1e8f514f",
153
+ "size": 7447,
154
+ "lastModified": "2025-09-27T05:12:33.727Z",
155
+ "version": "0.0.9",
164
156
  "component": "prompts",
165
157
  "description": "Provide comprehensive, AI-powered explanations of code segments, functions, classes, or entire files..."
166
158
  },
167
159
  "copilot/prompts/initialize.prompt.md": {
168
160
  "hash": "sha256:64620cbf52421b35ff10ae76e8dfe93e66a3a7e567a9be7c7544d0084ec3b4eb",
169
161
  "size": 2357,
170
- "lastModified": "2025-08-08T01:52:31.597Z",
171
- "version": "0.0.7",
162
+ "lastModified": "2025-09-27T05:09:15.861Z",
163
+ "version": "0.0.9",
172
164
  "component": "prompts",
173
165
  "description": "Analyze and set up technical foundation for either greenfield (new) or brownfield (existing) project..."
174
166
  },
175
167
  "copilot/prompts/new-command.prompt.md": {
176
168
  "hash": "sha256:948850c9a737a3d045059ade9648e5e3c21e839e2bd94fd644e41cdef1d1701e",
177
169
  "size": 12093,
178
- "lastModified": "2025-08-08T14:22:16.633Z",
179
- "version": "0.0.7",
170
+ "lastModified": "2025-09-27T05:09:15.854Z",
171
+ "version": "0.0.9",
180
172
  "component": "prompts",
181
173
  "description": "A meta command that creates new Code Captain commands following established patterns and conventions..."
182
174
  },
183
175
  "copilot/prompts/plan-product.prompt.md": {
184
176
  "hash": "sha256:67d11bf06727bcd175bf65e1f784d2685dbac93a57db02fb99670eec2becd0c8",
185
177
  "size": 16080,
186
- "lastModified": "2025-08-08T01:52:31.597Z",
187
- "version": "0.0.7",
178
+ "lastModified": "2025-09-27T05:09:15.851Z",
179
+ "version": "0.0.9",
188
180
  "component": "prompts",
189
181
  "description": "Generate comprehensive product planning documentation using a contract-first approach that establish..."
190
182
  },
191
183
  "copilot/prompts/research.prompt.md": {
192
- "hash": "sha256:2af0a28261e3b94d8336bfffc3ad447ffc20b4f959b979107e16d1c4248c14a0",
193
- "size": 9678,
194
- "lastModified": "2025-08-09T06:09:21.399Z",
195
- "version": "0.0.7",
184
+ "hash": "sha256:b6fe1bd7c0683d78e96d3290e3df1020940193c2bab33f54b33590325ad5acc4",
185
+ "size": 9079,
186
+ "lastModified": "2025-09-27T05:16:39.171Z",
187
+ "version": "0.0.9",
196
188
  "component": "prompts",
197
189
  "description": "Conduct systematic research on a topic using structured phases that build upon each other, creating ..."
198
190
  },
199
191
  "copilot/prompts/status.prompt.md": {
200
192
  "hash": "sha256:3710c9ac707adbdd9dae73496e76b4ee60b20d2e6c80a81efb2245df93f4dda7",
201
193
  "size": 13162,
202
- "lastModified": "2025-08-08T14:22:16.634Z",
203
- "version": "0.0.7",
194
+ "lastModified": "2025-09-27T05:09:15.869Z",
195
+ "version": "0.0.9",
204
196
  "component": "prompts",
205
197
  "description": "Provide developers with a comprehensive status report when starting work or switching context. Analy..."
206
198
  },
207
199
  "copilot/prompts/swab.prompt.md": {
208
200
  "hash": "sha256:4daa2747d3483b573684280f376fe0dd9829accca2bd505faed8d30d704cf795",
209
201
  "size": 6741,
210
- "lastModified": "2025-08-09T06:12:32.060Z",
211
- "version": "0.0.7",
202
+ "lastModified": "2025-09-27T05:09:15.871Z",
203
+ "version": "0.0.9",
212
204
  "component": "prompts",
213
205
  "description": "A deck-cleaning agent that makes one small, focused improvement to the codebase, following the \"Boy ..."
214
206
  },
215
207
  "copilot/docs/best-practices.md": {
216
208
  "hash": "sha256:727c8ae467010da039c41d013c2557d689bfca16f8a93e6b8744c89fa66e27ba",
217
209
  "size": 2177,
218
- "lastModified": "2025-08-08T01:52:31.594Z",
219
- "version": "0.0.7",
210
+ "lastModified": "2025-09-27T04:04:14.821Z",
211
+ "version": "0.0.9",
220
212
  "component": "docs",
221
213
  "description": "Global development guidelines for Agent OS projects."
222
214
  },
223
- "windsurf/rules/cc.md": {
224
- "hash": "sha256:795d547f3d62a687054afe41518aacfacc5f72494a108b91e432d1053b316deb",
225
- "size": 40,
226
- "lastModified": "2025-08-08T01:52:31.610Z",
227
- "version": "0.0.7",
228
- "component": "rules"
229
- },
230
- "windsurf/workflows/create-adr.md": {
231
- "hash": "sha256:17d1a2889fcd9ced02335416ec50a841afe8c1d8774236c94f464ca880ef0c20",
232
- "size": 10699,
233
- "lastModified": "2025-08-08T01:52:31.611Z",
234
- "version": "0.0.7",
235
- "component": "workflows",
236
- "description": "Create comprehensive Architecture Decision Records with systematic analysis and structured documentation"
237
- },
238
- "windsurf/workflows/create-spec.md": {
239
- "hash": "sha256:23d4ee94136af3181c571d008b9e92350f0e11dfedb817ea866203e58c2b0137",
240
- "size": 10864,
241
- "lastModified": "2025-08-08T01:52:31.611Z",
242
- "version": "0.0.7",
243
- "component": "workflows",
244
- "description": "Generate comprehensive feature specifications using contract-first approach with complete alignment before file creation"
245
- },
246
- "windsurf/workflows/edit-spec.md": {
247
- "hash": "sha256:4644ee2946b3e202c0f0710e8bed6a220869ae1146cba9dac8d89e0fa8d0ce7d",
248
- "size": 11970,
249
- "lastModified": "2025-08-08T01:52:31.611Z",
250
- "version": "0.0.7",
251
- "component": "workflows",
252
- "description": "Modify existing feature specifications using contract-first approach with safe change management"
253
- },
254
- "windsurf/workflows/execute-task.md": {
255
- "hash": "sha256:eecc9e1d4359b470c0b4c47cddfd676a404235f159c2670f66c6e733465ed75f",
256
- "size": 11840,
257
- "lastModified": "2025-08-08T01:52:31.612Z",
258
- "version": "0.0.7",
259
- "component": "workflows",
260
- "description": "Execute specific tasks systematically following Test-Driven Development workflow with comprehensive testing"
261
- },
262
- "windsurf/workflows/explain-code.md": {
263
- "hash": "sha256:e01bb7d99fe776ee595c26860ba0008da463dca179db8183035b0f89f956b022",
264
- "size": 9397,
265
- "lastModified": "2025-08-09T06:09:21.409Z",
266
- "version": "0.0.7",
267
- "component": "workflows",
268
- "description": "Provide comprehensive AI-powered explanations of code segments, functions, classes, or files with visual diagrams"
269
- },
270
- "windsurf/workflows/initialize.md": {
271
- "hash": "sha256:6a7648a650c709fef1d6a9d91556e070308ed6ae28dfb5ff9de93f7f549c6421",
272
- "size": 10573,
273
- "lastModified": "2025-08-08T01:52:31.612Z",
274
- "version": "0.0.7",
275
- "component": "workflows",
276
- "description": "Set up technical foundation and development infrastructure for greenfield or brownfield projects"
277
- },
278
- "windsurf/workflows/new-command.md": {
279
- "hash": "sha256:c5442ae48ed0386c1cfa2e259defba8575f43e9640225d4a9d851da95cf6d5a0",
280
- "size": 9677,
281
- "lastModified": "2025-08-08T01:52:31.613Z",
282
- "version": "0.0.7",
283
- "component": "workflows",
284
- "description": "Create new Code Captain workflows following established patterns and conventions for Windsurf"
285
- },
286
- "windsurf/workflows/plan-product.md": {
287
- "hash": "sha256:a25afdea7aedd061aef0a105e74a82b738bcdf5eb53f3b4187f40f9eebe77484",
288
- "size": 10296,
289
- "lastModified": "2025-08-08T02:59:35.700Z",
290
- "version": "0.0.7",
291
- "component": "workflows",
292
- "description": "Generate comprehensive product planning documentation using contract-first approach with structured discovery"
293
- },
294
- "windsurf/workflows/research.md": {
295
- "hash": "sha256:7daae380fd86856159a86d40d0ea728a25e88fc18f9921c377b16ea6787ade98",
296
- "size": 6586,
297
- "lastModified": "2025-08-09T06:05:51.724Z",
298
- "version": "0.0.7",
299
- "component": "workflows",
300
- "description": "Conduct systematic research using structured phases with web search capabilities and actionable todos"
301
- },
302
- "windsurf/workflows/status.md": {
303
- "hash": "sha256:e40da3a17dfe895109656bbf46169844bf27c69c82ef358ec80359bf842d3f7e",
304
- "size": 6017,
305
- "lastModified": "2025-08-08T01:52:31.613Z",
306
- "version": "0.0.7",
307
- "component": "workflows",
308
- "description": "Code Captain status report for project orientation and next actions"
309
- },
310
- "windsurf/workflows/swab.md": {
311
- "hash": "sha256:5fd60266aa7850cac1bd3aae4b88e5c1bb2bb55eefa64362eeb51f47d240f3c5",
312
- "size": 6586,
313
- "lastModified": "2025-08-09T06:29:34.764Z",
314
- "version": "0.0.7",
315
- "component": "workflows",
316
- "description": "A deck-cleaning workflow that makes one small, focused improvement to the codebase following the Boy Scout Rule"
317
- },
318
215
  "claude-code/agents/code-captain.md": {
319
- "hash": "sha256:9a732658dd7abfc7ab3c0d76879e220420bb635bd5983ab00e080236af031e0f",
320
- "size": 5868,
321
- "lastModified": "2025-08-08T14:20:15.741Z",
322
- "version": "0.0.7",
216
+ "hash": "sha256:6d87de22934ab5eecc48a899907dba6c38d2ecc30e96aa871eaf4fe4d500a08f",
217
+ "size": 5832,
218
+ "lastModified": "2025-09-27T04:57:56.662Z",
219
+ "version": "0.0.9",
323
220
  "component": "agents",
324
221
  "description": "Comprehensive AI development partner for coordinating software development workflows. Use proactively for project setup, requirements analysis, feature specifications, architecture decisions, implementation planning, and platform integrations across the entire development lifecycle."
325
222
  },
326
223
  "claude-code/agents/spec-generator.md": {
327
224
  "hash": "sha256:ee220ded638b37fe29c519f8b21311b535c871b9d0f276d0cb7a609241bac497",
328
225
  "size": 8644,
329
- "lastModified": "2025-08-08T01:52:31.592Z",
330
- "version": "0.0.7",
226
+ "lastModified": "2025-09-27T04:04:14.819Z",
227
+ "version": "0.0.9",
331
228
  "component": "agents",
332
229
  "description": "Specialized agent for generating core specification documents from locked contracts. Creates spec.md and spec-lite.md files with proper structure and formatting."
333
230
  },
334
231
  "claude-code/agents/story-creator.md": {
335
232
  "hash": "sha256:3968ec61d6530c165d594448ad703ddee9fb4ddc84fe6a414c6ed4fcc836c596",
336
233
  "size": 11225,
337
- "lastModified": "2025-08-08T01:52:31.592Z",
338
- "version": "0.0.7",
234
+ "lastModified": "2025-09-27T04:04:14.820Z",
235
+ "version": "0.0.9",
339
236
  "component": "agents",
340
237
  "description": "Specialized agent for creating user stories with focused task breakdown. Generates individual story files with 5-7 tasks each, following TDD patterns and ensuring each story delivers standalone user value."
341
238
  },
342
239
  "claude-code/agents/tech-spec.md": {
343
240
  "hash": "sha256:22e055c35614ff928c62540eb3459b8841b2f48852d999ab949d35ebc9cdd108",
344
241
  "size": 12800,
345
- "lastModified": "2025-08-08T01:52:31.593Z",
346
- "version": "0.0.7",
242
+ "lastModified": "2025-09-27T04:04:14.820Z",
243
+ "version": "0.0.9",
347
244
  "component": "agents",
348
245
  "description": "Specialized agent for generating technical specifications based on requirements. Creates architecture documents, database schemas, API specs, and UI wireframes only when needed, ensuring technical details support user story implementation."
349
246
  },
350
247
  "claude-code/commands/cc-initialize.md": {
351
248
  "hash": "sha256:7c94db2c53c3b937377074d1ef272cdc9b026ebb108c68770c4836f476a7abdc",
352
249
  "size": 15817,
353
- "lastModified": "2025-08-08T01:52:31.593Z",
354
- "version": "0.0.7",
250
+ "lastModified": "2025-09-27T04:04:14.820Z",
251
+ "version": "0.0.9",
355
252
  "component": "claude-commands",
356
253
  "description": "Set up technical foundation and development infrastructure by detecting if this is a greenfield (new..."
357
254
  }
358
255
  },
359
256
  "changelog": {
360
- "0.0.7": {
361
- "date": "2025-08-09",
257
+ "0.0.9": {
258
+ "date": "2025-09-27",
362
259
  "changes": []
363
260
  }
364
261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devobsessed/code-captain",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Unified AI Development Agent System with intelligent change detection",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,6 +9,7 @@
9
9
  "scripts": {
10
10
  "manifest": "node scripts/build-manifest.js",
11
11
  "dry-run": "npm publish --dry-run",
12
+ "publish": "npm publish",
12
13
  "self": "cross-env CC_LOCAL_SOURCE=. node bin/install.js",
13
14
  "test": "vitest run",
14
15
  "test:watch": "vitest --watch",
@@ -21,7 +22,6 @@
21
22
  "agent",
22
23
  "cursor",
23
24
  "copilot",
24
- "windsurf",
25
25
  "claude",
26
26
  "automation"
27
27
  ],
@@ -49,7 +49,6 @@
49
49
  "bin/",
50
50
  "cursor/",
51
51
  "copilot/",
52
- "windsurf/",
53
52
  "claude-code/",
54
53
  "manifest.json",
55
54
  "README.md"