hunter-harness 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/bin.js +1033 -219
  2. package/package.json +2 -2
  3. package/resources/harness/general/.harness-build.json +1 -1
  4. package/resources/harness/general/harness-archive/SKILL.md +215 -215
  5. package/resources/harness/general/harness-codebase-map/SKILL.md +112 -112
  6. package/resources/harness/general/harness-codebase-map/templates/map-summary.md +3 -3
  7. package/resources/harness/general/harness-knowledge-ingest/SKILL.md +246 -246
  8. package/resources/harness/general/harness-knowledge-query/SKILL.md +164 -164
  9. package/resources/harness/general/harness-plan/SKILL.md +127 -127
  10. package/resources/harness/general/harness-review/SKILL.md +156 -156
  11. package/resources/harness/general/harness-run/SKILL.md +132 -132
  12. package/resources/harness/general/harness-submit/SKILL.md +159 -159
  13. package/resources/harness/general/harness-sync/SKILL.md +82 -82
  14. package/resources/harness/general/harness-test/SKILL.md +180 -180
  15. package/resources/harness/general/scripts/harness_deploy.py +580 -580
  16. package/resources/harness/java/.harness-build.json +1 -1
  17. package/resources/harness/java/harness-apidoc/SKILL.md +86 -86
  18. package/resources/harness/java/harness-archive/SKILL.md +215 -215
  19. package/resources/harness/java/harness-codebase-map/SKILL.md +112 -112
  20. package/resources/harness/java/harness-codebase-map/templates/map-summary.md +3 -3
  21. package/resources/harness/java/harness-knowledge-ingest/SKILL.md +246 -246
  22. package/resources/harness/java/harness-knowledge-query/SKILL.md +164 -164
  23. package/resources/harness/java/harness-package/SKILL.md +87 -87
  24. package/resources/harness/java/harness-plan/SKILL.md +127 -127
  25. package/resources/harness/java/harness-review/SKILL.md +156 -156
  26. package/resources/harness/java/harness-run/SKILL.md +148 -148
  27. package/resources/harness/java/harness-submit/SKILL.md +166 -166
  28. package/resources/harness/java/harness-sync/SKILL.md +82 -82
  29. package/resources/harness/java/harness-test/SKILL.md +192 -192
  30. package/resources/harness/java/scripts/harness_deploy.py +580 -580
  31. package/resources/harness/manifests/general.json +13 -33
  32. package/resources/harness/manifests/java.json +15 -35
  33. package/resources/harness/migrations/0.1.1/general.json +358 -0
  34. package/resources/harness/migrations/0.1.1/java.json +398 -0
  35. package/resources/bootstrap-ir/manifest.json +0 -19
  36. package/resources/bootstrap-ir/skills/harness-apidoc.yaml +0 -24
  37. package/resources/bootstrap-ir/skills/harness-archive.yaml +0 -24
  38. package/resources/bootstrap-ir/skills/harness-codebase-map.yaml +0 -24
  39. package/resources/bootstrap-ir/skills/harness-knowledge-ingest.yaml +0 -24
  40. package/resources/bootstrap-ir/skills/harness-package.yaml +0 -24
  41. package/resources/bootstrap-ir/skills/harness-plan.yaml +0 -24
  42. package/resources/bootstrap-ir/skills/harness-review.yaml +0 -24
  43. package/resources/bootstrap-ir/skills/harness-run.yaml +0 -24
  44. package/resources/bootstrap-ir/skills/harness-skill-optimizer.yaml +0 -28
  45. package/resources/bootstrap-ir/skills/harness-submit.yaml +0 -24
  46. package/resources/bootstrap-ir/skills/harness-sync.yaml +0 -24
  47. package/resources/bootstrap-ir/skills/harness-test.yaml +0 -24
  48. package/resources/bootstrap-ir/templates/claude-code-skill.md +0 -12
  49. package/resources/harness/general/harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-01-10-ledger-reconciliation/reports/final/summary-data.json +0 -43
  50. package/resources/harness/general/harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-02-14-ledger-snapshot-followup/reports/final/summary-data.json +0 -38
  51. package/resources/harness/general/harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-03-05-webhook-contract/reports/final/summary-data.json +0 -36
  52. package/resources/harness/general/harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/project.yaml +0 -1
  53. package/resources/harness/general/harness-knowledge-ingest/tests/test_harness_knowledge.py +0 -1792
  54. package/resources/harness/java/harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-01-10-ledger-reconciliation/reports/final/summary-data.json +0 -43
  55. package/resources/harness/java/harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-02-14-ledger-snapshot-followup/reports/final/summary-data.json +0 -38
  56. package/resources/harness/java/harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-03-05-webhook-contract/reports/final/summary-data.json +0 -36
  57. package/resources/harness/java/harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/project.yaml +0 -1
  58. package/resources/harness/java/harness-knowledge-ingest/tests/test_harness_knowledge.py +0 -1792
  59. package/resources/manifest.json +0 -19
  60. package/resources/skills/harness-apidoc/SKILL.md +0 -50
  61. package/resources/skills/harness-archive/SKILL.md +0 -48
  62. package/resources/skills/harness-codebase-map/SKILL.md +0 -53
  63. package/resources/skills/harness-knowledge-ingest/SKILL.md +0 -48
  64. package/resources/skills/harness-package/SKILL.md +0 -48
  65. package/resources/skills/harness-plan/SKILL.md +0 -51
  66. package/resources/skills/harness-review/SKILL.md +0 -50
  67. package/resources/skills/harness-run/SKILL.md +0 -48
  68. package/resources/skills/harness-skill-optimizer/SKILL.md +0 -54
  69. package/resources/skills/harness-submit/SKILL.md +0 -47
  70. package/resources/skills/harness-sync/SKILL.md +0 -48
  71. package/resources/skills/harness-test/SKILL.md +0 -50
@@ -0,0 +1,398 @@
1
+ {
2
+ "schema_version": 1,
3
+ "profile": "java",
4
+ "bundle_version": "0.1.0",
5
+ "bundle_manifest_hash": "sha256:e839d5f548f17094bfe626af747536669a8c5f0aa2d67cf13972251f76887230",
6
+ "projection": [
7
+ {
8
+ "source_path": "agents/harness-evaluator.md",
9
+ "target_path": ".claude/agents/harness-evaluator.md",
10
+ "sha256": "bbbda894d504353e20fc726342b99b01598a25c35fff19cc6579986b72155589"
11
+ },
12
+ {
13
+ "source_path": "agents/harness-explorer.md",
14
+ "target_path": ".claude/agents/harness-explorer.md",
15
+ "sha256": "2ecc1b7dde81a654b8a7a17eea40ea7274ef303a52089edaad9b10adf2cf79af"
16
+ },
17
+ {
18
+ "source_path": "agents/harness-reviewer.md",
19
+ "target_path": ".claude/agents/harness-reviewer.md",
20
+ "sha256": "d02fe32df7c00ebedbf8e93729258634cda77df57cf8945aee88e36fd774237b"
21
+ },
22
+ {
23
+ "source_path": "rules/harness-profile-java.md",
24
+ "target_path": ".claude/rules/harness-profile-java.md",
25
+ "sha256": "1f590790987fa526e5ecac58212805bc324a1194d6a0e1b82adf350966334d2b"
26
+ },
27
+ {
28
+ "source_path": ".harness-build.json",
29
+ "target_path": ".claude/skills/.harness-build.json",
30
+ "sha256": "08fd011d0fc4154c239583a7fe5cd297f1012b234197650b0dc222548eac931d"
31
+ },
32
+ {
33
+ "source_path": "agents/harness-evaluator.md",
34
+ "target_path": ".claude/skills/agents/harness-evaluator.md",
35
+ "sha256": "bbbda894d504353e20fc726342b99b01598a25c35fff19cc6579986b72155589"
36
+ },
37
+ {
38
+ "source_path": "agents/harness-explorer.md",
39
+ "target_path": ".claude/skills/agents/harness-explorer.md",
40
+ "sha256": "2ecc1b7dde81a654b8a7a17eea40ea7274ef303a52089edaad9b10adf2cf79af"
41
+ },
42
+ {
43
+ "source_path": "agents/harness-reviewer.md",
44
+ "target_path": ".claude/skills/agents/harness-reviewer.md",
45
+ "sha256": "d02fe32df7c00ebedbf8e93729258634cda77df57cf8945aee88e36fd774237b"
46
+ },
47
+ {
48
+ "source_path": "CONTEXT.md",
49
+ "target_path": ".claude/skills/CONTEXT.md",
50
+ "sha256": "19c75b493f6f760d0e607a88bd355acdd232fcb66660887ef94d10425f39507b"
51
+ },
52
+ {
53
+ "source_path": "harness-apidoc/checklist.md",
54
+ "target_path": ".claude/skills/harness-apidoc/checklist.md",
55
+ "sha256": "48acef732cd0594fd4ea20e6f82642e5ab72695a159ebfe94ff44736db9e9d41"
56
+ },
57
+ {
58
+ "source_path": "harness-apidoc/reference.md",
59
+ "target_path": ".claude/skills/harness-apidoc/reference.md",
60
+ "sha256": "7c79e0bf1c3e8816776e10d5024a2a502f6f7a9cafed1776109e2dd8c08487e1"
61
+ },
62
+ {
63
+ "source_path": "harness-apidoc/SKILL.md",
64
+ "target_path": ".claude/skills/harness-apidoc/SKILL.md",
65
+ "sha256": "a7886f7d37c49a99d22d1da96259b9c0e7a44a80ba437fb71ec8f9d98d4b3ea2"
66
+ },
67
+ {
68
+ "source_path": "harness-archive/checklist.md",
69
+ "target_path": ".claude/skills/harness-archive/checklist.md",
70
+ "sha256": "9d6e46670310639978287f3c0d1edd72d98bfc42bf7c2417ad02aff8e643c7af"
71
+ },
72
+ {
73
+ "source_path": "harness-archive/reference.md",
74
+ "target_path": ".claude/skills/harness-archive/reference.md",
75
+ "sha256": "9523f854b1d8ea5499c4ac0f297cf4828103a5b78943fe699e98abb568e237a5"
76
+ },
77
+ {
78
+ "source_path": "harness-archive/scripts/gen-manifest.ps1",
79
+ "target_path": ".claude/skills/harness-archive/scripts/gen-manifest.ps1",
80
+ "sha256": "f466f010ee6d16b2ba62cfd2d45398554428c52c890a515cac4c84656664f4db"
81
+ },
82
+ {
83
+ "source_path": "harness-archive/SKILL.md",
84
+ "target_path": ".claude/skills/harness-archive/SKILL.md",
85
+ "sha256": "6485e5562516d6867ca54f8ff2776b6e24469e416dc4a9c03f5b9b09cad55445"
86
+ },
87
+ {
88
+ "source_path": "harness-archive/templates/render-summary.mjs",
89
+ "target_path": ".claude/skills/harness-archive/templates/render-summary.mjs",
90
+ "sha256": "6fab9fab77dae08f6e111342a5245e8efbf1faa683db1d379e480076618d22af"
91
+ },
92
+ {
93
+ "source_path": "harness-archive/templates/summary-data-template.json",
94
+ "target_path": ".claude/skills/harness-archive/templates/summary-data-template.json",
95
+ "sha256": "fd225a99a42ac8f9e67457b791c803d978c8f1b6b43b4adb138e520a12946630"
96
+ },
97
+ {
98
+ "source_path": "harness-codebase-map/checklist.md",
99
+ "target_path": ".claude/skills/harness-codebase-map/checklist.md",
100
+ "sha256": "d2883c687bc96ffea01b42430ad7ffd9bfc840effe7f6d7b9ae11e95c1ccf7fe"
101
+ },
102
+ {
103
+ "source_path": "harness-codebase-map/reference.md",
104
+ "target_path": ".claude/skills/harness-codebase-map/reference.md",
105
+ "sha256": "9254e95b0848f7d2ce2c2bbeace1d86834f83d4dc40efc561f791f2ecfbedcc9"
106
+ },
107
+ {
108
+ "source_path": "harness-codebase-map/SKILL.md",
109
+ "target_path": ".claude/skills/harness-codebase-map/SKILL.md",
110
+ "sha256": "5bce53e8fdb4a805e263e4e7f1ae124d924058f98c7de2adc2bb70d66facd286"
111
+ },
112
+ {
113
+ "source_path": "harness-codebase-map/templates/ARCHITECTURE.md",
114
+ "target_path": ".claude/skills/harness-codebase-map/templates/ARCHITECTURE.md",
115
+ "sha256": "e16c44b61a22ea8ba8dc36f9e8703226fc05b76a41868ab58c176070706de3fc"
116
+ },
117
+ {
118
+ "source_path": "harness-codebase-map/templates/CONCERNS.md",
119
+ "target_path": ".claude/skills/harness-codebase-map/templates/CONCERNS.md",
120
+ "sha256": "e3d122000fa985b15a17b167447c41cad2d5533cc56b0f3a78bdcfd48f002f69"
121
+ },
122
+ {
123
+ "source_path": "harness-codebase-map/templates/CONVENTIONS.md",
124
+ "target_path": ".claude/skills/harness-codebase-map/templates/CONVENTIONS.md",
125
+ "sha256": "554e2afb8e86d941afc489d828843f15569522cbe2f993841d59d3bdf509e366"
126
+ },
127
+ {
128
+ "source_path": "harness-codebase-map/templates/INTEGRATIONS.md",
129
+ "target_path": ".claude/skills/harness-codebase-map/templates/INTEGRATIONS.md",
130
+ "sha256": "6ef401bf75ce8d46a4e0f65c04e062aba98f25cdaa4984cf714fc9dd93f608cc"
131
+ },
132
+ {
133
+ "source_path": "harness-codebase-map/templates/map-manifest.schema.json",
134
+ "target_path": ".claude/skills/harness-codebase-map/templates/map-manifest.schema.json",
135
+ "sha256": "d616c9d7aa62622f015fad0bd661ee2459be6e5adfd016b12f78c0a4c81b386a"
136
+ },
137
+ {
138
+ "source_path": "harness-codebase-map/templates/map-summary.md",
139
+ "target_path": ".claude/skills/harness-codebase-map/templates/map-summary.md",
140
+ "sha256": "9c3f6fab3d82e0dba576ee1b9fd412213f567b4a261c1d01bf60dceed3de27a2"
141
+ },
142
+ {
143
+ "source_path": "harness-codebase-map/templates/STACK.md",
144
+ "target_path": ".claude/skills/harness-codebase-map/templates/STACK.md",
145
+ "sha256": "3dcdb2e83630509427459908e0baa05f12b4ba9f7c2dd63e24a353b1fcb39b9a"
146
+ },
147
+ {
148
+ "source_path": "harness-codebase-map/templates/STRUCTURE.md",
149
+ "target_path": ".claude/skills/harness-codebase-map/templates/STRUCTURE.md",
150
+ "sha256": "47e4a3d5dd795c7b367153dac088bb9d48bf3fc1f5b3e712d5948b44e94b59ee"
151
+ },
152
+ {
153
+ "source_path": "harness-codebase-map/templates/TESTING.md",
154
+ "target_path": ".claude/skills/harness-codebase-map/templates/TESTING.md",
155
+ "sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
156
+ },
157
+ {
158
+ "source_path": "harness-knowledge-ingest/design.md",
159
+ "target_path": ".claude/skills/harness-knowledge-ingest/design.md",
160
+ "sha256": "9d641634a8870eae0f637e2f380722176b48176d414c9493fa2872c791fda46a"
161
+ },
162
+ {
163
+ "source_path": "harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml",
164
+ "target_path": ".claude/skills/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml",
165
+ "sha256": "943f93bf0d0b41f8a6b7e398b0e41367e54133a683a337637f081713b36d8ed3"
166
+ },
167
+ {
168
+ "source_path": "harness-knowledge-ingest/mcp-config.example.json",
169
+ "target_path": ".claude/skills/harness-knowledge-ingest/mcp-config.example.json",
170
+ "sha256": "538f815812f7e6e327ec295511bd15f41212be53df142e2fe1bc18c1f47c4124"
171
+ },
172
+ {
173
+ "source_path": "harness-knowledge-ingest/reference.md",
174
+ "target_path": ".claude/skills/harness-knowledge-ingest/reference.md",
175
+ "sha256": "2ce87167c22bc6d15abc97dc69510cdadbf0c2ad27f0e0a02a4ab9310a22360e"
176
+ },
177
+ {
178
+ "source_path": "harness-knowledge-ingest/scripts/harness_knowledge_mcp.py",
179
+ "target_path": ".claude/skills/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py",
180
+ "sha256": "7aa14a266b1e93dc7f5e65809d6a113153d8290c0c188420fb625ef101bbe49b"
181
+ },
182
+ {
183
+ "source_path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
184
+ "target_path": ".claude/skills/harness-knowledge-ingest/scripts/harness_knowledge.py",
185
+ "sha256": "2e880e3f925413def3921262bc33e30c1efdc4b9f26d838447cdea51ceb6bda2"
186
+ },
187
+ {
188
+ "source_path": "harness-knowledge-ingest/SKILL.md",
189
+ "target_path": ".claude/skills/harness-knowledge-ingest/SKILL.md",
190
+ "sha256": "cd3f08cf5793a051e564ab6a6e80ab9e2b4592e7008046ffe5e09fe74eef9401"
191
+ },
192
+ {
193
+ "source_path": "harness-knowledge-query/SKILL.md",
194
+ "target_path": ".claude/skills/harness-knowledge-query/SKILL.md",
195
+ "sha256": "c7e598875fc584833f43d778b8c23125ae91583e45f7eedae44eacf480dc1d38"
196
+ },
197
+ {
198
+ "source_path": "harness-package/checklist.md",
199
+ "target_path": ".claude/skills/harness-package/checklist.md",
200
+ "sha256": "c136983cc71e5b9f8ab0998c075edf0de48281f8e4547591ea0269b2e6833992"
201
+ },
202
+ {
203
+ "source_path": "harness-package/reference.md",
204
+ "target_path": ".claude/skills/harness-package/reference.md",
205
+ "sha256": "14600945fc67dc8fc6d28f367a5f5fc86b9568a2c99c471d8f9ca7cd5c702c09"
206
+ },
207
+ {
208
+ "source_path": "harness-package/SKILL.md",
209
+ "target_path": ".claude/skills/harness-package/SKILL.md",
210
+ "sha256": "add639b461f66249b60c456fbd68a183d68f2d85b5efe63a206065a3d7e0648e"
211
+ },
212
+ {
213
+ "source_path": "harness-plan/checklist.md",
214
+ "target_path": ".claude/skills/harness-plan/checklist.md",
215
+ "sha256": "70d2204083ed1f613df5915d505709dd470d096e8170d947eab3151b01fc0487"
216
+ },
217
+ {
218
+ "source_path": "harness-plan/protocols.md",
219
+ "target_path": ".claude/skills/harness-plan/protocols.md",
220
+ "sha256": "bbf418123fc30ca03faa26ea729c37a7caca98763826975689ffdf0067cb049e"
221
+ },
222
+ {
223
+ "source_path": "harness-plan/reference.md",
224
+ "target_path": ".claude/skills/harness-plan/reference.md",
225
+ "sha256": "662d1217708e6a20e8b0c851197eb5c74e4fac1c5d4b21428ba38897055d2f04"
226
+ },
227
+ {
228
+ "source_path": "harness-plan/SKILL.md",
229
+ "target_path": ".claude/skills/harness-plan/SKILL.md",
230
+ "sha256": "cec318e789aad02210be295e307a9dde5efb461c4ce6eb7ecd14f3f371744d61"
231
+ },
232
+ {
233
+ "source_path": "harness-review/checklist.md",
234
+ "target_path": ".claude/skills/harness-review/checklist.md",
235
+ "sha256": "5bd6b7db25904ef43f3d7b826b45cd7a792ccb4412895e53f7673324850fc625"
236
+ },
237
+ {
238
+ "source_path": "harness-review/protocols.md",
239
+ "target_path": ".claude/skills/harness-review/protocols.md",
240
+ "sha256": "8508ba08fe311b944da704122636a48300970666d1fc9a5df9fe975d5b049ab8"
241
+ },
242
+ {
243
+ "source_path": "harness-review/reference.md",
244
+ "target_path": ".claude/skills/harness-review/reference.md",
245
+ "sha256": "0644a39417d51f1222905567dca80a433661a2411e2d4dd1b94644bc1cda596d"
246
+ },
247
+ {
248
+ "source_path": "harness-review/SKILL.md",
249
+ "target_path": ".claude/skills/harness-review/SKILL.md",
250
+ "sha256": "9f0d4a33bb9d52b781229adaab169eeadd99c45bb8a3c8b3d791a3f89bc56c13"
251
+ },
252
+ {
253
+ "source_path": "harness-run/checklist.md",
254
+ "target_path": ".claude/skills/harness-run/checklist.md",
255
+ "sha256": "5e0b97e1fc3029abe448a0d892f50844552c7e32acaf91b871c784d9aa061df7"
256
+ },
257
+ {
258
+ "source_path": "harness-run/protocols.md",
259
+ "target_path": ".claude/skills/harness-run/protocols.md",
260
+ "sha256": "26416e6f8fb61e3561704d5a4ab58b6d120e6a2441aed7894345c285d61d2be7"
261
+ },
262
+ {
263
+ "source_path": "harness-run/reference.md",
264
+ "target_path": ".claude/skills/harness-run/reference.md",
265
+ "sha256": "ebbf00d96163038ef0f4ebb5559d0240efedc479b28994d14f9e0a13157c0f74"
266
+ },
267
+ {
268
+ "source_path": "harness-run/SKILL.md",
269
+ "target_path": ".claude/skills/harness-run/SKILL.md",
270
+ "sha256": "ed43c6bd58d462726eb753fe0da2cb4c5b007e6aabe657e192a4e1fdafa421ea"
271
+ },
272
+ {
273
+ "source_path": "harness-submit/checklist.md",
274
+ "target_path": ".claude/skills/harness-submit/checklist.md",
275
+ "sha256": "f2f2a8fe9f9510421e6ff55ec6c670f1e4c786c56591e911782b23f16a6d4094"
276
+ },
277
+ {
278
+ "source_path": "harness-submit/reference.md",
279
+ "target_path": ".claude/skills/harness-submit/reference.md",
280
+ "sha256": "39de14a56303ef2389beeab9be163aab2596fe45b262b45393f1321d18d0511a"
281
+ },
282
+ {
283
+ "source_path": "harness-submit/SKILL.md",
284
+ "target_path": ".claude/skills/harness-submit/SKILL.md",
285
+ "sha256": "21ef74607683bc009a061b65f33a584f03fadfc1e709baf95c2ccb67441c62ca"
286
+ },
287
+ {
288
+ "source_path": "harness-sync/reference.md",
289
+ "target_path": ".claude/skills/harness-sync/reference.md",
290
+ "sha256": "b1cd9bebb425ef13d393567010606f1b4074824795b2131508083c821b2583c9"
291
+ },
292
+ {
293
+ "source_path": "harness-sync/SKILL.md",
294
+ "target_path": ".claude/skills/harness-sync/SKILL.md",
295
+ "sha256": "843675a980b75e72d4a2e177c5e9ccebe0d9f4e142731404d4f5f445c0558c90"
296
+ },
297
+ {
298
+ "source_path": "harness-test/checklist.md",
299
+ "target_path": ".claude/skills/harness-test/checklist.md",
300
+ "sha256": "a73b1905870f9099009d4203c1686f445056021c07d4095113b7b9637d8a16a1"
301
+ },
302
+ {
303
+ "source_path": "harness-test/pitfalls-java.md",
304
+ "target_path": ".claude/skills/harness-test/pitfalls-java.md",
305
+ "sha256": "7cd886ba86e39bfd7e274607f9a612dd16e30f3ea21524173291d3f8b49409ec"
306
+ },
307
+ {
308
+ "source_path": "harness-test/pitfalls.md",
309
+ "target_path": ".claude/skills/harness-test/pitfalls.md",
310
+ "sha256": "eafe949530ac04334aedf2117b314a54dfa68333f6f64c8a155001ab7a6a83d2"
311
+ },
312
+ {
313
+ "source_path": "harness-test/reference.md",
314
+ "target_path": ".claude/skills/harness-test/reference.md",
315
+ "sha256": "26b37f8aa4401b371c0b525442ef0f8a2edee6e370519e9a6f84d55aa6f3c4db"
316
+ },
317
+ {
318
+ "source_path": "harness-test/SKILL.md",
319
+ "target_path": ".claude/skills/harness-test/SKILL.md",
320
+ "sha256": "f56d96dc5d06a6605a0bfa8eb90e9284a293231afb31599eb2704b33388ab97d"
321
+ },
322
+ {
323
+ "source_path": "protocols/archive-report-protocol.md",
324
+ "target_path": ".claude/skills/protocols/archive-report-protocol.md",
325
+ "sha256": "87b947bdd4fe5b9b2c0389dddbd98f5739f22deb58664325ab1b594f2d3f02dc"
326
+ },
327
+ {
328
+ "source_path": "protocols/evidence-based-reporting-protocol.md",
329
+ "target_path": ".claude/skills/protocols/evidence-based-reporting-protocol.md",
330
+ "sha256": "f78ea87823c0935a3033175b393582319da433cf4226e1705070b20d53890ba2"
331
+ },
332
+ {
333
+ "source_path": "protocols/ledger-protocol.md",
334
+ "target_path": ".claude/skills/protocols/ledger-protocol.md",
335
+ "sha256": "4861260f64b817e10b67f24012bc2d7214b2772ea5588b8afd44ece41757bdd4"
336
+ },
337
+ {
338
+ "source_path": "protocols/powershell-protocol.md",
339
+ "target_path": ".claude/skills/protocols/powershell-protocol.md",
340
+ "sha256": "04364d1f32290f454a23df1151bb9d71042c1dd3dc3312f746bb83090754813b"
341
+ },
342
+ {
343
+ "source_path": "protocols/report-pipeline-protocol.md",
344
+ "target_path": ".claude/skills/protocols/report-pipeline-protocol.md",
345
+ "sha256": "8ae7426f4ba17ff2091884f9d713b994d85eb1d1fc5a08126afd29c6f8a214fe"
346
+ },
347
+ {
348
+ "source_path": "protocols/sensitive-info-protocol.md",
349
+ "target_path": ".claude/skills/protocols/sensitive-info-protocol.md",
350
+ "sha256": "3cc74b6ae56fb1e2d73ebfc559aef94289f9a5f4ee340884e1eb053cf6880ef3"
351
+ },
352
+ {
353
+ "source_path": "protocols/state-layout-protocol.md",
354
+ "target_path": ".claude/skills/protocols/state-layout-protocol.md",
355
+ "sha256": "42e68133d120072313f5fdd53b54b02501f03b76caf83986063a7ce5f395ce52"
356
+ },
357
+ {
358
+ "source_path": "protocols/submit-protocol.md",
359
+ "target_path": ".claude/skills/protocols/submit-protocol.md",
360
+ "sha256": "b0fb07830c3b25b06bba3b8af3f831a5dde9b7329d8b1ee19386a59040cfc481"
361
+ },
362
+ {
363
+ "source_path": "README.md",
364
+ "target_path": ".claude/skills/README.md",
365
+ "sha256": "0fdcdafa49e50fe9a9029e7f1a36ab1ef2837cb0cce3d0c27ace861a39c809ed"
366
+ },
367
+ {
368
+ "source_path": "scripts/harness_archive.py",
369
+ "target_path": ".claude/skills/scripts/harness_archive.py",
370
+ "sha256": "b3365b41be7d73b4e18485c9d2c66ac412c58e59a5dac6bd8f88a2ca766da731"
371
+ },
372
+ {
373
+ "source_path": "scripts/harness_deploy.py",
374
+ "target_path": ".claude/skills/scripts/harness_deploy.py",
375
+ "sha256": "0c12c5de6021a3fe44d925fc5481b139ee3565b5d271d3f9cda8857ff073155b"
376
+ },
377
+ {
378
+ "source_path": "scripts/harness_events.py",
379
+ "target_path": ".claude/skills/scripts/harness_events.py",
380
+ "sha256": "87065925234a489437373a14a7b4d4aff7f9f69b861ecf257a8de0efbc6ec254"
381
+ },
382
+ {
383
+ "source_path": "scripts/harness_ledger.py",
384
+ "target_path": ".claude/skills/scripts/harness_ledger.py",
385
+ "sha256": "cb928198c744dfd691daebf9837fd5e10671d0701985a64b7490b0aa77320bda"
386
+ },
387
+ {
388
+ "source_path": "scripts/harness_preflight.py",
389
+ "target_path": ".claude/skills/scripts/harness_preflight.py",
390
+ "sha256": "27b6fbd6398115eb2fc61040f84e0b555180d8a82ec156e14e81c26fb1fab8c0"
391
+ },
392
+ {
393
+ "source_path": "scripts/harness_service.py",
394
+ "target_path": ".claude/skills/scripts/harness_service.py",
395
+ "sha256": "ff49af3f114277090257423c1aeb8a121f78851d71afd37f32e9f8d91a40ad89"
396
+ }
397
+ ]
398
+ }
@@ -1,19 +0,0 @@
1
- {
2
- "schema_version": 1,
3
- "registry_version": "bootstrap-2026.06.20",
4
- "compiler_version": "1.0.0",
5
- "skills": [
6
- "harness-sync",
7
- "harness-plan",
8
- "harness-run",
9
- "harness-test",
10
- "harness-review",
11
- "harness-submit",
12
- "harness-archive",
13
- "harness-knowledge-ingest",
14
- "harness-skill-optimizer",
15
- "harness-codebase-map",
16
- "harness-apidoc",
17
- "harness-package"
18
- ]
19
- }
@@ -1,24 +0,0 @@
1
- name: harness-apidoc
2
- kind: workflow
3
- description: Analyze API changes and produce evidence-based documentation impact updates.
4
- triggers: [update API documentation, inspect API compatibility]
5
- inputs: [change_ref, api_contract]
6
- outputs: [api_impact_report, documentation_updates]
7
- forbidden_actions: [invent_api_behavior, hide_breaking_changes, publish_without_review]
8
- required_context: [AGENTS.md, .harness/context-index.json, .harness/knowledge/api]
9
- profiles:
10
- general: { enabled: false }
11
- java: { enabled: true }
12
- adapters:
13
- claude-code: { enabled: true }
14
- codex: { enabled: true }
15
- cursor: { enabled: true }
16
- generic: { enabled: true }
17
- mcp: { enabled: true }
18
- version: 1.0.0
19
- instructions:
20
- - Compare implementation and declared API contracts.
21
- - Classify compatibility and documentation impact.
22
- - Update only evidence-supported documentation.
23
- allowed_capabilities: [read, search, write_api_documentation, run_tests]
24
- source_provenance: user-provided validated Java API documentation workflow adapted to Hunter Harness
@@ -1,24 +0,0 @@
1
- name: harness-archive
2
- kind: workflow
3
- description: Archive completed change evidence and extract unpromoted candidate Knowledge.
4
- triggers: [archive completed change, extract reusable knowledge]
5
- inputs: [change_documents, verification_evidence]
6
- outputs: [archive_summary, candidate_knowledge]
7
- forbidden_actions: [auto_promote_candidate_knowledge, discard_evidence, expose_sensitive_data]
8
- required_context: [AGENTS.md, .harness/context-index.json]
9
- profiles:
10
- general: { enabled: true }
11
- java: { enabled: true }
12
- adapters:
13
- claude-code: { enabled: true }
14
- codex: { enabled: true }
15
- cursor: { enabled: true }
16
- generic: { enabled: true }
17
- mcp: { enabled: true }
18
- version: 1.0.0
19
- instructions:
20
- - Preserve the final summary and execution evidence.
21
- - Extract reusable facts into the candidate area with source references.
22
- - Never promote candidates to active Knowledge automatically.
23
- allowed_capabilities: [read, write_harness_archive, write_candidate_knowledge]
24
- source_provenance: user-provided validated archive workflow adapted to Hunter Harness
@@ -1,24 +0,0 @@
1
- name: harness-codebase-map
2
- kind: workflow
3
- description: Generate seven evidence-based codebase-map documents under the Harness workspace.
4
- triggers: [map the codebase, refresh codebase map]
5
- inputs: [project_root, optional_paths]
6
- outputs: [stack_map, integration_map, architecture_map, structure_map, convention_map, testing_map, concern_map]
7
- forbidden_actions: [copy_source_code_wholesale, manage_codegraph, automatic_execution_from_sync]
8
- required_context: [AGENTS.md, .harness/context-index.json]
9
- profiles:
10
- general: { enabled: true }
11
- java: { enabled: true }
12
- adapters:
13
- claude-code: { enabled: true }
14
- codex: { enabled: true }
15
- cursor: { enabled: true }
16
- generic: { enabled: true }
17
- mcp: { enabled: true }
18
- version: 1.0.0
19
- instructions:
20
- - Analyze the requested scope using isolated mapper focuses.
21
- - Write STACK, INTEGRATIONS, ARCHITECTURE, STRUCTURE, CONVENTIONS, TESTING, and CONCERNS.
22
- - Record evidence, scan scope, time, and source revision without embedding source files.
23
- allowed_capabilities: [read, search, write_codebase_map]
24
- source_provenance: user-provided validated GSD map workflow and templates adapted to Hunter Harness
@@ -1,24 +0,0 @@
1
- name: harness-knowledge-ingest
2
- kind: governance
3
- description: Validate, deduplicate, index, and propose project Knowledge without bypassing review.
4
- triggers: [ingest knowledge, rebuild knowledge index]
5
- inputs: [knowledge_entries, candidate_entries]
6
- outputs: [knowledge_index, validation_report]
7
- forbidden_actions: [auto_promote_candidate_knowledge, include_project_local_by_default, erase_conflicts]
8
- required_context: [AGENTS.md, .harness/knowledge/index.json]
9
- profiles:
10
- general: { enabled: true }
11
- java: { enabled: true }
12
- adapters:
13
- claude-code: { enabled: true }
14
- codex: { enabled: true }
15
- cursor: { enabled: true }
16
- generic: { enabled: true }
17
- mcp: { enabled: true }
18
- version: 1.0.0
19
- instructions:
20
- - Validate frontmatter and lifecycle relationships.
21
- - Detect duplicate IDs, duplicate content, and conflicting active facts.
22
- - Keep project-local entries excluded unless explicitly selected.
23
- allowed_capabilities: [read, search, write_knowledge_index, write_candidate_knowledge]
24
- source_provenance: Hunter Harness Knowledge governance contract
@@ -1,24 +0,0 @@
1
- name: harness-package
2
- kind: workflow
3
- description: Validate and prepare a reproducible project package without publishing it.
4
- triggers: [prepare package, validate package output]
5
- inputs: [project_root, build_configuration]
6
- outputs: [package_report, package_artifacts]
7
- forbidden_actions: [publish_artifact, expose_secrets, claim_unverified_build]
8
- required_context: [AGENTS.md, .harness/context-index.json]
9
- profiles:
10
- general: { enabled: false }
11
- java: { enabled: true }
12
- adapters:
13
- claude-code: { enabled: true }
14
- codex: { enabled: true }
15
- cursor: { enabled: true }
16
- generic: { enabled: true }
17
- mcp: { enabled: true }
18
- version: 1.0.0
19
- instructions:
20
- - Validate the configured build and its required tests.
21
- - Record exact artifact hashes and build evidence.
22
- - Do not publish or upload package artifacts.
23
- allowed_capabilities: [read, run_builds, run_tests, write_package_reports]
24
- source_provenance: user-provided validated Java packaging workflow adapted to Hunter Harness
@@ -1,24 +0,0 @@
1
- name: harness-plan
2
- kind: workflow
3
- description: Produce evidence-based designs, implementation plans, impact analysis, and test scenarios.
4
- triggers: [plan a change, design an implementation]
5
- inputs: [requirements, context_index]
6
- outputs: [design, implementation_plan, test_scenarios]
7
- forbidden_actions: [invent_evidence, expose_sensitive_data, automatic_source_control_write]
8
- required_context: [AGENTS.md, .harness/context-index.json, .harness/knowledge/index.json]
9
- profiles:
10
- general: { enabled: true }
11
- java: { enabled: true }
12
- adapters:
13
- claude-code: { enabled: true }
14
- codex: { enabled: true }
15
- cursor: { enabled: true }
16
- generic: { enabled: true }
17
- mcp: { enabled: true }
18
- version: 1.0.0
19
- instructions:
20
- - Inspect relevant Knowledge and codebase-map evidence before proposing changes.
21
- - Separate assumptions from verified facts.
22
- - Define exact files, tests, risks, and rollback points.
23
- allowed_capabilities: [read, search, write_change_documents]
24
- source_provenance: user-provided validated planning workflow adapted to Hunter Harness
@@ -1,24 +0,0 @@
1
- name: harness-review
2
- kind: governance
3
- description: Review changes across correctness, security, compatibility, tests, maintainability, and evidence.
4
- triggers: [review a change, inspect implementation quality]
5
- inputs: [change_ref, context_index]
6
- outputs: [review_report, evidence_summary]
7
- forbidden_actions: [invent_findings, claim_unverified_success, mutate_reviewed_code_without_request]
8
- required_context: [AGENTS.md, .harness/context-index.json, .harness/knowledge/index.json]
9
- profiles:
10
- general: { enabled: true }
11
- java: { enabled: true }
12
- adapters:
13
- claude-code: { enabled: true }
14
- codex: { enabled: true }
15
- cursor: { enabled: true }
16
- generic: { enabled: true }
17
- mcp: { enabled: true }
18
- version: 1.0.0
19
- instructions:
20
- - Inspect the actual diff and relevant project evidence.
21
- - Rank actionable findings by impact and cite precise locations.
22
- - Distinguish verified defects from risks and questions.
23
- allowed_capabilities: [read, search, run_tests, write_review_reports]
24
- source_provenance: user-provided validated six-dimension review workflow adapted to Hunter Harness
@@ -1,24 +0,0 @@
1
- name: harness-run
2
- kind: workflow
3
- description: Execute an approved implementation plan with test-first evidence and an execution log.
4
- triggers: [implement the plan, run approved tasks]
5
- inputs: [implementation_plan, test_scenarios]
6
- outputs: [implementation_changes, execution_log]
7
- forbidden_actions: [skip_red_green_verification, claim_unverified_success, automatic_source_control_write]
8
- required_context: [AGENTS.md, .harness/context-index.json]
9
- profiles:
10
- general: { enabled: true }
11
- java: { enabled: true }
12
- adapters:
13
- claude-code: { enabled: true }
14
- codex: { enabled: true }
15
- cursor: { enabled: true }
16
- generic: { enabled: true }
17
- mcp: { enabled: true }
18
- version: 1.0.0
19
- instructions:
20
- - Execute one bounded task at a time.
21
- - Record real command output and distinguish it from static inspection.
22
- - Stop on unsafe or unexplained failures.
23
- allowed_capabilities: [read, search, write_project_files, run_tests]
24
- source_provenance: user-provided validated execution workflow adapted to Hunter Harness
@@ -1,28 +0,0 @@
1
- name: harness-skill-optimizer
2
- kind: migration
3
- description: Create, optimize, and migrate platform-neutral Skill IR with adapter-safe outputs.
4
- triggers: [create a skill, optimize a skill, migrate an agent skill]
5
- inputs: [skill_source, target_profiles, target_adapters]
6
- outputs: [skill_ir, validation_report, adapter_preview]
7
- forbidden_actions: [publish_canonical_skill, automatic_proposal_push, broaden_capabilities, automatic_source_control_write]
8
- required_context: [AGENTS.md, .harness/context-index.json]
9
- profiles:
10
- general: { enabled: true }
11
- java: { enabled: true }
12
- node: { enabled: true }
13
- python: { enabled: true }
14
- docs: { enabled: true }
15
- personal-automation: { enabled: true }
16
- adapters:
17
- claude-code: { enabled: true }
18
- codex: { enabled: true }
19
- cursor: { enabled: true }
20
- generic: { enabled: true }
21
- mcp: { enabled: true }
22
- version: 1.0.0
23
- instructions:
24
- - Convert source workflows and constraints into canonical Skill IR.
25
- - Validate triggers, inputs, outputs, forbidden actions, and required context.
26
- - Generate previews but never publish or push automatically.
27
- allowed_capabilities: [read, search, write_skill_ir, validate_adapter_outputs]
28
- source_provenance: user-provided validated skill optimizer adapted for cross-agent governance