@devobsessed/code-captain 0.0.6 → 0.0.8
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.
- package/README.md +1 -10
- package/bin/install.js +178 -182
- package/claude-code/agents/code-captain.md +17 -20
- package/copilot/README.md +26 -16
- package/copilot/chatmodes/Code Captain.chatmode.md +11 -16
- package/copilot/prompts/create-spec.prompt.md +5 -8
- package/copilot/prompts/explain-code.prompt.md +5 -8
- package/copilot/prompts/new-command.prompt.md +60 -21
- package/copilot/prompts/research.prompt.md +5 -8
- package/copilot/prompts/status.prompt.md +13 -2
- package/copilot/prompts/swab.prompt.md +1 -0
- package/cursor/README.md +8 -23
- package/cursor/cc.md +2 -29
- package/cursor/cc.mdc +3 -10
- package/cursor/commands/create-adr.md +1 -1
- package/cursor/commands/create-spec.md +9 -12
- package/cursor/commands/explain-code.md +5 -8
- package/cursor/commands/initialize.md +1 -1
- package/cursor/commands/new-command.md +5 -4
- package/cursor/commands/research.md +6 -9
- package/cursor/commands/status.md +13 -2
- package/cursor/commands/swab.md +61 -2
- package/manifest.json +150 -166
- package/package.json +12 -2
- package/windsurf/workflows/explain-code.md +4 -8
- package/windsurf/workflows/plan-product.md +330 -0
- package/windsurf/workflows/research.md +240 -0
- package/windsurf/workflows/swab.md +212 -0
- package/cursor/integrations/azure-devops/create-azure-work-items.md +0 -403
- package/cursor/integrations/azure-devops/sync-azure-work-items.md +0 -486
- package/cursor/integrations/github/create-github-issues.md +0 -765
- package/cursor/integrations/github/scripts/create-issues-batch.sh +0 -272
- package/cursor/integrations/github/sync-github-issues.md +0 -237
- package/cursor/integrations/github/sync.md +0 -305
package/manifest.json
CHANGED
|
@@ -1,380 +1,364 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
3
|
-
"timestamp": "2025-08-
|
|
4
|
-
"commit": "
|
|
2
|
+
"version": "0.0.7",
|
|
3
|
+
"timestamp": "2025-08-09T06:57:59.586Z",
|
|
4
|
+
"commit": "9636dcaefa9e235506d5f26c26241af06f8bbb03",
|
|
5
5
|
"description": "Code Captain file manifest for change detection",
|
|
6
6
|
"files": {
|
|
7
7
|
"cursor/cc.mdc": {
|
|
8
|
-
"hash": "sha256:
|
|
9
|
-
"size":
|
|
10
|
-
"lastModified": "2025-08-
|
|
11
|
-
"version": "0.0.
|
|
8
|
+
"hash": "sha256:edb9b0007ca24cac9e266b48a418e7a91237ba354be98b4e4d837f21cf7d25f4",
|
|
9
|
+
"size": 3488,
|
|
10
|
+
"lastModified": "2025-08-08T14:22:14.838Z",
|
|
11
|
+
"version": "0.0.7",
|
|
12
12
|
"component": "rules",
|
|
13
|
-
"description": "
|
|
13
|
+
"description": "**CRITICAL: Before responding to ANY cc: command, FIRST read `.code-captain/cc.md` for complete inst..."
|
|
14
14
|
},
|
|
15
15
|
"cursor/cc.md": {
|
|
16
|
-
"hash": "sha256:
|
|
17
|
-
"size":
|
|
18
|
-
"lastModified": "2025-08-
|
|
19
|
-
"version": "0.0.
|
|
16
|
+
"hash": "sha256:dcfff990470a0bbc4a29ef142959a5b7eeeef79084df0ea08e80dbc624da656f",
|
|
17
|
+
"size": 10060,
|
|
18
|
+
"lastModified": "2025-08-08T04:39:28.233Z",
|
|
19
|
+
"version": "0.0.7",
|
|
20
20
|
"component": "commands",
|
|
21
21
|
"description": "I am **Code Captain**, your AI development partner who coordinates comprehensive software developmen..."
|
|
22
22
|
},
|
|
23
23
|
"cursor/commands/create-adr.md": {
|
|
24
|
-
"hash": "sha256:
|
|
25
|
-
"size":
|
|
26
|
-
"lastModified": "2025-08-
|
|
27
|
-
"version": "0.0.
|
|
24
|
+
"hash": "sha256:047495ff730f52f632a79c762b2908a1bd03df6803de5b39c612abcabd8bb727",
|
|
25
|
+
"size": 15939,
|
|
26
|
+
"lastModified": "2025-08-08T02:59:35.711Z",
|
|
27
|
+
"version": "0.0.7",
|
|
28
28
|
"component": "commands",
|
|
29
29
|
"description": "Create comprehensive Architecture Decision Records (ADRs) that systematically document architectural..."
|
|
30
30
|
},
|
|
31
31
|
"cursor/commands/create-spec.md": {
|
|
32
|
-
"hash": "sha256:
|
|
33
|
-
"size":
|
|
34
|
-
"lastModified": "2025-08-
|
|
35
|
-
"version": "0.0.
|
|
32
|
+
"hash": "sha256:3ec514546ca47396f7f46cd3ae1fb4d908783b9cbb1fcf8aa6bad4abb46204f4",
|
|
33
|
+
"size": 18337,
|
|
34
|
+
"lastModified": "2025-08-09T06:49:05.641Z",
|
|
35
|
+
"version": "0.0.7",
|
|
36
36
|
"component": "commands",
|
|
37
37
|
"description": "Generate comprehensive feature specifications using a contract-first approach that ensures complete ..."
|
|
38
38
|
},
|
|
39
39
|
"cursor/commands/edit-spec.md": {
|
|
40
40
|
"hash": "sha256:a475a67a6fa0c1bb814a32c64911864d95569b5095c2911a5cc516ac5726ec2d",
|
|
41
41
|
"size": 17119,
|
|
42
|
-
"lastModified": "2025-08-
|
|
43
|
-
"version": "0.0.
|
|
42
|
+
"lastModified": "2025-08-08T01:52:31.601Z",
|
|
43
|
+
"version": "0.0.7",
|
|
44
44
|
"component": "commands",
|
|
45
45
|
"description": "Modify existing feature specifications using a contract-first approach that ensures complete alignme..."
|
|
46
46
|
},
|
|
47
47
|
"cursor/commands/execute-task.md": {
|
|
48
48
|
"hash": "sha256:1be464ec264d0453964a6e9eb07e525d4b8e32d8f226e0726ac939deb97f3033",
|
|
49
49
|
"size": 16708,
|
|
50
|
-
"lastModified": "2025-08-
|
|
51
|
-
"version": "0.0.
|
|
50
|
+
"lastModified": "2025-08-08T01:52:31.601Z",
|
|
51
|
+
"version": "0.0.7",
|
|
52
52
|
"component": "commands",
|
|
53
53
|
"description": "Execute a specific task and its sub-tasks systematically following a Test-Driven Development (TDD) w..."
|
|
54
54
|
},
|
|
55
55
|
"cursor/commands/explain-code.md": {
|
|
56
|
-
"hash": "sha256:
|
|
57
|
-
"size":
|
|
58
|
-
"lastModified": "2025-08-
|
|
59
|
-
"version": "0.0.
|
|
56
|
+
"hash": "sha256:f521e7b56652c379282b9f53e11a671ce53e0d7114365eeca86f0cb84142c0d5",
|
|
57
|
+
"size": 7609,
|
|
58
|
+
"lastModified": "2025-08-09T06:09:21.399Z",
|
|
59
|
+
"version": "0.0.7",
|
|
60
60
|
"component": "commands",
|
|
61
61
|
"description": "The `explain-code` command provides comprehensive, AI-powered explanations of code segments, functio..."
|
|
62
62
|
},
|
|
63
63
|
"cursor/commands/initialize.md": {
|
|
64
|
-
"hash": "sha256:
|
|
65
|
-
"size":
|
|
66
|
-
"lastModified": "2025-08-
|
|
67
|
-
"version": "0.0.
|
|
64
|
+
"hash": "sha256:2c8e7e4b65778d13d0dbcb4c6906fcb045bacd71d9684bc091c636b2088bfa35",
|
|
65
|
+
"size": 11315,
|
|
66
|
+
"lastModified": "2025-08-08T02:59:35.700Z",
|
|
67
|
+
"version": "0.0.7",
|
|
68
68
|
"component": "commands",
|
|
69
69
|
"description": "Set up technical foundation and development infrastructure by detecting if this is a greenfield (new..."
|
|
70
70
|
},
|
|
71
71
|
"cursor/commands/new-command.md": {
|
|
72
|
-
"hash": "sha256:
|
|
73
|
-
"size":
|
|
74
|
-
"lastModified": "2025-08-
|
|
75
|
-
"version": "0.0.
|
|
72
|
+
"hash": "sha256:dd016d7dcb222e59c4b699cd93d5340d44e659d4b36cb4bbc9529ba10a8bc404",
|
|
73
|
+
"size": 10703,
|
|
74
|
+
"lastModified": "2025-08-08T14:17:36.948Z",
|
|
75
|
+
"version": "0.0.7",
|
|
76
76
|
"component": "commands",
|
|
77
77
|
"description": "A meta command that creates new Code Captain commands following established patterns and conventions..."
|
|
78
78
|
},
|
|
79
79
|
"cursor/commands/plan-product.md": {
|
|
80
80
|
"hash": "sha256:41ecf4304a0f87318b67c448cd13fa4ffe5b3381a3106649c9fa4d991de1d91f",
|
|
81
81
|
"size": 16544,
|
|
82
|
-
"lastModified": "2025-08-
|
|
83
|
-
"version": "0.0.
|
|
82
|
+
"lastModified": "2025-08-08T01:52:31.602Z",
|
|
83
|
+
"version": "0.0.7",
|
|
84
84
|
"component": "commands",
|
|
85
85
|
"description": "Generate comprehensive product planning documentation using a contract-first approach that establish..."
|
|
86
86
|
},
|
|
87
87
|
"cursor/commands/research.md": {
|
|
88
|
-
"hash": "sha256:
|
|
89
|
-
"size":
|
|
90
|
-
"lastModified": "2025-08-
|
|
91
|
-
"version": "0.0.
|
|
88
|
+
"hash": "sha256:1360b3a52fca9ebd92f4f89e60a41cb13cac634c41453a9e4f773144fcc09dbc",
|
|
89
|
+
"size": 9122,
|
|
90
|
+
"lastModified": "2025-08-09T06:09:21.398Z",
|
|
91
|
+
"version": "0.0.7",
|
|
92
92
|
"component": "commands",
|
|
93
93
|
"description": "Conduct systematic research on a topic using structured phases that build upon each other, creating ..."
|
|
94
94
|
},
|
|
95
95
|
"cursor/commands/status.md": {
|
|
96
|
-
"hash": "sha256:
|
|
97
|
-
"size":
|
|
98
|
-
"lastModified": "2025-08-
|
|
99
|
-
"version": "0.0.
|
|
96
|
+
"hash": "sha256:884d55964c15211b6d9e3eaf2ab39d9dab28de7e1f2bd2eb6cf8bc23eba37cbe",
|
|
97
|
+
"size": 12881,
|
|
98
|
+
"lastModified": "2025-08-08T14:22:16.634Z",
|
|
99
|
+
"version": "0.0.7",
|
|
100
100
|
"component": "commands",
|
|
101
101
|
"description": "A command that provides developers with a comprehensive status report when starting work or switchin..."
|
|
102
102
|
},
|
|
103
103
|
"cursor/commands/swab.md": {
|
|
104
|
-
"hash": "sha256:
|
|
105
|
-
"size":
|
|
106
|
-
"lastModified": "2025-08-
|
|
107
|
-
"version": "0.0.
|
|
104
|
+
"hash": "sha256:d314078cb7e02dbf72f77276da20cf234f83d75fb72743bbcbb9c09a327bf833",
|
|
105
|
+
"size": 8390,
|
|
106
|
+
"lastModified": "2025-08-09T06:12:32.054Z",
|
|
107
|
+
"version": "0.0.7",
|
|
108
108
|
"component": "commands",
|
|
109
109
|
"description": "A deck-cleaning agent that makes one small, focused improvement to the codebase, following the \"Boy ..."
|
|
110
110
|
},
|
|
111
|
-
"cursor/integrations/github/create-github-issues.md": {
|
|
112
|
-
"hash": "sha256:dfdce8422631230a67ab49d990b5a634e975be85f0f77035c49f9c7b86646cc9",
|
|
113
|
-
"size": 23031,
|
|
114
|
-
"lastModified": "2025-08-07T03:06:39.686Z",
|
|
115
|
-
"version": "0.0.3",
|
|
116
|
-
"component": "github",
|
|
117
|
-
"description": "Automatically create GitHub issues from existing user stories and tasks, establishing parent-child r..."
|
|
118
|
-
},
|
|
119
|
-
"cursor/integrations/github/sync-github-issues.md": {
|
|
120
|
-
"hash": "sha256:fdc750ab507c35cfe1bc9733fe20543aa51e321945bcaf5931774bef036ad238",
|
|
121
|
-
"size": 6083,
|
|
122
|
-
"lastModified": "2025-08-07T03:06:39.686Z",
|
|
123
|
-
"version": "0.0.3",
|
|
124
|
-
"component": "github",
|
|
125
|
-
"description": "Automatically retrieve all GitHub issues, save them to a file, and update matching spec documents wi..."
|
|
126
|
-
},
|
|
127
|
-
"cursor/integrations/github/sync.md": {
|
|
128
|
-
"hash": "sha256:0334927b049e473324fa33facf7d410c004070ca48be3e8b33cf6bddc39fadfc",
|
|
129
|
-
"size": 7999,
|
|
130
|
-
"lastModified": "2025-08-07T03:06:39.687Z",
|
|
131
|
-
"version": "0.0.3",
|
|
132
|
-
"component": "github",
|
|
133
|
-
"description": "Advanced bidirectional synchronization between Code Captain local specs and GitHub issues using part..."
|
|
134
|
-
},
|
|
135
|
-
"cursor/integrations/azure-devops/create-azure-work-items.md": {
|
|
136
|
-
"hash": "sha256:d4d957b710f39e550506738cf820b78d88276753de2552f2afc4f7a9bae6240d",
|
|
137
|
-
"size": 10207,
|
|
138
|
-
"lastModified": "2025-08-07T03:06:39.685Z",
|
|
139
|
-
"version": "0.0.3",
|
|
140
|
-
"component": "azure",
|
|
141
|
-
"description": "Automatically create Azure DevOps work items from existing user stories and tasks, establishing pare..."
|
|
142
|
-
},
|
|
143
|
-
"cursor/integrations/azure-devops/sync-azure-work-items.md": {
|
|
144
|
-
"hash": "sha256:f10cd6c45c122777423b02c08fc4369c0ffc2f93bd1c4254c9dfc1d3e7cc5005",
|
|
145
|
-
"size": 14066,
|
|
146
|
-
"lastModified": "2025-08-07T03:06:39.685Z",
|
|
147
|
-
"version": "0.0.3",
|
|
148
|
-
"component": "azure",
|
|
149
|
-
"description": "Retrieve and synchronize with current Azure DevOps work items, providing organized reports and optio..."
|
|
150
|
-
},
|
|
151
111
|
"cursor/docs/best-practices.md": {
|
|
152
112
|
"hash": "sha256:727c8ae467010da039c41d013c2557d689bfca16f8a93e6b8744c89fa66e27ba",
|
|
153
113
|
"size": 2177,
|
|
154
|
-
"lastModified": "2025-08-
|
|
155
|
-
"version": "0.0.
|
|
114
|
+
"lastModified": "2025-08-08T01:52:31.605Z",
|
|
115
|
+
"version": "0.0.7",
|
|
156
116
|
"component": "docs",
|
|
157
117
|
"description": "Global development guidelines for Agent OS projects."
|
|
158
118
|
},
|
|
159
119
|
"copilot/chatmodes/Code Captain.chatmode.md": {
|
|
160
|
-
"hash": "sha256:
|
|
161
|
-
"size":
|
|
162
|
-
"lastModified": "2025-08-
|
|
163
|
-
"version": "0.0.
|
|
120
|
+
"hash": "sha256:4f431910aaa4408cd79ca61e65b2599e041f79118103f82c097f1fd1d9e56763",
|
|
121
|
+
"size": 2939,
|
|
122
|
+
"lastModified": "2025-08-08T04:39:28.374Z",
|
|
123
|
+
"version": "0.0.7",
|
|
164
124
|
"component": "chatmodes",
|
|
165
125
|
"description": "⚓ Awaiting orders..."
|
|
166
126
|
},
|
|
167
127
|
"copilot/prompts/create-adr.prompt.md": {
|
|
168
128
|
"hash": "sha256:fc74c30184f7b8415a68ec03c1029807a84e67c697ab2fc64589557aac3c578c",
|
|
169
129
|
"size": 14949,
|
|
170
|
-
"lastModified": "2025-08-
|
|
171
|
-
"version": "0.0.
|
|
130
|
+
"lastModified": "2025-08-08T01:52:31.595Z",
|
|
131
|
+
"version": "0.0.7",
|
|
172
132
|
"component": "prompts",
|
|
173
133
|
"description": "Create comprehensive Architecture Decision Records (ADRs) that systematically document architectural..."
|
|
174
134
|
},
|
|
175
135
|
"copilot/prompts/create-spec.prompt.md": {
|
|
176
|
-
"hash": "sha256:
|
|
177
|
-
"size":
|
|
178
|
-
"lastModified": "2025-08-
|
|
179
|
-
"version": "0.0.
|
|
136
|
+
"hash": "sha256:919116254a73de36a870691ffba8b00e2fc5c433d9fea7a906d43431aeaf45d9",
|
|
137
|
+
"size": 18407,
|
|
138
|
+
"lastModified": "2025-08-09T06:09:21.399Z",
|
|
139
|
+
"version": "0.0.7",
|
|
180
140
|
"component": "prompts",
|
|
181
141
|
"description": "Generate comprehensive feature specifications using a contract-first approach that ensures complete ..."
|
|
182
142
|
},
|
|
183
143
|
"copilot/prompts/edit-spec.prompt.md": {
|
|
184
144
|
"hash": "sha256:a5718f51861886dd0d310348c150f8dd3a467ff94181fb375f960118e264d15f",
|
|
185
145
|
"size": 16843,
|
|
186
|
-
"lastModified": "2025-08-
|
|
187
|
-
"version": "0.0.
|
|
146
|
+
"lastModified": "2025-08-08T01:52:31.595Z",
|
|
147
|
+
"version": "0.0.7",
|
|
188
148
|
"component": "prompts",
|
|
189
149
|
"description": "Modify existing feature specifications using a contract-first approach that ensures complete alignme..."
|
|
190
150
|
},
|
|
191
151
|
"copilot/prompts/execute-task.prompt.md": {
|
|
192
152
|
"hash": "sha256:a3666ad792ec2280b391a89bd30c2d5ec86414a2e7cc707eaae60c43a95ca750",
|
|
193
153
|
"size": 5219,
|
|
194
|
-
"lastModified": "2025-08-
|
|
195
|
-
"version": "0.0.
|
|
154
|
+
"lastModified": "2025-08-08T01:52:31.596Z",
|
|
155
|
+
"version": "0.0.7",
|
|
196
156
|
"component": "prompts",
|
|
197
157
|
"description": "Execute a specific task and its sub-tasks systematically following a Test-Driven Development (TDD) w..."
|
|
198
158
|
},
|
|
199
159
|
"copilot/prompts/explain-code.prompt.md": {
|
|
200
|
-
"hash": "sha256:
|
|
201
|
-
"size":
|
|
202
|
-
"lastModified": "2025-08-
|
|
203
|
-
"version": "0.0.
|
|
160
|
+
"hash": "sha256:40daffe30706a74f9f972d308eb302845e2757f2167e97f9a2a15347684b4e97",
|
|
161
|
+
"size": 8039,
|
|
162
|
+
"lastModified": "2025-08-09T06:09:21.404Z",
|
|
163
|
+
"version": "0.0.7",
|
|
204
164
|
"component": "prompts",
|
|
205
165
|
"description": "Provide comprehensive, AI-powered explanations of code segments, functions, classes, or entire files..."
|
|
206
166
|
},
|
|
207
167
|
"copilot/prompts/initialize.prompt.md": {
|
|
208
168
|
"hash": "sha256:64620cbf52421b35ff10ae76e8dfe93e66a3a7e567a9be7c7544d0084ec3b4eb",
|
|
209
169
|
"size": 2357,
|
|
210
|
-
"lastModified": "2025-08-
|
|
211
|
-
"version": "0.0.
|
|
170
|
+
"lastModified": "2025-08-08T01:52:31.597Z",
|
|
171
|
+
"version": "0.0.7",
|
|
212
172
|
"component": "prompts",
|
|
213
173
|
"description": "Analyze and set up technical foundation for either greenfield (new) or brownfield (existing) project..."
|
|
214
174
|
},
|
|
215
175
|
"copilot/prompts/new-command.prompt.md": {
|
|
216
|
-
"hash": "sha256:
|
|
217
|
-
"size":
|
|
218
|
-
"lastModified": "2025-08-
|
|
219
|
-
"version": "0.0.
|
|
176
|
+
"hash": "sha256:948850c9a737a3d045059ade9648e5e3c21e839e2bd94fd644e41cdef1d1701e",
|
|
177
|
+
"size": 12093,
|
|
178
|
+
"lastModified": "2025-08-08T14:22:16.633Z",
|
|
179
|
+
"version": "0.0.7",
|
|
220
180
|
"component": "prompts",
|
|
221
181
|
"description": "A meta command that creates new Code Captain commands following established patterns and conventions..."
|
|
222
182
|
},
|
|
223
183
|
"copilot/prompts/plan-product.prompt.md": {
|
|
224
184
|
"hash": "sha256:67d11bf06727bcd175bf65e1f784d2685dbac93a57db02fb99670eec2becd0c8",
|
|
225
185
|
"size": 16080,
|
|
226
|
-
"lastModified": "2025-08-
|
|
227
|
-
"version": "0.0.
|
|
186
|
+
"lastModified": "2025-08-08T01:52:31.597Z",
|
|
187
|
+
"version": "0.0.7",
|
|
228
188
|
"component": "prompts",
|
|
229
189
|
"description": "Generate comprehensive product planning documentation using a contract-first approach that establish..."
|
|
230
190
|
},
|
|
231
191
|
"copilot/prompts/research.prompt.md": {
|
|
232
|
-
"hash": "sha256:
|
|
233
|
-
"size":
|
|
234
|
-
"lastModified": "2025-08-
|
|
235
|
-
"version": "0.0.
|
|
192
|
+
"hash": "sha256:2af0a28261e3b94d8336bfffc3ad447ffc20b4f959b979107e16d1c4248c14a0",
|
|
193
|
+
"size": 9678,
|
|
194
|
+
"lastModified": "2025-08-09T06:09:21.399Z",
|
|
195
|
+
"version": "0.0.7",
|
|
236
196
|
"component": "prompts",
|
|
237
197
|
"description": "Conduct systematic research on a topic using structured phases that build upon each other, creating ..."
|
|
238
198
|
},
|
|
239
199
|
"copilot/prompts/status.prompt.md": {
|
|
240
|
-
"hash": "sha256:
|
|
241
|
-
"size":
|
|
242
|
-
"lastModified": "2025-08-
|
|
243
|
-
"version": "0.0.
|
|
200
|
+
"hash": "sha256:3710c9ac707adbdd9dae73496e76b4ee60b20d2e6c80a81efb2245df93f4dda7",
|
|
201
|
+
"size": 13162,
|
|
202
|
+
"lastModified": "2025-08-08T14:22:16.634Z",
|
|
203
|
+
"version": "0.0.7",
|
|
244
204
|
"component": "prompts",
|
|
245
205
|
"description": "Provide developers with a comprehensive status report when starting work or switching context. Analy..."
|
|
246
206
|
},
|
|
247
207
|
"copilot/prompts/swab.prompt.md": {
|
|
248
|
-
"hash": "sha256:
|
|
249
|
-
"size":
|
|
250
|
-
"lastModified": "2025-08-
|
|
251
|
-
"version": "0.0.
|
|
208
|
+
"hash": "sha256:4daa2747d3483b573684280f376fe0dd9829accca2bd505faed8d30d704cf795",
|
|
209
|
+
"size": 6741,
|
|
210
|
+
"lastModified": "2025-08-09T06:12:32.060Z",
|
|
211
|
+
"version": "0.0.7",
|
|
252
212
|
"component": "prompts",
|
|
253
213
|
"description": "A deck-cleaning agent that makes one small, focused improvement to the codebase, following the \"Boy ..."
|
|
254
214
|
},
|
|
255
215
|
"copilot/docs/best-practices.md": {
|
|
256
216
|
"hash": "sha256:727c8ae467010da039c41d013c2557d689bfca16f8a93e6b8744c89fa66e27ba",
|
|
257
217
|
"size": 2177,
|
|
258
|
-
"lastModified": "2025-08-
|
|
259
|
-
"version": "0.0.
|
|
218
|
+
"lastModified": "2025-08-08T01:52:31.594Z",
|
|
219
|
+
"version": "0.0.7",
|
|
260
220
|
"component": "docs",
|
|
261
221
|
"description": "Global development guidelines for Agent OS projects."
|
|
262
222
|
},
|
|
263
223
|
"windsurf/rules/cc.md": {
|
|
264
224
|
"hash": "sha256:795d547f3d62a687054afe41518aacfacc5f72494a108b91e432d1053b316deb",
|
|
265
225
|
"size": 40,
|
|
266
|
-
"lastModified": "2025-08-
|
|
267
|
-
"version": "0.0.
|
|
226
|
+
"lastModified": "2025-08-08T01:52:31.610Z",
|
|
227
|
+
"version": "0.0.7",
|
|
268
228
|
"component": "rules"
|
|
269
229
|
},
|
|
270
230
|
"windsurf/workflows/create-adr.md": {
|
|
271
231
|
"hash": "sha256:17d1a2889fcd9ced02335416ec50a841afe8c1d8774236c94f464ca880ef0c20",
|
|
272
232
|
"size": 10699,
|
|
273
|
-
"lastModified": "2025-08-
|
|
274
|
-
"version": "0.0.
|
|
233
|
+
"lastModified": "2025-08-08T01:52:31.611Z",
|
|
234
|
+
"version": "0.0.7",
|
|
275
235
|
"component": "workflows",
|
|
276
236
|
"description": "Create comprehensive Architecture Decision Records with systematic analysis and structured documentation"
|
|
277
237
|
},
|
|
278
238
|
"windsurf/workflows/create-spec.md": {
|
|
279
239
|
"hash": "sha256:23d4ee94136af3181c571d008b9e92350f0e11dfedb817ea866203e58c2b0137",
|
|
280
240
|
"size": 10864,
|
|
281
|
-
"lastModified": "2025-08-
|
|
282
|
-
"version": "0.0.
|
|
241
|
+
"lastModified": "2025-08-08T01:52:31.611Z",
|
|
242
|
+
"version": "0.0.7",
|
|
283
243
|
"component": "workflows",
|
|
284
244
|
"description": "Generate comprehensive feature specifications using contract-first approach with complete alignment before file creation"
|
|
285
245
|
},
|
|
286
246
|
"windsurf/workflows/edit-spec.md": {
|
|
287
247
|
"hash": "sha256:4644ee2946b3e202c0f0710e8bed6a220869ae1146cba9dac8d89e0fa8d0ce7d",
|
|
288
248
|
"size": 11970,
|
|
289
|
-
"lastModified": "2025-08-
|
|
290
|
-
"version": "0.0.
|
|
249
|
+
"lastModified": "2025-08-08T01:52:31.611Z",
|
|
250
|
+
"version": "0.0.7",
|
|
291
251
|
"component": "workflows",
|
|
292
252
|
"description": "Modify existing feature specifications using contract-first approach with safe change management"
|
|
293
253
|
},
|
|
294
254
|
"windsurf/workflows/execute-task.md": {
|
|
295
255
|
"hash": "sha256:eecc9e1d4359b470c0b4c47cddfd676a404235f159c2670f66c6e733465ed75f",
|
|
296
256
|
"size": 11840,
|
|
297
|
-
"lastModified": "2025-08-
|
|
298
|
-
"version": "0.0.
|
|
257
|
+
"lastModified": "2025-08-08T01:52:31.612Z",
|
|
258
|
+
"version": "0.0.7",
|
|
299
259
|
"component": "workflows",
|
|
300
260
|
"description": "Execute specific tasks systematically following Test-Driven Development workflow with comprehensive testing"
|
|
301
261
|
},
|
|
302
262
|
"windsurf/workflows/explain-code.md": {
|
|
303
|
-
"hash": "sha256:
|
|
304
|
-
"size":
|
|
305
|
-
"lastModified": "2025-08-
|
|
306
|
-
"version": "0.0.
|
|
263
|
+
"hash": "sha256:e01bb7d99fe776ee595c26860ba0008da463dca179db8183035b0f89f956b022",
|
|
264
|
+
"size": 9397,
|
|
265
|
+
"lastModified": "2025-08-09T06:09:21.409Z",
|
|
266
|
+
"version": "0.0.7",
|
|
307
267
|
"component": "workflows",
|
|
308
268
|
"description": "Provide comprehensive AI-powered explanations of code segments, functions, classes, or files with visual diagrams"
|
|
309
269
|
},
|
|
310
270
|
"windsurf/workflows/initialize.md": {
|
|
311
271
|
"hash": "sha256:6a7648a650c709fef1d6a9d91556e070308ed6ae28dfb5ff9de93f7f549c6421",
|
|
312
272
|
"size": 10573,
|
|
313
|
-
"lastModified": "2025-08-
|
|
314
|
-
"version": "0.0.
|
|
273
|
+
"lastModified": "2025-08-08T01:52:31.612Z",
|
|
274
|
+
"version": "0.0.7",
|
|
315
275
|
"component": "workflows",
|
|
316
276
|
"description": "Set up technical foundation and development infrastructure for greenfield or brownfield projects"
|
|
317
277
|
},
|
|
318
278
|
"windsurf/workflows/new-command.md": {
|
|
319
279
|
"hash": "sha256:c5442ae48ed0386c1cfa2e259defba8575f43e9640225d4a9d851da95cf6d5a0",
|
|
320
280
|
"size": 9677,
|
|
321
|
-
"lastModified": "2025-08-
|
|
322
|
-
"version": "0.0.
|
|
281
|
+
"lastModified": "2025-08-08T01:52:31.613Z",
|
|
282
|
+
"version": "0.0.7",
|
|
323
283
|
"component": "workflows",
|
|
324
284
|
"description": "Create new Code Captain workflows following established patterns and conventions for Windsurf"
|
|
325
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
|
+
},
|
|
326
302
|
"windsurf/workflows/status.md": {
|
|
327
303
|
"hash": "sha256:e40da3a17dfe895109656bbf46169844bf27c69c82ef358ec80359bf842d3f7e",
|
|
328
304
|
"size": 6017,
|
|
329
|
-
"lastModified": "2025-08-
|
|
330
|
-
"version": "0.0.
|
|
305
|
+
"lastModified": "2025-08-08T01:52:31.613Z",
|
|
306
|
+
"version": "0.0.7",
|
|
331
307
|
"component": "workflows",
|
|
332
308
|
"description": "Code Captain status report for project orientation and next actions"
|
|
333
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
|
+
},
|
|
334
318
|
"claude-code/agents/code-captain.md": {
|
|
335
|
-
"hash": "sha256:
|
|
336
|
-
"size":
|
|
337
|
-
"lastModified": "2025-08-
|
|
338
|
-
"version": "0.0.
|
|
319
|
+
"hash": "sha256:9a732658dd7abfc7ab3c0d76879e220420bb635bd5983ab00e080236af031e0f",
|
|
320
|
+
"size": 5868,
|
|
321
|
+
"lastModified": "2025-08-08T14:20:15.741Z",
|
|
322
|
+
"version": "0.0.7",
|
|
339
323
|
"component": "agents",
|
|
340
324
|
"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."
|
|
341
325
|
},
|
|
342
326
|
"claude-code/agents/spec-generator.md": {
|
|
343
327
|
"hash": "sha256:ee220ded638b37fe29c519f8b21311b535c871b9d0f276d0cb7a609241bac497",
|
|
344
328
|
"size": 8644,
|
|
345
|
-
"lastModified": "2025-08-
|
|
346
|
-
"version": "0.0.
|
|
329
|
+
"lastModified": "2025-08-08T01:52:31.592Z",
|
|
330
|
+
"version": "0.0.7",
|
|
347
331
|
"component": "agents",
|
|
348
332
|
"description": "Specialized agent for generating core specification documents from locked contracts. Creates spec.md and spec-lite.md files with proper structure and formatting."
|
|
349
333
|
},
|
|
350
334
|
"claude-code/agents/story-creator.md": {
|
|
351
335
|
"hash": "sha256:3968ec61d6530c165d594448ad703ddee9fb4ddc84fe6a414c6ed4fcc836c596",
|
|
352
336
|
"size": 11225,
|
|
353
|
-
"lastModified": "2025-08-
|
|
354
|
-
"version": "0.0.
|
|
337
|
+
"lastModified": "2025-08-08T01:52:31.592Z",
|
|
338
|
+
"version": "0.0.7",
|
|
355
339
|
"component": "agents",
|
|
356
340
|
"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."
|
|
357
341
|
},
|
|
358
342
|
"claude-code/agents/tech-spec.md": {
|
|
359
343
|
"hash": "sha256:22e055c35614ff928c62540eb3459b8841b2f48852d999ab949d35ebc9cdd108",
|
|
360
344
|
"size": 12800,
|
|
361
|
-
"lastModified": "2025-08-
|
|
362
|
-
"version": "0.0.
|
|
345
|
+
"lastModified": "2025-08-08T01:52:31.593Z",
|
|
346
|
+
"version": "0.0.7",
|
|
363
347
|
"component": "agents",
|
|
364
348
|
"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."
|
|
365
349
|
},
|
|
366
350
|
"claude-code/commands/cc-initialize.md": {
|
|
367
351
|
"hash": "sha256:7c94db2c53c3b937377074d1ef272cdc9b026ebb108c68770c4836f476a7abdc",
|
|
368
352
|
"size": 15817,
|
|
369
|
-
"lastModified": "2025-08-
|
|
370
|
-
"version": "0.0.
|
|
353
|
+
"lastModified": "2025-08-08T01:52:31.593Z",
|
|
354
|
+
"version": "0.0.7",
|
|
371
355
|
"component": "claude-commands",
|
|
372
356
|
"description": "Set up technical foundation and development infrastructure by detecting if this is a greenfield (new..."
|
|
373
357
|
}
|
|
374
358
|
},
|
|
375
359
|
"changelog": {
|
|
376
|
-
"0.0.
|
|
377
|
-
"date": "2025-08-
|
|
360
|
+
"0.0.7": {
|
|
361
|
+
"date": "2025-08-09",
|
|
378
362
|
"changes": []
|
|
379
363
|
}
|
|
380
364
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devobsessed/code-captain",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Unified AI Development Agent System with intelligent change detection",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -9,7 +9,11 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"manifest": "node scripts/build-manifest.js",
|
|
11
11
|
"dry-run": "npm publish --dry-run",
|
|
12
|
-
"
|
|
12
|
+
"self": "cross-env CC_LOCAL_SOURCE=. node bin/install.js",
|
|
13
|
+
"test": "vitest run",
|
|
14
|
+
"test:watch": "vitest --watch",
|
|
15
|
+
"test:ui": "vitest --ui",
|
|
16
|
+
"analyze-tokens": "node scripts/analyze-token-counts.js"
|
|
13
17
|
},
|
|
14
18
|
"keywords": [
|
|
15
19
|
"ai",
|
|
@@ -35,6 +39,12 @@
|
|
|
35
39
|
"node-fetch": "~3.3.1",
|
|
36
40
|
"ora": "~7.0.1"
|
|
37
41
|
},
|
|
42
|
+
"devDependencies": {
|
|
43
|
+
"cross-env": "^7.0.3",
|
|
44
|
+
"vitest": "^2.0.0",
|
|
45
|
+
"gray-matter": "^4.0.3",
|
|
46
|
+
"fast-glob": "^3.3.0"
|
|
47
|
+
},
|
|
38
48
|
"files": [
|
|
39
49
|
"bin/",
|
|
40
50
|
"cursor/",
|
|
@@ -171,16 +171,12 @@ _Generated by Code Captain on [timestamp]_
|
|
|
171
171
|
|
|
172
172
|
### Step 6: Date Determination
|
|
173
173
|
|
|
174
|
-
**Primary method -
|
|
175
|
-
1.
|
|
176
|
-
2.
|
|
177
|
-
3. Read file creation timestamp from filesystem
|
|
178
|
-
4. Extract date in YYYY-MM-DD format
|
|
179
|
-
5. Delete temporary file
|
|
180
|
-
6. Store date for file naming
|
|
174
|
+
**Primary method - System clock:**
|
|
175
|
+
1. Read the current UTC date from the system clock and format as `YYYY-MM-DD`.
|
|
176
|
+
2. Store it for naming: `.code-captain/explanations/[DATE]-[target-name].md`
|
|
181
177
|
|
|
182
178
|
**Fallback method - User confirmation:**
|
|
183
|
-
If
|
|
179
|
+
If system clock access isn't available:
|
|
184
180
|
1. Ask user: "What is today's date? (YYYY-MM-DD format)"
|
|
185
181
|
2. Validate format matches `^\d{4}-\d{2}-\d{2}$`
|
|
186
182
|
3. Store date for file naming
|