create-harness-vibe-coding 0.8.13 → 0.8.17

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 (133) hide show
  1. package/CHANGELOG.md +174 -0
  2. package/README-CN.md +110 -107
  3. package/README.md +93 -44
  4. package/package.json +2 -1
  5. package/src/generator.js +609 -489
  6. package/src/index.js +5 -5
  7. package/templates/common/.claude/agents/architect-manager.md +1 -0
  8. package/templates/common/.claude/agents/architect.md +2 -1
  9. package/templates/common/.claude/agents/codebase-explorer.md +1 -0
  10. package/templates/common/.claude/agents/context-master.md +2 -1
  11. package/templates/common/.claude/agents/debugger.md +1 -0
  12. package/templates/common/.claude/agents/docs-researcher.md +2 -1
  13. package/templates/common/.claude/agents/explore-manager.md +1 -0
  14. package/templates/common/.claude/agents/implement-manager.md +1 -0
  15. package/templates/common/.claude/agents/implementer.md +1 -0
  16. package/templates/common/.claude/agents/memory-master.md +2 -1
  17. package/templates/common/.claude/agents/planner.md +3 -2
  18. package/templates/common/.claude/agents/reflector.md +1 -0
  19. package/templates/common/.claude/agents/researcher.md +1 -0
  20. package/templates/common/.claude/agents/review-manager.md +1 -0
  21. package/templates/common/.claude/agents/reviewer.md +2 -1
  22. package/templates/common/.claude/agents/task-scribe.md +1 -0
  23. package/templates/common/.claude/agents/tdd-guide.md +5 -4
  24. package/templates/common/.claude/agents/test-writer.md +6 -5
  25. package/templates/common/.claude/agents/verifier.md +1 -0
  26. package/templates/common/.claude/commands/wf-auto-spark.md +16 -0
  27. package/templates/common/.claude/commands/wf-auto.md +16 -0
  28. package/templates/{optional/skills/browser-e2e/.opencode → common/.claude}/commands/wf-browser.md +3 -2
  29. package/templates/common/.claude/commands/wf-help.md +9 -5
  30. package/templates/common/.claude/commands/wf-learn.md +16 -0
  31. package/templates/common/.claude/commands/wf-max.md +20 -0
  32. package/templates/common/.claude/commands/wf-readme.md +16 -0
  33. package/templates/common/.claude/commands/wf-remove.md +16 -0
  34. package/templates/common/.claude/commands/wf-review.md +16 -0
  35. package/templates/common/.claude/commands/wf-update.md +68 -10
  36. package/templates/common/.claude/commands/wf.md +16 -0
  37. package/templates/common/.claude/rules/ecc/common.md +6 -5
  38. package/templates/common/.claude/skills/subagent-orchestrator/SKILL.md +12 -6
  39. package/templates/common/.claude/skills/tdd/SKILL.md +5 -5
  40. package/templates/common/.claude/skills/wf/SKILL.md +13 -5
  41. package/templates/common/.claude/skills/wf-agents-docs/SKILL.md +119 -0
  42. package/templates/common/.claude/skills/wf-auto/SKILL.md +27 -7
  43. package/templates/common/.claude/skills/wf-auto-spark/SKILL.md +12 -5
  44. package/templates/common/.claude/skills/wf-browser/SKILL.md +176 -0
  45. package/templates/common/.claude/skills/wf-help/SKILL.md +30 -0
  46. package/templates/common/.claude/skills/wf-learn/SKILL.md +6 -0
  47. package/templates/common/.claude/skills/wf-max/SKILL.md +43 -14
  48. package/templates/common/.claude/skills/wf-readme/SKILL.md +8 -2
  49. package/templates/common/.claude/skills/wf-remove/SKILL.md +6 -0
  50. package/templates/common/.claude/skills/wf-review/SKILL.md +10 -3
  51. package/templates/common/.claude/skills/wf-update/SKILL.md +41 -4
  52. package/templates/common/.codex/config.toml +3 -5
  53. package/templates/common/.harness-version +326 -131
  54. package/templates/common/.opencode/agents/architect-manager.md +8 -1
  55. package/templates/common/.opencode/agents/architect.md +2 -1
  56. package/templates/common/.opencode/agents/codebase-explorer.md +1 -0
  57. package/templates/common/.opencode/agents/context-master.md +2 -1
  58. package/templates/common/.opencode/agents/debugger.md +1 -0
  59. package/templates/common/.opencode/agents/docs-researcher.md +2 -1
  60. package/templates/common/.opencode/agents/explore-manager.md +11 -1
  61. package/templates/common/.opencode/agents/implement-manager.md +6 -3
  62. package/templates/common/.opencode/agents/implementer.md +1 -0
  63. package/templates/common/.opencode/agents/memory-master.md +2 -1
  64. package/templates/common/.opencode/agents/planner.md +3 -2
  65. package/templates/common/.opencode/agents/reflector.md +1 -0
  66. package/templates/common/.opencode/agents/researcher.md +1 -0
  67. package/templates/common/.opencode/agents/review-manager.md +6 -2
  68. package/templates/common/.opencode/agents/reviewer.md +2 -1
  69. package/templates/common/.opencode/agents/task-scribe.md +1 -0
  70. package/templates/common/.opencode/agents/tdd-guide.md +5 -4
  71. package/templates/common/.opencode/agents/test-writer.md +6 -5
  72. package/templates/common/.opencode/agents/verifier.md +1 -0
  73. package/templates/common/.opencode/commands/wf-auto-spark.md +3 -2
  74. package/templates/common/.opencode/commands/wf-auto.md +3 -2
  75. package/templates/common/.opencode/commands/wf-browser.md +16 -0
  76. package/templates/common/.opencode/commands/wf-help.md +9 -5
  77. package/templates/common/.opencode/commands/wf-learn.md +3 -2
  78. package/templates/common/.opencode/commands/wf-max.md +12 -6
  79. package/templates/common/.opencode/commands/wf-readme.md +3 -2
  80. package/templates/common/.opencode/commands/wf-remove.md +3 -2
  81. package/templates/common/.opencode/commands/wf-review.md +3 -2
  82. package/templates/common/.opencode/commands/wf-update.md +68 -10
  83. package/templates/common/.opencode/commands/wf.md +3 -2
  84. package/templates/common/CLAUDE.md +15 -13
  85. package/templates/common/Harness/MEMORY.md +24 -21
  86. package/templates/common/Harness/README.md +50 -47
  87. package/templates/common/Harness/ownership.manifest.json +878 -0
  88. package/templates/common/Harness/{architecture.md → project/architecture.md} +1 -1
  89. package/templates/common/Harness/research/README.md +3 -3
  90. package/templates/common/Harness/scripts/archive-tasks.mjs +12 -220
  91. package/templates/common/Harness/scripts/context-budget.mjs +95 -0
  92. package/templates/common/Harness/scripts/l2-cache-telemetry.mjs +703 -0
  93. package/templates/common/Harness/scripts/scan-clean.mjs +16 -12
  94. package/templates/common/Harness/scripts/task-state.mjs +889 -0
  95. package/templates/common/Harness/scripts/validate-harness.mjs +553 -191
  96. package/templates/common/Harness/scripts/wf-remove.mjs +61 -35
  97. package/templates/common/Harness/scripts/wf-update-check.mjs +358 -45
  98. package/templates/common/Harness/settings.json +43 -0
  99. package/templates/common/Harness/{ECC-GUIDE.md → specs/guides/ECC-GUIDE.md} +4 -4
  100. package/templates/common/Harness/{SETUP.md → specs/guides/SETUP.md} +34 -37
  101. package/templates/common/Harness/{extension.md → specs/guides/extension.md} +3 -3
  102. package/templates/common/Harness/{lifecycle.md → specs/guides/lifecycle.md} +2 -2
  103. package/templates/common/Harness/specs/protocols/TASK_ARCHIVE.md +76 -0
  104. package/templates/common/Harness/{agent-workflow.md → specs/runtime/agent-workflow.md} +6 -6
  105. package/templates/common/Harness/{context-loading.md → specs/runtime/context-loading.md} +85 -21
  106. package/templates/common/Harness/{dispatch.md → specs/runtime/dispatch.md} +4 -3
  107. package/templates/common/Harness/{subagents.md → specs/runtime/subagents.md} +19 -10
  108. package/templates/common/Harness/{WF-AUTO-SPARK.md → specs/workflows/WF-AUTO-SPARK.md} +2 -2
  109. package/templates/common/Harness/{WF-AUTO.md → specs/workflows/WF-AUTO.md} +12 -7
  110. package/templates/common/Harness/{WF-KERNEL.md → specs/workflows/WF-KERNEL.md} +11 -1
  111. package/templates/common/Harness/{WF-MAX.md → specs/workflows/WF-MAX.md} +40 -7
  112. package/templates/common/Harness/specs/workflows/WF-STATE.md +141 -0
  113. package/templates/common/Harness/{WF.md → specs/workflows/WF.md} +12 -1
  114. package/templates/common/README.md +8 -6
  115. package/templates/common/memory/startup-hints.md +19 -17
  116. package/templates/common/opencode.json +1 -0
  117. package/templates/optional/catalog.json +2 -9
  118. package/templates/optional/skills/github-pr-review/.claude/skills/github-pr-review/SKILL.md +1 -1
  119. package/templates/optional/skills/python-backend/.claude/skills/python-backend/SKILL.md +1 -1
  120. package/templates/optional/skills/ts-react-frontend/.claude/skills/ts-react-frontend/SKILL.md +1 -1
  121. package/templates/optional/skills/ui-ux-review/.claude/skills/ui-ux-review/SKILL.md +1 -1
  122. package/templates/common/Harness/TASK_ARCHIVE.md +0 -56
  123. package/templates/common/Harness/WF-STATE.md +0 -83
  124. package/templates/optional/skills/browser-e2e/.claude/skills/browser-e2e/SKILL.md +0 -42
  125. package/templates/optional/skills/browser-e2e/.claude/skills/wf-browser/SKILL.md +0 -194
  126. package/templates/optional/skills/browser-e2e/Harness/workflows/browser-e2e.md +0 -119
  127. /package/templates/common/Harness/{ACCEPTANCE_PROTOCOL.md → specs/protocols/ACCEPTANCE_PROTOCOL.md} +0 -0
  128. /package/templates/common/Harness/{AGENT_ISOLATION.md → specs/protocols/AGENT_ISOLATION.md} +0 -0
  129. /package/templates/common/Harness/{DEBUG_PROTOCOL.md → specs/protocols/DEBUG_PROTOCOL.md} +0 -0
  130. /package/templates/common/Harness/{HARNESS_BRIDGE.md → specs/protocols/HARNESS_BRIDGE.md} +0 -0
  131. /package/templates/common/Harness/{MEMORY_PROTOCOL.md → specs/protocols/MEMORY_PROTOCOL.md} +0 -0
  132. /package/templates/common/Harness/{TDD-GUIDE.md → specs/protocols/TDD-GUIDE.md} +0 -0
  133. /package/templates/common/Harness/{WF-AUTO-ANGLES.md → specs/workflows/WF-AUTO-ANGLES.md} +0 -0
@@ -0,0 +1,878 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "generator": "0.8.17",
4
+ "source": "https://raw.githubusercontent.com/LiWeny16/create-harness-vibe-coding/main/templates/common/",
5
+ "generated": "2026-07-26T09:26:35.146Z",
6
+ "preserve": [
7
+ "Harness/PROGRESS.md",
8
+ "Harness/tasks/**",
9
+ "Harness/memory/**",
10
+ "Harness/research/PRD.md",
11
+ "Harness/research/research-results.md",
12
+ "Harness/architecture.md",
13
+ "Harness/project/architecture.md",
14
+ "README.md",
15
+ "package.json",
16
+ "package-lock.json",
17
+ ".gitignore"
18
+ ],
19
+ "merge": [
20
+ "CLAUDE.md",
21
+ "AGENTS.md",
22
+ "MEMORY.md",
23
+ "Harness/MEMORY.md",
24
+ "Harness/README.md",
25
+ "Harness/settings.json"
26
+ ],
27
+ "bootstrapOnly": [],
28
+ "moves": [
29
+ {
30
+ "from": "Harness/architecture.md",
31
+ "to": "Harness/project/architecture.md",
32
+ "deleteOldIfChecksumMatches": true,
33
+ "preserveOldIfModified": true
34
+ },
35
+ {
36
+ "from": "Harness/ACCEPTANCE_PROTOCOL.md",
37
+ "to": "Harness/specs/protocols/ACCEPTANCE_PROTOCOL.md",
38
+ "deleteOldIfChecksumMatches": true,
39
+ "preserveOldIfModified": true
40
+ },
41
+ {
42
+ "from": "Harness/AGENT_ISOLATION.md",
43
+ "to": "Harness/specs/protocols/AGENT_ISOLATION.md",
44
+ "deleteOldIfChecksumMatches": true,
45
+ "preserveOldIfModified": true
46
+ },
47
+ {
48
+ "from": "Harness/DEBUG_PROTOCOL.md",
49
+ "to": "Harness/specs/protocols/DEBUG_PROTOCOL.md",
50
+ "deleteOldIfChecksumMatches": true,
51
+ "preserveOldIfModified": true
52
+ },
53
+ {
54
+ "from": "Harness/HARNESS_BRIDGE.md",
55
+ "to": "Harness/specs/protocols/HARNESS_BRIDGE.md",
56
+ "deleteOldIfChecksumMatches": true,
57
+ "preserveOldIfModified": true
58
+ },
59
+ {
60
+ "from": "Harness/MEMORY_PROTOCOL.md",
61
+ "to": "Harness/specs/protocols/MEMORY_PROTOCOL.md",
62
+ "deleteOldIfChecksumMatches": true,
63
+ "preserveOldIfModified": true
64
+ },
65
+ {
66
+ "from": "Harness/TASK_ARCHIVE.md",
67
+ "to": "Harness/specs/protocols/TASK_ARCHIVE.md",
68
+ "deleteOldIfChecksumMatches": true,
69
+ "preserveOldIfModified": true
70
+ },
71
+ {
72
+ "from": "Harness/TDD-GUIDE.md",
73
+ "to": "Harness/specs/protocols/TDD-GUIDE.md",
74
+ "deleteOldIfChecksumMatches": true,
75
+ "preserveOldIfModified": true
76
+ },
77
+ {
78
+ "from": "Harness/agent-workflow.md",
79
+ "to": "Harness/specs/runtime/agent-workflow.md",
80
+ "deleteOldIfChecksumMatches": true,
81
+ "preserveOldIfModified": true
82
+ },
83
+ {
84
+ "from": "Harness/context-loading.md",
85
+ "to": "Harness/specs/runtime/context-loading.md",
86
+ "deleteOldIfChecksumMatches": true,
87
+ "preserveOldIfModified": true
88
+ },
89
+ {
90
+ "from": "Harness/dispatch.md",
91
+ "to": "Harness/specs/runtime/dispatch.md",
92
+ "deleteOldIfChecksumMatches": true,
93
+ "preserveOldIfModified": true
94
+ },
95
+ {
96
+ "from": "Harness/subagents.md",
97
+ "to": "Harness/specs/runtime/subagents.md",
98
+ "deleteOldIfChecksumMatches": true,
99
+ "preserveOldIfModified": true
100
+ },
101
+ {
102
+ "from": "Harness/ECC-GUIDE.md",
103
+ "to": "Harness/specs/guides/ECC-GUIDE.md",
104
+ "deleteOldIfChecksumMatches": true,
105
+ "preserveOldIfModified": true
106
+ },
107
+ {
108
+ "from": "Harness/SETUP.md",
109
+ "to": "Harness/specs/guides/SETUP.md",
110
+ "deleteOldIfChecksumMatches": true,
111
+ "preserveOldIfModified": true
112
+ },
113
+ {
114
+ "from": "Harness/extension.md",
115
+ "to": "Harness/specs/guides/extension.md",
116
+ "deleteOldIfChecksumMatches": true,
117
+ "preserveOldIfModified": true
118
+ },
119
+ {
120
+ "from": "Harness/lifecycle.md",
121
+ "to": "Harness/specs/guides/lifecycle.md",
122
+ "deleteOldIfChecksumMatches": true,
123
+ "preserveOldIfModified": true
124
+ },
125
+ {
126
+ "from": "Harness/WF-AUTO-ANGLES.md",
127
+ "to": "Harness/specs/workflows/WF-AUTO-ANGLES.md",
128
+ "deleteOldIfChecksumMatches": true,
129
+ "preserveOldIfModified": true
130
+ },
131
+ {
132
+ "from": "Harness/WF-AUTO-SPARK.md",
133
+ "to": "Harness/specs/workflows/WF-AUTO-SPARK.md",
134
+ "deleteOldIfChecksumMatches": true,
135
+ "preserveOldIfModified": true
136
+ },
137
+ {
138
+ "from": "Harness/WF-AUTO.md",
139
+ "to": "Harness/specs/workflows/WF-AUTO.md",
140
+ "deleteOldIfChecksumMatches": true,
141
+ "preserveOldIfModified": true
142
+ },
143
+ {
144
+ "from": "Harness/WF-KERNEL.md",
145
+ "to": "Harness/specs/workflows/WF-KERNEL.md",
146
+ "deleteOldIfChecksumMatches": true,
147
+ "preserveOldIfModified": true
148
+ },
149
+ {
150
+ "from": "Harness/WF-MAX.md",
151
+ "to": "Harness/specs/workflows/WF-MAX.md",
152
+ "deleteOldIfChecksumMatches": true,
153
+ "preserveOldIfModified": true
154
+ },
155
+ {
156
+ "from": "Harness/WF-STATE.md",
157
+ "to": "Harness/specs/workflows/WF-STATE.md",
158
+ "deleteOldIfChecksumMatches": true,
159
+ "preserveOldIfModified": true
160
+ },
161
+ {
162
+ "from": "Harness/WF.md",
163
+ "to": "Harness/specs/workflows/WF.md",
164
+ "deleteOldIfChecksumMatches": true,
165
+ "preserveOldIfModified": true
166
+ }
167
+ ],
168
+ "frameworkOwned": [
169
+ {
170
+ "path": ".agents/skills/subagent-orchestrator/SKILL.md",
171
+ "kind": "skill",
172
+ "overwrite": "safe"
173
+ },
174
+ {
175
+ "path": ".agents/skills/tdd/SKILL.md",
176
+ "kind": "skill",
177
+ "overwrite": "safe"
178
+ },
179
+ {
180
+ "path": ".agents/skills/wf-agents-docs/SKILL.md",
181
+ "kind": "skill",
182
+ "overwrite": "safe"
183
+ },
184
+ {
185
+ "path": ".agents/skills/wf-auto-spark/SKILL.md",
186
+ "kind": "skill",
187
+ "overwrite": "safe"
188
+ },
189
+ {
190
+ "path": ".agents/skills/wf-auto/SKILL.md",
191
+ "kind": "skill",
192
+ "overwrite": "safe"
193
+ },
194
+ {
195
+ "path": ".agents/skills/wf-browser/SKILL.md",
196
+ "kind": "skill",
197
+ "overwrite": "safe"
198
+ },
199
+ {
200
+ "path": ".agents/skills/wf-help/SKILL.md",
201
+ "kind": "skill",
202
+ "overwrite": "safe"
203
+ },
204
+ {
205
+ "path": ".agents/skills/wf-learn/SKILL.md",
206
+ "kind": "skill",
207
+ "overwrite": "safe"
208
+ },
209
+ {
210
+ "path": ".agents/skills/wf-max/SKILL.md",
211
+ "kind": "skill",
212
+ "overwrite": "safe"
213
+ },
214
+ {
215
+ "path": ".agents/skills/wf-readme/SKILL.md",
216
+ "kind": "skill",
217
+ "overwrite": "safe"
218
+ },
219
+ {
220
+ "path": ".agents/skills/wf-remove/SKILL.md",
221
+ "kind": "skill",
222
+ "overwrite": "safe"
223
+ },
224
+ {
225
+ "path": ".agents/skills/wf-review/SKILL.md",
226
+ "kind": "skill",
227
+ "overwrite": "safe"
228
+ },
229
+ {
230
+ "path": ".agents/skills/wf-update/SKILL.md",
231
+ "kind": "skill",
232
+ "overwrite": "safe"
233
+ },
234
+ {
235
+ "path": ".agents/skills/wf/SKILL.md",
236
+ "kind": "skill",
237
+ "overwrite": "safe"
238
+ },
239
+ {
240
+ "path": ".claude/agents/architect-manager.md",
241
+ "kind": "agent",
242
+ "overwrite": "safe"
243
+ },
244
+ {
245
+ "path": ".claude/agents/architect.md",
246
+ "kind": "agent",
247
+ "overwrite": "safe"
248
+ },
249
+ {
250
+ "path": ".claude/agents/codebase-explorer.md",
251
+ "kind": "agent",
252
+ "overwrite": "safe"
253
+ },
254
+ {
255
+ "path": ".claude/agents/context-master.md",
256
+ "kind": "agent",
257
+ "overwrite": "safe"
258
+ },
259
+ {
260
+ "path": ".claude/agents/debugger.md",
261
+ "kind": "agent",
262
+ "overwrite": "safe"
263
+ },
264
+ {
265
+ "path": ".claude/agents/docs-researcher.md",
266
+ "kind": "agent",
267
+ "overwrite": "safe"
268
+ },
269
+ {
270
+ "path": ".claude/agents/explore-manager.md",
271
+ "kind": "agent",
272
+ "overwrite": "safe"
273
+ },
274
+ {
275
+ "path": ".claude/agents/implement-manager.md",
276
+ "kind": "agent",
277
+ "overwrite": "safe"
278
+ },
279
+ {
280
+ "path": ".claude/agents/implementer.md",
281
+ "kind": "agent",
282
+ "overwrite": "safe"
283
+ },
284
+ {
285
+ "path": ".claude/agents/memory-master.md",
286
+ "kind": "agent",
287
+ "overwrite": "safe"
288
+ },
289
+ {
290
+ "path": ".claude/agents/planner.md",
291
+ "kind": "agent",
292
+ "overwrite": "safe"
293
+ },
294
+ {
295
+ "path": ".claude/agents/reflector.md",
296
+ "kind": "agent",
297
+ "overwrite": "safe"
298
+ },
299
+ {
300
+ "path": ".claude/agents/researcher.md",
301
+ "kind": "agent",
302
+ "overwrite": "safe"
303
+ },
304
+ {
305
+ "path": ".claude/agents/review-manager.md",
306
+ "kind": "agent",
307
+ "overwrite": "safe"
308
+ },
309
+ {
310
+ "path": ".claude/agents/reviewer.md",
311
+ "kind": "agent",
312
+ "overwrite": "safe"
313
+ },
314
+ {
315
+ "path": ".claude/agents/task-scribe.md",
316
+ "kind": "agent",
317
+ "overwrite": "safe"
318
+ },
319
+ {
320
+ "path": ".claude/agents/tdd-guide.md",
321
+ "kind": "agent",
322
+ "overwrite": "safe"
323
+ },
324
+ {
325
+ "path": ".claude/agents/test-writer.md",
326
+ "kind": "agent",
327
+ "overwrite": "safe"
328
+ },
329
+ {
330
+ "path": ".claude/agents/verifier.md",
331
+ "kind": "agent",
332
+ "overwrite": "safe"
333
+ },
334
+ {
335
+ "path": ".claude/commands/wf-auto-spark.md",
336
+ "kind": "command",
337
+ "overwrite": "safe"
338
+ },
339
+ {
340
+ "path": ".claude/commands/wf-auto.md",
341
+ "kind": "command",
342
+ "overwrite": "safe"
343
+ },
344
+ {
345
+ "path": ".claude/commands/wf-browser.md",
346
+ "kind": "command",
347
+ "overwrite": "safe"
348
+ },
349
+ {
350
+ "path": ".claude/commands/wf-help.md",
351
+ "kind": "command",
352
+ "overwrite": "safe"
353
+ },
354
+ {
355
+ "path": ".claude/commands/wf-learn.md",
356
+ "kind": "command",
357
+ "overwrite": "safe"
358
+ },
359
+ {
360
+ "path": ".claude/commands/wf-max.md",
361
+ "kind": "command",
362
+ "overwrite": "safe"
363
+ },
364
+ {
365
+ "path": ".claude/commands/wf-readme.md",
366
+ "kind": "command",
367
+ "overwrite": "safe"
368
+ },
369
+ {
370
+ "path": ".claude/commands/wf-remove.md",
371
+ "kind": "command",
372
+ "overwrite": "safe"
373
+ },
374
+ {
375
+ "path": ".claude/commands/wf-review.md",
376
+ "kind": "command",
377
+ "overwrite": "safe"
378
+ },
379
+ {
380
+ "path": ".claude/commands/wf-update.md",
381
+ "kind": "command",
382
+ "overwrite": "safe"
383
+ },
384
+ {
385
+ "path": ".claude/commands/wf.md",
386
+ "kind": "command",
387
+ "overwrite": "safe"
388
+ },
389
+ {
390
+ "path": ".claude/rules/ecc/common.md",
391
+ "kind": "config",
392
+ "overwrite": "safe"
393
+ },
394
+ {
395
+ "path": ".claude/settings.json",
396
+ "kind": "config",
397
+ "overwrite": "safe"
398
+ },
399
+ {
400
+ "path": ".claude/skills/subagent-orchestrator/SKILL.md",
401
+ "kind": "skill",
402
+ "overwrite": "safe"
403
+ },
404
+ {
405
+ "path": ".claude/skills/tdd/SKILL.md",
406
+ "kind": "skill",
407
+ "overwrite": "safe"
408
+ },
409
+ {
410
+ "path": ".claude/skills/wf-agents-docs/SKILL.md",
411
+ "kind": "skill",
412
+ "overwrite": "safe"
413
+ },
414
+ {
415
+ "path": ".claude/skills/wf-auto-spark/SKILL.md",
416
+ "kind": "skill",
417
+ "overwrite": "safe"
418
+ },
419
+ {
420
+ "path": ".claude/skills/wf-auto/SKILL.md",
421
+ "kind": "skill",
422
+ "overwrite": "safe"
423
+ },
424
+ {
425
+ "path": ".claude/skills/wf-browser/SKILL.md",
426
+ "kind": "skill",
427
+ "overwrite": "safe"
428
+ },
429
+ {
430
+ "path": ".claude/skills/wf-help/SKILL.md",
431
+ "kind": "skill",
432
+ "overwrite": "safe"
433
+ },
434
+ {
435
+ "path": ".claude/skills/wf-learn/SKILL.md",
436
+ "kind": "skill",
437
+ "overwrite": "safe"
438
+ },
439
+ {
440
+ "path": ".claude/skills/wf-max/SKILL.md",
441
+ "kind": "skill",
442
+ "overwrite": "safe"
443
+ },
444
+ {
445
+ "path": ".claude/skills/wf-readme/SKILL.md",
446
+ "kind": "skill",
447
+ "overwrite": "safe"
448
+ },
449
+ {
450
+ "path": ".claude/skills/wf-remove/SKILL.md",
451
+ "kind": "skill",
452
+ "overwrite": "safe"
453
+ },
454
+ {
455
+ "path": ".claude/skills/wf-review/SKILL.md",
456
+ "kind": "skill",
457
+ "overwrite": "safe"
458
+ },
459
+ {
460
+ "path": ".claude/skills/wf-update/SKILL.md",
461
+ "kind": "skill",
462
+ "overwrite": "safe"
463
+ },
464
+ {
465
+ "path": ".claude/skills/wf/SKILL.md",
466
+ "kind": "skill",
467
+ "overwrite": "safe"
468
+ },
469
+ {
470
+ "path": ".codex/config.toml",
471
+ "kind": "config",
472
+ "overwrite": "safe"
473
+ },
474
+ {
475
+ "path": ".codex/hooks.json",
476
+ "kind": "config",
477
+ "overwrite": "safe"
478
+ },
479
+ {
480
+ "path": ".opencode/agents/architect-manager.md",
481
+ "kind": "agent",
482
+ "overwrite": "safe"
483
+ },
484
+ {
485
+ "path": ".opencode/agents/architect.md",
486
+ "kind": "agent",
487
+ "overwrite": "safe"
488
+ },
489
+ {
490
+ "path": ".opencode/agents/codebase-explorer.md",
491
+ "kind": "agent",
492
+ "overwrite": "safe"
493
+ },
494
+ {
495
+ "path": ".opencode/agents/context-master.md",
496
+ "kind": "agent",
497
+ "overwrite": "safe"
498
+ },
499
+ {
500
+ "path": ".opencode/agents/debugger.md",
501
+ "kind": "agent",
502
+ "overwrite": "safe"
503
+ },
504
+ {
505
+ "path": ".opencode/agents/docs-researcher.md",
506
+ "kind": "agent",
507
+ "overwrite": "safe"
508
+ },
509
+ {
510
+ "path": ".opencode/agents/explore-manager.md",
511
+ "kind": "agent",
512
+ "overwrite": "safe"
513
+ },
514
+ {
515
+ "path": ".opencode/agents/implement-manager.md",
516
+ "kind": "agent",
517
+ "overwrite": "safe"
518
+ },
519
+ {
520
+ "path": ".opencode/agents/implementer.md",
521
+ "kind": "agent",
522
+ "overwrite": "safe"
523
+ },
524
+ {
525
+ "path": ".opencode/agents/memory-master.md",
526
+ "kind": "agent",
527
+ "overwrite": "safe"
528
+ },
529
+ {
530
+ "path": ".opencode/agents/planner.md",
531
+ "kind": "agent",
532
+ "overwrite": "safe"
533
+ },
534
+ {
535
+ "path": ".opencode/agents/reflector.md",
536
+ "kind": "agent",
537
+ "overwrite": "safe"
538
+ },
539
+ {
540
+ "path": ".opencode/agents/researcher.md",
541
+ "kind": "agent",
542
+ "overwrite": "safe"
543
+ },
544
+ {
545
+ "path": ".opencode/agents/review-manager.md",
546
+ "kind": "agent",
547
+ "overwrite": "safe"
548
+ },
549
+ {
550
+ "path": ".opencode/agents/reviewer.md",
551
+ "kind": "agent",
552
+ "overwrite": "safe"
553
+ },
554
+ {
555
+ "path": ".opencode/agents/task-scribe.md",
556
+ "kind": "agent",
557
+ "overwrite": "safe"
558
+ },
559
+ {
560
+ "path": ".opencode/agents/tdd-guide.md",
561
+ "kind": "agent",
562
+ "overwrite": "safe"
563
+ },
564
+ {
565
+ "path": ".opencode/agents/test-writer.md",
566
+ "kind": "agent",
567
+ "overwrite": "safe"
568
+ },
569
+ {
570
+ "path": ".opencode/agents/verifier.md",
571
+ "kind": "agent",
572
+ "overwrite": "safe"
573
+ },
574
+ {
575
+ "path": ".opencode/commands/wf-auto-spark.md",
576
+ "kind": "command",
577
+ "overwrite": "safe"
578
+ },
579
+ {
580
+ "path": ".opencode/commands/wf-auto.md",
581
+ "kind": "command",
582
+ "overwrite": "safe"
583
+ },
584
+ {
585
+ "path": ".opencode/commands/wf-browser.md",
586
+ "kind": "command",
587
+ "overwrite": "safe"
588
+ },
589
+ {
590
+ "path": ".opencode/commands/wf-help.md",
591
+ "kind": "command",
592
+ "overwrite": "safe"
593
+ },
594
+ {
595
+ "path": ".opencode/commands/wf-learn.md",
596
+ "kind": "command",
597
+ "overwrite": "safe"
598
+ },
599
+ {
600
+ "path": ".opencode/commands/wf-max.md",
601
+ "kind": "command",
602
+ "overwrite": "safe"
603
+ },
604
+ {
605
+ "path": ".opencode/commands/wf-readme.md",
606
+ "kind": "command",
607
+ "overwrite": "safe"
608
+ },
609
+ {
610
+ "path": ".opencode/commands/wf-remove.md",
611
+ "kind": "command",
612
+ "overwrite": "safe"
613
+ },
614
+ {
615
+ "path": ".opencode/commands/wf-review.md",
616
+ "kind": "command",
617
+ "overwrite": "safe"
618
+ },
619
+ {
620
+ "path": ".opencode/commands/wf-update.md",
621
+ "kind": "command",
622
+ "overwrite": "safe"
623
+ },
624
+ {
625
+ "path": ".opencode/commands/wf.md",
626
+ "kind": "command",
627
+ "overwrite": "safe"
628
+ },
629
+ {
630
+ "path": ".opencode/plugins/harness-wf-status.mjs",
631
+ "kind": "config",
632
+ "overwrite": "safe"
633
+ },
634
+ {
635
+ "path": "Harness/ownership.manifest.json",
636
+ "kind": "config",
637
+ "overwrite": "safe"
638
+ },
639
+ {
640
+ "path": "Harness/research/README.md",
641
+ "kind": "config",
642
+ "overwrite": "safe"
643
+ },
644
+ {
645
+ "path": "Harness/scripts/archive-tasks.mjs",
646
+ "kind": "script",
647
+ "overwrite": "safe"
648
+ },
649
+ {
650
+ "path": "Harness/scripts/context-budget.mjs",
651
+ "kind": "script",
652
+ "overwrite": "safe"
653
+ },
654
+ {
655
+ "path": "Harness/scripts/l2-cache-telemetry.mjs",
656
+ "kind": "script",
657
+ "overwrite": "safe"
658
+ },
659
+ {
660
+ "path": "Harness/scripts/scan-clean.mjs",
661
+ "kind": "script",
662
+ "overwrite": "safe"
663
+ },
664
+ {
665
+ "path": "Harness/scripts/task-state.mjs",
666
+ "kind": "script",
667
+ "overwrite": "safe"
668
+ },
669
+ {
670
+ "path": "Harness/scripts/validate-harness.mjs",
671
+ "kind": "script",
672
+ "overwrite": "safe"
673
+ },
674
+ {
675
+ "path": "Harness/scripts/wf-auto-update-prompt.mjs",
676
+ "kind": "script",
677
+ "overwrite": "safe"
678
+ },
679
+ {
680
+ "path": "Harness/scripts/wf-remove.mjs",
681
+ "kind": "script",
682
+ "overwrite": "safe"
683
+ },
684
+ {
685
+ "path": "Harness/scripts/wf-update-check.mjs",
686
+ "kind": "script",
687
+ "overwrite": "safe"
688
+ },
689
+ {
690
+ "path": "Harness/specs/guides/ECC-GUIDE.md",
691
+ "kind": "doc",
692
+ "overwrite": "safe"
693
+ },
694
+ {
695
+ "path": "Harness/specs/guides/SETUP.md",
696
+ "kind": "doc",
697
+ "overwrite": "safe"
698
+ },
699
+ {
700
+ "path": "Harness/specs/guides/extension.md",
701
+ "kind": "doc",
702
+ "overwrite": "safe"
703
+ },
704
+ {
705
+ "path": "Harness/specs/guides/lifecycle.md",
706
+ "kind": "doc",
707
+ "overwrite": "safe"
708
+ },
709
+ {
710
+ "path": "Harness/specs/protocols/ACCEPTANCE_PROTOCOL.md",
711
+ "kind": "doc",
712
+ "overwrite": "safe"
713
+ },
714
+ {
715
+ "path": "Harness/specs/protocols/AGENT_ISOLATION.md",
716
+ "kind": "doc",
717
+ "overwrite": "safe"
718
+ },
719
+ {
720
+ "path": "Harness/specs/protocols/DEBUG_PROTOCOL.md",
721
+ "kind": "doc",
722
+ "overwrite": "safe"
723
+ },
724
+ {
725
+ "path": "Harness/specs/protocols/HARNESS_BRIDGE.md",
726
+ "kind": "doc",
727
+ "overwrite": "safe"
728
+ },
729
+ {
730
+ "path": "Harness/specs/protocols/MEMORY_PROTOCOL.md",
731
+ "kind": "doc",
732
+ "overwrite": "safe"
733
+ },
734
+ {
735
+ "path": "Harness/specs/protocols/TASK_ARCHIVE.md",
736
+ "kind": "doc",
737
+ "overwrite": "safe"
738
+ },
739
+ {
740
+ "path": "Harness/specs/protocols/TDD-GUIDE.md",
741
+ "kind": "doc",
742
+ "overwrite": "safe"
743
+ },
744
+ {
745
+ "path": "Harness/specs/runtime/agent-workflow.md",
746
+ "kind": "doc",
747
+ "overwrite": "safe"
748
+ },
749
+ {
750
+ "path": "Harness/specs/runtime/context-loading.md",
751
+ "kind": "doc",
752
+ "overwrite": "safe"
753
+ },
754
+ {
755
+ "path": "Harness/specs/runtime/dispatch.md",
756
+ "kind": "doc",
757
+ "overwrite": "safe"
758
+ },
759
+ {
760
+ "path": "Harness/specs/runtime/subagents.md",
761
+ "kind": "doc",
762
+ "overwrite": "safe"
763
+ },
764
+ {
765
+ "path": "Harness/specs/workflows/WF-AUTO-ANGLES.md",
766
+ "kind": "doc",
767
+ "overwrite": "safe"
768
+ },
769
+ {
770
+ "path": "Harness/specs/workflows/WF-AUTO-SPARK.md",
771
+ "kind": "doc",
772
+ "overwrite": "safe"
773
+ },
774
+ {
775
+ "path": "Harness/specs/workflows/WF-AUTO.md",
776
+ "kind": "doc",
777
+ "overwrite": "safe"
778
+ },
779
+ {
780
+ "path": "Harness/specs/workflows/WF-KERNEL.md",
781
+ "kind": "doc",
782
+ "overwrite": "safe"
783
+ },
784
+ {
785
+ "path": "Harness/specs/workflows/WF-MAX.md",
786
+ "kind": "doc",
787
+ "overwrite": "safe"
788
+ },
789
+ {
790
+ "path": "Harness/specs/workflows/WF-STATE.md",
791
+ "kind": "doc",
792
+ "overwrite": "safe"
793
+ },
794
+ {
795
+ "path": "Harness/specs/workflows/WF.md",
796
+ "kind": "doc",
797
+ "overwrite": "safe"
798
+ },
799
+ {
800
+ "path": "Harness/templates/ACCEPTANCE.template.md",
801
+ "kind": "config",
802
+ "overwrite": "safe"
803
+ },
804
+ {
805
+ "path": "Harness/templates/API_CONTRACT.template.md",
806
+ "kind": "config",
807
+ "overwrite": "safe"
808
+ },
809
+ {
810
+ "path": "Harness/templates/PLAYWRIGHT_SPEC.template.ts",
811
+ "kind": "config",
812
+ "overwrite": "safe"
813
+ },
814
+ {
815
+ "path": "Harness/templates/PRD.template.md",
816
+ "kind": "config",
817
+ "overwrite": "safe"
818
+ },
819
+ {
820
+ "path": "Harness/templates/TEST_PLAN.template.md",
821
+ "kind": "config",
822
+ "overwrite": "safe"
823
+ },
824
+ {
825
+ "path": "Harness/templates/UI_CONTRACT.template.md",
826
+ "kind": "config",
827
+ "overwrite": "safe"
828
+ },
829
+ {
830
+ "path": "Harness/templates/VALIDATION_REPORT.template.md",
831
+ "kind": "config",
832
+ "overwrite": "safe"
833
+ },
834
+ {
835
+ "path": "opencode.json",
836
+ "kind": "config",
837
+ "overwrite": "safe"
838
+ }
839
+ ],
840
+ "optionalOwned": [
841
+ {
842
+ "option": "github-pr-review",
843
+ "paths": [
844
+ ".agents/skills/github-pr-review/SKILL.md",
845
+ ".claude/skills/github-pr-review/SKILL.md",
846
+ "Harness/workflows/github-pr-review.md"
847
+ ],
848
+ "overwrite": "safe-if-installed"
849
+ },
850
+ {
851
+ "option": "python-backend",
852
+ "paths": [
853
+ ".agents/skills/python-backend/SKILL.md",
854
+ ".claude/skills/python-backend/SKILL.md",
855
+ "Harness/workflows/python-backend.md"
856
+ ],
857
+ "overwrite": "safe-if-installed"
858
+ },
859
+ {
860
+ "option": "ts-react-frontend",
861
+ "paths": [
862
+ ".agents/skills/ts-react-frontend/SKILL.md",
863
+ ".claude/skills/ts-react-frontend/SKILL.md",
864
+ "Harness/workflows/ts-react-frontend.md"
865
+ ],
866
+ "overwrite": "safe-if-installed"
867
+ },
868
+ {
869
+ "option": "ui-ux-review",
870
+ "paths": [
871
+ ".agents/skills/ui-ux-review/SKILL.md",
872
+ ".claude/skills/ui-ux-review/SKILL.md",
873
+ "Harness/workflows/ui-ux-review.md"
874
+ ],
875
+ "overwrite": "safe-if-installed"
876
+ }
877
+ ]
878
+ }