hunter-harness 0.1.0 → 0.1.1

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 (69) hide show
  1. package/dist/bin.js +127 -106
  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/bootstrap-ir/manifest.json +0 -19
  34. package/resources/bootstrap-ir/skills/harness-apidoc.yaml +0 -24
  35. package/resources/bootstrap-ir/skills/harness-archive.yaml +0 -24
  36. package/resources/bootstrap-ir/skills/harness-codebase-map.yaml +0 -24
  37. package/resources/bootstrap-ir/skills/harness-knowledge-ingest.yaml +0 -24
  38. package/resources/bootstrap-ir/skills/harness-package.yaml +0 -24
  39. package/resources/bootstrap-ir/skills/harness-plan.yaml +0 -24
  40. package/resources/bootstrap-ir/skills/harness-review.yaml +0 -24
  41. package/resources/bootstrap-ir/skills/harness-run.yaml +0 -24
  42. package/resources/bootstrap-ir/skills/harness-skill-optimizer.yaml +0 -28
  43. package/resources/bootstrap-ir/skills/harness-submit.yaml +0 -24
  44. package/resources/bootstrap-ir/skills/harness-sync.yaml +0 -24
  45. package/resources/bootstrap-ir/skills/harness-test.yaml +0 -24
  46. package/resources/bootstrap-ir/templates/claude-code-skill.md +0 -12
  47. 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
  48. 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
  49. 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
  50. package/resources/harness/general/harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/project.yaml +0 -1
  51. package/resources/harness/general/harness-knowledge-ingest/tests/test_harness_knowledge.py +0 -1792
  52. 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
  53. 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
  54. 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
  55. package/resources/harness/java/harness-knowledge-ingest/tests/fixtures/mcp-eval-project/.harness/project.yaml +0 -1
  56. package/resources/harness/java/harness-knowledge-ingest/tests/test_harness_knowledge.py +0 -1792
  57. package/resources/manifest.json +0 -19
  58. package/resources/skills/harness-apidoc/SKILL.md +0 -50
  59. package/resources/skills/harness-archive/SKILL.md +0 -48
  60. package/resources/skills/harness-codebase-map/SKILL.md +0 -53
  61. package/resources/skills/harness-knowledge-ingest/SKILL.md +0 -48
  62. package/resources/skills/harness-package/SKILL.md +0 -48
  63. package/resources/skills/harness-plan/SKILL.md +0 -51
  64. package/resources/skills/harness-review/SKILL.md +0 -50
  65. package/resources/skills/harness-run/SKILL.md +0 -48
  66. package/resources/skills/harness-skill-optimizer/SKILL.md +0 -54
  67. package/resources/skills/harness-submit/SKILL.md +0 -47
  68. package/resources/skills/harness-sync/SKILL.md +0 -48
  69. 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",
@@ -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
@@ -1,24 +0,0 @@
1
- name: harness-submit
2
- kind: workflow
3
- description: Prepare a submission summary, suggested message, and verification checklist without changing source control.
4
- triggers: [prepare submission, summarize completed change]
5
- inputs: [change_ref, verification_evidence]
6
- outputs: [submission_summary, suggested_message, submission_checklist]
7
- forbidden_actions: [source_control_write_without_explicit_confirmation, publish_without_review]
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
- - Summarize verified changes and remaining risks.
21
- - Produce a suggested message and final checklist only.
22
- - Require explicit user confirmation before any source-control mutation.
23
- allowed_capabilities: [read, search, write_submission_documents]
24
- source_provenance: user-provided validated submission workflow adapted to Hunter Harness
@@ -1,24 +0,0 @@
1
- name: harness-sync
2
- kind: workflow
3
- description: Check Harness context, Knowledge indexes, managed blocks, rules, and codebase-map freshness.
4
- triggers: [sync harness context, check project context]
5
- inputs: [project_root, context_index]
6
- outputs: [sync_report, refresh_recommendations]
7
- forbidden_actions: [automatic_codebase_map_execution, manage_codegraph, install_external_tools]
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
- - Validate managed blocks and local Harness structure.
21
- - Rebuild deterministic indexes when their sources changed.
22
- - Recommend codebase-map refresh when stale, but wait for explicit user confirmation.
23
- allowed_capabilities: [read, search, write_harness_metadata]
24
- source_provenance: user-provided validated Java workflow adapted to Hunter Harness
@@ -1,24 +0,0 @@
1
- name: harness-test
2
- kind: workflow
3
- description: Validate changes with real tests, explicit degradation reporting, and reproducible evidence.
4
- triggers: [test the change, validate behavior]
5
- inputs: [test_scenarios, change_ref]
6
- outputs: [test_report, evidence_summary]
7
- forbidden_actions: [claim_unrun_tests_pass, hide_test_failures, confuse_static_checks_with_tests]
8
- required_context: [AGENTS.md, .harness/context-index.json, .harness/knowledge/pitfalls]
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
- - Derive test cases from requirements and changed behavior.
21
- - Run the narrow test first, then the complete relevant suite.
22
- - Report skipped infrastructure and degraded validation explicitly.
23
- allowed_capabilities: [read, search, run_tests, write_test_reports]
24
- source_provenance: user-provided validated test workflow and pitfalls adapted to Hunter Harness
@@ -1,12 +0,0 @@
1
- ---
2
- name: {{name}}
3
- description: {{description}}
4
- version: {{version}}
5
- adapter: claude-code
6
- source_ir_hash: {{source_ir_hash}}
7
- compiler_version: {{compiler_version}}
8
- ---
9
-
10
- # {{name}}
11
-
12
- {{body}}
@@ -1,43 +0,0 @@
1
- {
2
- "schemaVersion": "2.1",
3
- "changeName": "ledger-reconciliation",
4
- "businessGoal": "Create LedgerReconciler as the single source of truth for billing reconciliation and monthly close variance checks.",
5
- "finalStatus": "OK",
6
- "finalCommit": "1111111111111111111111111111111111111111",
7
- "baseCommit": "0000000000000000000000000000000000000000",
8
- "changedFiles": [
9
- {
10
- "path": "src/billing/ledger_reconciler.py",
11
- "summary": "Introduced LedgerReconciler for billing reconciliation matching."
12
- },
13
- {
14
- "path": "tests/test_ledger_reconciler.py",
15
- "summary": "Added unit tests for LedgerReconciler variance handling."
16
- }
17
- ],
18
- "verification": {
19
- "unitTests": {
20
- "run": 8,
21
- "failures": 0,
22
- "errors": 0,
23
- "passRate": "8/8"
24
- },
25
- "apiTests": {
26
- "status": "OK",
27
- "total": 2,
28
- "passed": 2,
29
- "failed": 0,
30
- "passRate": "2/2"
31
- }
32
- },
33
- "maintenanceNotes": [
34
- "LedgerReconciler is the only source of truth for billing reconciliation totals.",
35
- "Billing reconciliation jobs must read tenant timezone before grouping ledger rows."
36
- ],
37
- "knownRisks": [
38
- "CSV imports missing account IDs must be quarantined before reconciliation."
39
- ],
40
- "manualActions": [
41
- "Run migration 2026-01-ledger-baseline before release."
42
- ]
43
- }