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
@@ -6,7 +6,7 @@
6
6
  "files": [
7
7
  {
8
8
  "path": ".harness-build.json",
9
- "sha256": "ab3157a96dcca08a2e9ec57215250888641a5b04c7b14b8269803b5debe4c6a4"
9
+ "sha256": "7800c4005528578d39e821343644819ac975a2883c23d84a124d031235ea048c"
10
10
  },
11
11
  {
12
12
  "path": "agents/harness-evaluator.md",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  {
40
40
  "path": "harness-archive/SKILL.md",
41
- "sha256": "5db916ddf54830d27b6b40246a18f1f1b26b3e425908ad7d0a45c2ce3112a18a"
41
+ "sha256": "5b83ebab057dea3d7ebcddeb559352b9253a0159becf27dfa3ad07533e18f40a"
42
42
  },
43
43
  {
44
44
  "path": "harness-archive/templates/render-summary.mjs",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  {
60
60
  "path": "harness-codebase-map/SKILL.md",
61
- "sha256": "ce499f520c01befc3dfc55089243d71fdb0b1d9ae1746bb1547c8a09f9981d0b"
61
+ "sha256": "cd5f918e80dfd1e798da386ccd7c7f5f90f0f1e68634ca54822c7d09a7164058"
62
62
  },
63
63
  {
64
64
  "path": "harness-codebase-map/templates/ARCHITECTURE.md",
@@ -82,7 +82,7 @@
82
82
  },
83
83
  {
84
84
  "path": "harness-codebase-map/templates/map-summary.md",
85
- "sha256": "b7aed16adce642448f775341da77525db1444f3bdb7b947fc6b6be7aa4039f0e"
85
+ "sha256": "9c3f6fab3d82e0dba576ee1b9fd412213f567b4a261c1d01bf60dceed3de27a2"
86
86
  },
87
87
  {
88
88
  "path": "harness-codebase-map/templates/STACK.md",
@@ -122,31 +122,11 @@
122
122
  },
123
123
  {
124
124
  "path": "harness-knowledge-ingest/SKILL.md",
125
- "sha256": "687de4c8449155eaeea9e628b56a4c463890878b618791fab84fd20c94d72abc"
126
- },
127
- {
128
- "path": "harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-01-10-ledger-reconciliation/reports/final/summary-data.json",
129
- "sha256": "641294514af14392743eb99b0da6877bfc9569230203b0aaa1e16e9c7029d05f"
130
- },
131
- {
132
- "path": "harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-02-14-ledger-snapshot-followup/reports/final/summary-data.json",
133
- "sha256": "1db8454715219ece1367a581652cfd42f013808fb0a23065a7d34307e6423973"
134
- },
135
- {
136
- "path": "harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-03-05-webhook-contract/reports/final/summary-data.json",
137
- "sha256": "0b825373df9f91f05c0d7205bf8a3f814b621ae664b5cb1359e356374b095954"
138
- },
139
- {
140
- "path": "harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/project.yaml",
141
- "sha256": "6d9fac5408f2ffc71002829f7d563500d188b17e095e5ac1a7d4e65b528e00b9"
142
- },
143
- {
144
- "path": "harness-knowledge-ingest/tests/test_harness_knowledge.py",
145
- "sha256": "bc53ff6781633445ea7a506af97c44cef3ca9f597328f9bcc353ffac07e23aca"
125
+ "sha256": "07d661d7537742cfdc8ac6c8be087b82a0f65284b613dfee1a34cbbd6955878b"
146
126
  },
147
127
  {
148
128
  "path": "harness-knowledge-query/SKILL.md",
149
- "sha256": "e093835eb1844c41725760149247ef296e5a6c76ce1ca8d5f01f28f2e4c5d3fd"
129
+ "sha256": "cf8c72bdc36c26fa55475f0ad718258ac9d7fef5510a878de659cc59ab0e23f2"
150
130
  },
151
131
  {
152
132
  "path": "harness-plan/checklist.md",
@@ -162,7 +142,7 @@
162
142
  },
163
143
  {
164
144
  "path": "harness-plan/SKILL.md",
165
- "sha256": "fcffdf1fd4ccc343411ef666bdd21644e367841629864fccac48e6c7245e850b"
145
+ "sha256": "ee357f0908b3ffaf6f675def7f8d8814fb950d7405a8d56512bd8c6071c9f181"
166
146
  },
167
147
  {
168
148
  "path": "harness-review/checklist.md",
@@ -178,7 +158,7 @@
178
158
  },
179
159
  {
180
160
  "path": "harness-review/SKILL.md",
181
- "sha256": "c61c68cea7b62f9b35532dda5b12138cb1fa1ec31d05317542ddb3bdb6c462ef"
161
+ "sha256": "d18ab94a7fa4575eb5313f7a2f98198553c2232a5d58ee8db7bba5f3d06547e9"
182
162
  },
183
163
  {
184
164
  "path": "harness-run/checklist.md",
@@ -194,7 +174,7 @@
194
174
  },
195
175
  {
196
176
  "path": "harness-run/SKILL.md",
197
- "sha256": "345ebc21daf693d99aebcddc0a314eb8c24a2ae876c2e64913a48498718eb8a9"
177
+ "sha256": "30b95fb40e5c5b40629e122fe11d8e1151ce5ce560726ad1d98807e0697cb8d8"
198
178
  },
199
179
  {
200
180
  "path": "harness-submit/checklist.md",
@@ -206,7 +186,7 @@
206
186
  },
207
187
  {
208
188
  "path": "harness-submit/SKILL.md",
209
- "sha256": "a64e48676fa07d232c0a77e7228fc60f870eb0d5550a5933227254af2388e0cc"
189
+ "sha256": "e9de55cb4b181e9cdd62083e69d2557295c3c0a6936bece9386523ec641450de"
210
190
  },
211
191
  {
212
192
  "path": "harness-sync/reference.md",
@@ -214,7 +194,7 @@
214
194
  },
215
195
  {
216
196
  "path": "harness-sync/SKILL.md",
217
- "sha256": "98f72e9964b1dabacd940bbc41f2c0e61e6d8b24f5046cc616fcc9ae06a32f85"
197
+ "sha256": "1a2ac94d78d423a662ca22850f352ce8ebb8e5f2ff9ce16abb2d31b7df2ccc65"
218
198
  },
219
199
  {
220
200
  "path": "harness-test/checklist.md",
@@ -230,7 +210,7 @@
230
210
  },
231
211
  {
232
212
  "path": "harness-test/SKILL.md",
233
- "sha256": "7f081ff69e61ea62710cc2be468373cf37ebc55ea77c4c42817d9a82d2088a66"
213
+ "sha256": "e8b3c59b8f3fe4dc0e427e1551c81757aeb36b649eb9e5447e876dc3408c5ded"
234
214
  },
235
215
  {
236
216
  "path": "protocols/archive-report-protocol.md",
@@ -274,7 +254,7 @@
274
254
  },
275
255
  {
276
256
  "path": "scripts/harness_deploy.py",
277
- "sha256": "a70b11d7d516a2f4d5976ac48ae90cb7278692689cd6649d0478821b7cce926e"
257
+ "sha256": "0c12c5de6021a3fe44d925fc5481b139ee3565b5d271d3f9cda8857ff073155b"
278
258
  },
279
259
  {
280
260
  "path": "scripts/harness_events.py",
@@ -6,7 +6,7 @@
6
6
  "files": [
7
7
  {
8
8
  "path": ".harness-build.json",
9
- "sha256": "13bcd19581e720df8c97f6f2d01d799bff4458583a47717100230b1a422571a3"
9
+ "sha256": "08fd011d0fc4154c239583a7fe5cd297f1012b234197650b0dc222548eac931d"
10
10
  },
11
11
  {
12
12
  "path": "agents/harness-evaluator.md",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  {
36
36
  "path": "harness-apidoc/SKILL.md",
37
- "sha256": "fb1e8ff2dcd363ec4cf13bcc02e97eacdf59847fcc7aa3490d3085778923d406"
37
+ "sha256": "a7886f7d37c49a99d22d1da96259b9c0e7a44a80ba437fb71ec8f9d98d4b3ea2"
38
38
  },
39
39
  {
40
40
  "path": "harness-archive/checklist.md",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  {
52
52
  "path": "harness-archive/SKILL.md",
53
- "sha256": "cd2ab9e636a1f77e8cfcdd79f65027b300944c6fb4ff330fe61aa7b5329ebb94"
53
+ "sha256": "6485e5562516d6867ca54f8ff2776b6e24469e416dc4a9c03f5b9b09cad55445"
54
54
  },
55
55
  {
56
56
  "path": "harness-archive/templates/render-summary.mjs",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  {
72
72
  "path": "harness-codebase-map/SKILL.md",
73
- "sha256": "2fd51d0dda420b792dbf4d57c077ad6304e74562d6204c66002b4e438fb891e1"
73
+ "sha256": "5bce53e8fdb4a805e263e4e7f1ae124d924058f98c7de2adc2bb70d66facd286"
74
74
  },
75
75
  {
76
76
  "path": "harness-codebase-map/templates/ARCHITECTURE.md",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  {
96
96
  "path": "harness-codebase-map/templates/map-summary.md",
97
- "sha256": "b7aed16adce642448f775341da77525db1444f3bdb7b947fc6b6be7aa4039f0e"
97
+ "sha256": "9c3f6fab3d82e0dba576ee1b9fd412213f567b4a261c1d01bf60dceed3de27a2"
98
98
  },
99
99
  {
100
100
  "path": "harness-codebase-map/templates/STACK.md",
@@ -134,31 +134,11 @@
134
134
  },
135
135
  {
136
136
  "path": "harness-knowledge-ingest/SKILL.md",
137
- "sha256": "02ab0e1b43f279667d5ea897e667904cc02afdb00ddf9e267b36a6e20b61c6cb"
138
- },
139
- {
140
- "path": "harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-01-10-ledger-reconciliation/reports/final/summary-data.json",
141
- "sha256": "641294514af14392743eb99b0da6877bfc9569230203b0aaa1e16e9c7029d05f"
142
- },
143
- {
144
- "path": "harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-02-14-ledger-snapshot-followup/reports/final/summary-data.json",
145
- "sha256": "1db8454715219ece1367a581652cfd42f013808fb0a23065a7d34307e6423973"
146
- },
147
- {
148
- "path": "harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/archive/2026-03-05-webhook-contract/reports/final/summary-data.json",
149
- "sha256": "0b825373df9f91f05c0d7205bf8a3f814b621ae664b5cb1359e356374b095954"
150
- },
151
- {
152
- "path": "harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/project.yaml",
153
- "sha256": "6d9fac5408f2ffc71002829f7d563500d188b17e095e5ac1a7d4e65b528e00b9"
154
- },
155
- {
156
- "path": "harness-knowledge-ingest/tests/test_harness_knowledge.py",
157
- "sha256": "bc53ff6781633445ea7a506af97c44cef3ca9f597328f9bcc353ffac07e23aca"
137
+ "sha256": "cd3f08cf5793a051e564ab6a6e80ab9e2b4592e7008046ffe5e09fe74eef9401"
158
138
  },
159
139
  {
160
140
  "path": "harness-knowledge-query/SKILL.md",
161
- "sha256": "a67e632fdb5543b8ddb2d3d7e464d2d3452c2d67a3d8e16b709cbb741404a2c2"
141
+ "sha256": "c7e598875fc584833f43d778b8c23125ae91583e45f7eedae44eacf480dc1d38"
162
142
  },
163
143
  {
164
144
  "path": "harness-package/checklist.md",
@@ -170,7 +150,7 @@
170
150
  },
171
151
  {
172
152
  "path": "harness-package/SKILL.md",
173
- "sha256": "ddd25e9b929a27aa04b3f1775f4244824374f2fc15cb7349a3d031f072bcc722"
153
+ "sha256": "add639b461f66249b60c456fbd68a183d68f2d85b5efe63a206065a3d7e0648e"
174
154
  },
175
155
  {
176
156
  "path": "harness-plan/checklist.md",
@@ -186,7 +166,7 @@
186
166
  },
187
167
  {
188
168
  "path": "harness-plan/SKILL.md",
189
- "sha256": "039222ae9f134b985ce85eb0e8e6b316cae06d7d4a06e3a0c84e70028c9414a6"
169
+ "sha256": "cec318e789aad02210be295e307a9dde5efb461c4ce6eb7ecd14f3f371744d61"
190
170
  },
191
171
  {
192
172
  "path": "harness-review/checklist.md",
@@ -202,7 +182,7 @@
202
182
  },
203
183
  {
204
184
  "path": "harness-review/SKILL.md",
205
- "sha256": "904dd3308b0809b4cb81cf0bb6295085bd114af2c158ba865bf12bb3b3fb2fef"
185
+ "sha256": "9f0d4a33bb9d52b781229adaab169eeadd99c45bb8a3c8b3d791a3f89bc56c13"
206
186
  },
207
187
  {
208
188
  "path": "harness-run/checklist.md",
@@ -218,7 +198,7 @@
218
198
  },
219
199
  {
220
200
  "path": "harness-run/SKILL.md",
221
- "sha256": "23298eacd55ac0c4709dd13cbf2a751c89e54b2ebfce16917bc346b0901236cc"
201
+ "sha256": "ed43c6bd58d462726eb753fe0da2cb4c5b007e6aabe657e192a4e1fdafa421ea"
222
202
  },
223
203
  {
224
204
  "path": "harness-submit/checklist.md",
@@ -230,7 +210,7 @@
230
210
  },
231
211
  {
232
212
  "path": "harness-submit/SKILL.md",
233
- "sha256": "cb93bc5bb21aa883c888624f3b948bf1c1f244c0c6dadfe9d47d7cb6b1519c7a"
213
+ "sha256": "21ef74607683bc009a061b65f33a584f03fadfc1e709baf95c2ccb67441c62ca"
234
214
  },
235
215
  {
236
216
  "path": "harness-sync/reference.md",
@@ -238,7 +218,7 @@
238
218
  },
239
219
  {
240
220
  "path": "harness-sync/SKILL.md",
241
- "sha256": "08047945605b0e64f4f01f0c74adaedaf05e346e56fe09f6c7722f600be1544e"
221
+ "sha256": "843675a980b75e72d4a2e177c5e9ccebe0d9f4e142731404d4f5f445c0558c90"
242
222
  },
243
223
  {
244
224
  "path": "harness-test/checklist.md",
@@ -258,7 +238,7 @@
258
238
  },
259
239
  {
260
240
  "path": "harness-test/SKILL.md",
261
- "sha256": "cd2a88582a91d1cfbb640db5b81e3780bce13b642117ebbd8a7a042dc0b6c19b"
241
+ "sha256": "f56d96dc5d06a6605a0bfa8eb90e9284a293231afb31599eb2704b33388ab97d"
262
242
  },
263
243
  {
264
244
  "path": "protocols/archive-report-protocol.md",
@@ -302,7 +282,7 @@
302
282
  },
303
283
  {
304
284
  "path": "scripts/harness_deploy.py",
305
- "sha256": "a70b11d7d516a2f4d5976ac48ae90cb7278692689cd6649d0478821b7cce926e"
285
+ "sha256": "0c12c5de6021a3fe44d925fc5481b139ee3565b5d271d3f9cda8857ff073155b"
306
286
  },
307
287
  {
308
288
  "path": "scripts/harness_events.py",
@@ -0,0 +1,358 @@
1
+ {
2
+ "schema_version": 1,
3
+ "profile": "general",
4
+ "bundle_version": "0.1.0",
5
+ "bundle_manifest_hash": "sha256:2fb84084b893e2250981740f1ed7b1b1236720817ec82f37e4b1ce8cb73cf1e8",
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": ".harness-build.json",
24
+ "target_path": ".claude/skills/.harness-build.json",
25
+ "sha256": "7800c4005528578d39e821343644819ac975a2883c23d84a124d031235ea048c"
26
+ },
27
+ {
28
+ "source_path": "agents/harness-evaluator.md",
29
+ "target_path": ".claude/skills/agents/harness-evaluator.md",
30
+ "sha256": "bbbda894d504353e20fc726342b99b01598a25c35fff19cc6579986b72155589"
31
+ },
32
+ {
33
+ "source_path": "agents/harness-explorer.md",
34
+ "target_path": ".claude/skills/agents/harness-explorer.md",
35
+ "sha256": "2ecc1b7dde81a654b8a7a17eea40ea7274ef303a52089edaad9b10adf2cf79af"
36
+ },
37
+ {
38
+ "source_path": "agents/harness-reviewer.md",
39
+ "target_path": ".claude/skills/agents/harness-reviewer.md",
40
+ "sha256": "d02fe32df7c00ebedbf8e93729258634cda77df57cf8945aee88e36fd774237b"
41
+ },
42
+ {
43
+ "source_path": "CONTEXT.md",
44
+ "target_path": ".claude/skills/CONTEXT.md",
45
+ "sha256": "19c75b493f6f760d0e607a88bd355acdd232fcb66660887ef94d10425f39507b"
46
+ },
47
+ {
48
+ "source_path": "harness-archive/checklist.md",
49
+ "target_path": ".claude/skills/harness-archive/checklist.md",
50
+ "sha256": "9d6e46670310639978287f3c0d1edd72d98bfc42bf7c2417ad02aff8e643c7af"
51
+ },
52
+ {
53
+ "source_path": "harness-archive/reference.md",
54
+ "target_path": ".claude/skills/harness-archive/reference.md",
55
+ "sha256": "9523f854b1d8ea5499c4ac0f297cf4828103a5b78943fe699e98abb568e237a5"
56
+ },
57
+ {
58
+ "source_path": "harness-archive/scripts/gen-manifest.ps1",
59
+ "target_path": ".claude/skills/harness-archive/scripts/gen-manifest.ps1",
60
+ "sha256": "f466f010ee6d16b2ba62cfd2d45398554428c52c890a515cac4c84656664f4db"
61
+ },
62
+ {
63
+ "source_path": "harness-archive/SKILL.md",
64
+ "target_path": ".claude/skills/harness-archive/SKILL.md",
65
+ "sha256": "5b83ebab057dea3d7ebcddeb559352b9253a0159becf27dfa3ad07533e18f40a"
66
+ },
67
+ {
68
+ "source_path": "harness-archive/templates/render-summary.mjs",
69
+ "target_path": ".claude/skills/harness-archive/templates/render-summary.mjs",
70
+ "sha256": "6fab9fab77dae08f6e111342a5245e8efbf1faa683db1d379e480076618d22af"
71
+ },
72
+ {
73
+ "source_path": "harness-archive/templates/summary-data-template.json",
74
+ "target_path": ".claude/skills/harness-archive/templates/summary-data-template.json",
75
+ "sha256": "fd225a99a42ac8f9e67457b791c803d978c8f1b6b43b4adb138e520a12946630"
76
+ },
77
+ {
78
+ "source_path": "harness-codebase-map/checklist.md",
79
+ "target_path": ".claude/skills/harness-codebase-map/checklist.md",
80
+ "sha256": "d2883c687bc96ffea01b42430ad7ffd9bfc840effe7f6d7b9ae11e95c1ccf7fe"
81
+ },
82
+ {
83
+ "source_path": "harness-codebase-map/reference.md",
84
+ "target_path": ".claude/skills/harness-codebase-map/reference.md",
85
+ "sha256": "9254e95b0848f7d2ce2c2bbeace1d86834f83d4dc40efc561f791f2ecfbedcc9"
86
+ },
87
+ {
88
+ "source_path": "harness-codebase-map/SKILL.md",
89
+ "target_path": ".claude/skills/harness-codebase-map/SKILL.md",
90
+ "sha256": "cd5f918e80dfd1e798da386ccd7c7f5f90f0f1e68634ca54822c7d09a7164058"
91
+ },
92
+ {
93
+ "source_path": "harness-codebase-map/templates/ARCHITECTURE.md",
94
+ "target_path": ".claude/skills/harness-codebase-map/templates/ARCHITECTURE.md",
95
+ "sha256": "e16c44b61a22ea8ba8dc36f9e8703226fc05b76a41868ab58c176070706de3fc"
96
+ },
97
+ {
98
+ "source_path": "harness-codebase-map/templates/CONCERNS.md",
99
+ "target_path": ".claude/skills/harness-codebase-map/templates/CONCERNS.md",
100
+ "sha256": "e3d122000fa985b15a17b167447c41cad2d5533cc56b0f3a78bdcfd48f002f69"
101
+ },
102
+ {
103
+ "source_path": "harness-codebase-map/templates/CONVENTIONS.md",
104
+ "target_path": ".claude/skills/harness-codebase-map/templates/CONVENTIONS.md",
105
+ "sha256": "554e2afb8e86d941afc489d828843f15569522cbe2f993841d59d3bdf509e366"
106
+ },
107
+ {
108
+ "source_path": "harness-codebase-map/templates/INTEGRATIONS.md",
109
+ "target_path": ".claude/skills/harness-codebase-map/templates/INTEGRATIONS.md",
110
+ "sha256": "6ef401bf75ce8d46a4e0f65c04e062aba98f25cdaa4984cf714fc9dd93f608cc"
111
+ },
112
+ {
113
+ "source_path": "harness-codebase-map/templates/map-manifest.schema.json",
114
+ "target_path": ".claude/skills/harness-codebase-map/templates/map-manifest.schema.json",
115
+ "sha256": "d616c9d7aa62622f015fad0bd661ee2459be6e5adfd016b12f78c0a4c81b386a"
116
+ },
117
+ {
118
+ "source_path": "harness-codebase-map/templates/map-summary.md",
119
+ "target_path": ".claude/skills/harness-codebase-map/templates/map-summary.md",
120
+ "sha256": "9c3f6fab3d82e0dba576ee1b9fd412213f567b4a261c1d01bf60dceed3de27a2"
121
+ },
122
+ {
123
+ "source_path": "harness-codebase-map/templates/STACK.md",
124
+ "target_path": ".claude/skills/harness-codebase-map/templates/STACK.md",
125
+ "sha256": "3dcdb2e83630509427459908e0baa05f12b4ba9f7c2dd63e24a353b1fcb39b9a"
126
+ },
127
+ {
128
+ "source_path": "harness-codebase-map/templates/STRUCTURE.md",
129
+ "target_path": ".claude/skills/harness-codebase-map/templates/STRUCTURE.md",
130
+ "sha256": "47e4a3d5dd795c7b367153dac088bb9d48bf3fc1f5b3e712d5948b44e94b59ee"
131
+ },
132
+ {
133
+ "source_path": "harness-codebase-map/templates/TESTING.md",
134
+ "target_path": ".claude/skills/harness-codebase-map/templates/TESTING.md",
135
+ "sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
136
+ },
137
+ {
138
+ "source_path": "harness-knowledge-ingest/design.md",
139
+ "target_path": ".claude/skills/harness-knowledge-ingest/design.md",
140
+ "sha256": "9d641634a8870eae0f637e2f380722176b48176d414c9493fa2872c791fda46a"
141
+ },
142
+ {
143
+ "source_path": "harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml",
144
+ "target_path": ".claude/skills/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml",
145
+ "sha256": "943f93bf0d0b41f8a6b7e398b0e41367e54133a683a337637f081713b36d8ed3"
146
+ },
147
+ {
148
+ "source_path": "harness-knowledge-ingest/mcp-config.example.json",
149
+ "target_path": ".claude/skills/harness-knowledge-ingest/mcp-config.example.json",
150
+ "sha256": "538f815812f7e6e327ec295511bd15f41212be53df142e2fe1bc18c1f47c4124"
151
+ },
152
+ {
153
+ "source_path": "harness-knowledge-ingest/reference.md",
154
+ "target_path": ".claude/skills/harness-knowledge-ingest/reference.md",
155
+ "sha256": "2ce87167c22bc6d15abc97dc69510cdadbf0c2ad27f0e0a02a4ab9310a22360e"
156
+ },
157
+ {
158
+ "source_path": "harness-knowledge-ingest/scripts/harness_knowledge_mcp.py",
159
+ "target_path": ".claude/skills/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py",
160
+ "sha256": "7aa14a266b1e93dc7f5e65809d6a113153d8290c0c188420fb625ef101bbe49b"
161
+ },
162
+ {
163
+ "source_path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
164
+ "target_path": ".claude/skills/harness-knowledge-ingest/scripts/harness_knowledge.py",
165
+ "sha256": "2e880e3f925413def3921262bc33e30c1efdc4b9f26d838447cdea51ceb6bda2"
166
+ },
167
+ {
168
+ "source_path": "harness-knowledge-ingest/SKILL.md",
169
+ "target_path": ".claude/skills/harness-knowledge-ingest/SKILL.md",
170
+ "sha256": "07d661d7537742cfdc8ac6c8be087b82a0f65284b613dfee1a34cbbd6955878b"
171
+ },
172
+ {
173
+ "source_path": "harness-knowledge-query/SKILL.md",
174
+ "target_path": ".claude/skills/harness-knowledge-query/SKILL.md",
175
+ "sha256": "cf8c72bdc36c26fa55475f0ad718258ac9d7fef5510a878de659cc59ab0e23f2"
176
+ },
177
+ {
178
+ "source_path": "harness-plan/checklist.md",
179
+ "target_path": ".claude/skills/harness-plan/checklist.md",
180
+ "sha256": "70d2204083ed1f613df5915d505709dd470d096e8170d947eab3151b01fc0487"
181
+ },
182
+ {
183
+ "source_path": "harness-plan/protocols.md",
184
+ "target_path": ".claude/skills/harness-plan/protocols.md",
185
+ "sha256": "bbf418123fc30ca03faa26ea729c37a7caca98763826975689ffdf0067cb049e"
186
+ },
187
+ {
188
+ "source_path": "harness-plan/reference.md",
189
+ "target_path": ".claude/skills/harness-plan/reference.md",
190
+ "sha256": "662d1217708e6a20e8b0c851197eb5c74e4fac1c5d4b21428ba38897055d2f04"
191
+ },
192
+ {
193
+ "source_path": "harness-plan/SKILL.md",
194
+ "target_path": ".claude/skills/harness-plan/SKILL.md",
195
+ "sha256": "ee357f0908b3ffaf6f675def7f8d8814fb950d7405a8d56512bd8c6071c9f181"
196
+ },
197
+ {
198
+ "source_path": "harness-review/checklist.md",
199
+ "target_path": ".claude/skills/harness-review/checklist.md",
200
+ "sha256": "5bd6b7db25904ef43f3d7b826b45cd7a792ccb4412895e53f7673324850fc625"
201
+ },
202
+ {
203
+ "source_path": "harness-review/protocols.md",
204
+ "target_path": ".claude/skills/harness-review/protocols.md",
205
+ "sha256": "8508ba08fe311b944da704122636a48300970666d1fc9a5df9fe975d5b049ab8"
206
+ },
207
+ {
208
+ "source_path": "harness-review/reference.md",
209
+ "target_path": ".claude/skills/harness-review/reference.md",
210
+ "sha256": "0644a39417d51f1222905567dca80a433661a2411e2d4dd1b94644bc1cda596d"
211
+ },
212
+ {
213
+ "source_path": "harness-review/SKILL.md",
214
+ "target_path": ".claude/skills/harness-review/SKILL.md",
215
+ "sha256": "d18ab94a7fa4575eb5313f7a2f98198553c2232a5d58ee8db7bba5f3d06547e9"
216
+ },
217
+ {
218
+ "source_path": "harness-run/checklist.md",
219
+ "target_path": ".claude/skills/harness-run/checklist.md",
220
+ "sha256": "78bd30a0b8a0cccad929c2785d0a4a8df6f358a7d10c9bf3de55df9a48f3dac7"
221
+ },
222
+ {
223
+ "source_path": "harness-run/protocols.md",
224
+ "target_path": ".claude/skills/harness-run/protocols.md",
225
+ "sha256": "26416e6f8fb61e3561704d5a4ab58b6d120e6a2441aed7894345c285d61d2be7"
226
+ },
227
+ {
228
+ "source_path": "harness-run/reference.md",
229
+ "target_path": ".claude/skills/harness-run/reference.md",
230
+ "sha256": "3c0f80dec4dafe6c6ee195048f2af44d2331bbe45855535384b4d083343aaa55"
231
+ },
232
+ {
233
+ "source_path": "harness-run/SKILL.md",
234
+ "target_path": ".claude/skills/harness-run/SKILL.md",
235
+ "sha256": "30b95fb40e5c5b40629e122fe11d8e1151ce5ce560726ad1d98807e0697cb8d8"
236
+ },
237
+ {
238
+ "source_path": "harness-submit/checklist.md",
239
+ "target_path": ".claude/skills/harness-submit/checklist.md",
240
+ "sha256": "f2f2a8fe9f9510421e6ff55ec6c670f1e4c786c56591e911782b23f16a6d4094"
241
+ },
242
+ {
243
+ "source_path": "harness-submit/reference.md",
244
+ "target_path": ".claude/skills/harness-submit/reference.md",
245
+ "sha256": "39de14a56303ef2389beeab9be163aab2596fe45b262b45393f1321d18d0511a"
246
+ },
247
+ {
248
+ "source_path": "harness-submit/SKILL.md",
249
+ "target_path": ".claude/skills/harness-submit/SKILL.md",
250
+ "sha256": "e9de55cb4b181e9cdd62083e69d2557295c3c0a6936bece9386523ec641450de"
251
+ },
252
+ {
253
+ "source_path": "harness-sync/reference.md",
254
+ "target_path": ".claude/skills/harness-sync/reference.md",
255
+ "sha256": "b1cd9bebb425ef13d393567010606f1b4074824795b2131508083c821b2583c9"
256
+ },
257
+ {
258
+ "source_path": "harness-sync/SKILL.md",
259
+ "target_path": ".claude/skills/harness-sync/SKILL.md",
260
+ "sha256": "1a2ac94d78d423a662ca22850f352ce8ebb8e5f2ff9ce16abb2d31b7df2ccc65"
261
+ },
262
+ {
263
+ "source_path": "harness-test/checklist.md",
264
+ "target_path": ".claude/skills/harness-test/checklist.md",
265
+ "sha256": "aa8767ab34170b9c601612660e54d6e2a99e0dff1635164caa89d45dd9f19237"
266
+ },
267
+ {
268
+ "source_path": "harness-test/pitfalls.md",
269
+ "target_path": ".claude/skills/harness-test/pitfalls.md",
270
+ "sha256": "eafe949530ac04334aedf2117b314a54dfa68333f6f64c8a155001ab7a6a83d2"
271
+ },
272
+ {
273
+ "source_path": "harness-test/reference.md",
274
+ "target_path": ".claude/skills/harness-test/reference.md",
275
+ "sha256": "add958d6c55037ed12b4c51ba5af77ef72eb89a5835249ea092d7f6d93031760"
276
+ },
277
+ {
278
+ "source_path": "harness-test/SKILL.md",
279
+ "target_path": ".claude/skills/harness-test/SKILL.md",
280
+ "sha256": "e8b3c59b8f3fe4dc0e427e1551c81757aeb36b649eb9e5447e876dc3408c5ded"
281
+ },
282
+ {
283
+ "source_path": "protocols/archive-report-protocol.md",
284
+ "target_path": ".claude/skills/protocols/archive-report-protocol.md",
285
+ "sha256": "87b947bdd4fe5b9b2c0389dddbd98f5739f22deb58664325ab1b594f2d3f02dc"
286
+ },
287
+ {
288
+ "source_path": "protocols/evidence-based-reporting-protocol.md",
289
+ "target_path": ".claude/skills/protocols/evidence-based-reporting-protocol.md",
290
+ "sha256": "f78ea87823c0935a3033175b393582319da433cf4226e1705070b20d53890ba2"
291
+ },
292
+ {
293
+ "source_path": "protocols/ledger-protocol.md",
294
+ "target_path": ".claude/skills/protocols/ledger-protocol.md",
295
+ "sha256": "4861260f64b817e10b67f24012bc2d7214b2772ea5588b8afd44ece41757bdd4"
296
+ },
297
+ {
298
+ "source_path": "protocols/powershell-protocol.md",
299
+ "target_path": ".claude/skills/protocols/powershell-protocol.md",
300
+ "sha256": "04364d1f32290f454a23df1151bb9d71042c1dd3dc3312f746bb83090754813b"
301
+ },
302
+ {
303
+ "source_path": "protocols/report-pipeline-protocol.md",
304
+ "target_path": ".claude/skills/protocols/report-pipeline-protocol.md",
305
+ "sha256": "8ae7426f4ba17ff2091884f9d713b994d85eb1d1fc5a08126afd29c6f8a214fe"
306
+ },
307
+ {
308
+ "source_path": "protocols/sensitive-info-protocol.md",
309
+ "target_path": ".claude/skills/protocols/sensitive-info-protocol.md",
310
+ "sha256": "3cc74b6ae56fb1e2d73ebfc559aef94289f9a5f4ee340884e1eb053cf6880ef3"
311
+ },
312
+ {
313
+ "source_path": "protocols/state-layout-protocol.md",
314
+ "target_path": ".claude/skills/protocols/state-layout-protocol.md",
315
+ "sha256": "42e68133d120072313f5fdd53b54b02501f03b76caf83986063a7ce5f395ce52"
316
+ },
317
+ {
318
+ "source_path": "protocols/submit-protocol.md",
319
+ "target_path": ".claude/skills/protocols/submit-protocol.md",
320
+ "sha256": "b0fb07830c3b25b06bba3b8af3f831a5dde9b7329d8b1ee19386a59040cfc481"
321
+ },
322
+ {
323
+ "source_path": "README.md",
324
+ "target_path": ".claude/skills/README.md",
325
+ "sha256": "0fdcdafa49e50fe9a9029e7f1a36ab1ef2837cb0cce3d0c27ace861a39c809ed"
326
+ },
327
+ {
328
+ "source_path": "scripts/harness_archive.py",
329
+ "target_path": ".claude/skills/scripts/harness_archive.py",
330
+ "sha256": "b3365b41be7d73b4e18485c9d2c66ac412c58e59a5dac6bd8f88a2ca766da731"
331
+ },
332
+ {
333
+ "source_path": "scripts/harness_deploy.py",
334
+ "target_path": ".claude/skills/scripts/harness_deploy.py",
335
+ "sha256": "0c12c5de6021a3fe44d925fc5481b139ee3565b5d271d3f9cda8857ff073155b"
336
+ },
337
+ {
338
+ "source_path": "scripts/harness_events.py",
339
+ "target_path": ".claude/skills/scripts/harness_events.py",
340
+ "sha256": "87065925234a489437373a14a7b4d4aff7f9f69b861ecf257a8de0efbc6ec254"
341
+ },
342
+ {
343
+ "source_path": "scripts/harness_ledger.py",
344
+ "target_path": ".claude/skills/scripts/harness_ledger.py",
345
+ "sha256": "cb928198c744dfd691daebf9837fd5e10671d0701985a64b7490b0aa77320bda"
346
+ },
347
+ {
348
+ "source_path": "scripts/harness_preflight.py",
349
+ "target_path": ".claude/skills/scripts/harness_preflight.py",
350
+ "sha256": "27b6fbd6398115eb2fc61040f84e0b555180d8a82ec156e14e81c26fb1fab8c0"
351
+ },
352
+ {
353
+ "source_path": "scripts/harness_service.py",
354
+ "target_path": ".claude/skills/scripts/harness_service.py",
355
+ "sha256": "ff49af3f114277090257423c1aeb8a121f78851d71afd37f32e9f8d91a40ad89"
356
+ }
357
+ ]
358
+ }