hunter-harness 0.1.3 → 0.2.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 (149) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +11 -0
  3. package/dist/bin.js +1540 -491
  4. package/package.json +9 -7
  5. package/resources/harness/general/.harness-build.json +0 -5
  6. package/resources/harness/general/CONTEXT.md +0 -65
  7. package/resources/harness/general/README.md +0 -478
  8. package/resources/harness/general/agents/harness-evaluator.md +0 -96
  9. package/resources/harness/general/agents/harness-explorer.md +0 -72
  10. package/resources/harness/general/agents/harness-reviewer.md +0 -69
  11. package/resources/harness/general/harness-archive/SKILL.md +0 -215
  12. package/resources/harness/general/harness-archive/checklist.md +0 -52
  13. package/resources/harness/general/harness-archive/reference.md +0 -103
  14. package/resources/harness/general/harness-archive/scripts/gen-manifest.ps1 +0 -31
  15. package/resources/harness/general/harness-archive/templates/render-summary.mjs +0 -171
  16. package/resources/harness/general/harness-archive/templates/summary-data-template.json +0 -128
  17. package/resources/harness/general/harness-codebase-map/SKILL.md +0 -112
  18. package/resources/harness/general/harness-codebase-map/checklist.md +0 -126
  19. package/resources/harness/general/harness-codebase-map/reference.md +0 -364
  20. package/resources/harness/general/harness-codebase-map/templates/ARCHITECTURE.md +0 -57
  21. package/resources/harness/general/harness-codebase-map/templates/CONCERNS.md +0 -49
  22. package/resources/harness/general/harness-codebase-map/templates/CONVENTIONS.md +0 -57
  23. package/resources/harness/general/harness-codebase-map/templates/INTEGRATIONS.md +0 -52
  24. package/resources/harness/general/harness-codebase-map/templates/STACK.md +0 -55
  25. package/resources/harness/general/harness-codebase-map/templates/STRUCTURE.md +0 -69
  26. package/resources/harness/general/harness-codebase-map/templates/TESTING.md +0 -64
  27. package/resources/harness/general/harness-codebase-map/templates/map-manifest.schema.json +0 -73
  28. package/resources/harness/general/harness-codebase-map/templates/map-summary.md +0 -64
  29. package/resources/harness/general/harness-knowledge-ingest/SKILL.md +0 -246
  30. package/resources/harness/general/harness-knowledge-ingest/design.md +0 -842
  31. package/resources/harness/general/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -42
  32. package/resources/harness/general/harness-knowledge-ingest/mcp-config.example.json +0 -10
  33. package/resources/harness/general/harness-knowledge-ingest/reference.md +0 -309
  34. package/resources/harness/general/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -4082
  35. package/resources/harness/general/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -273
  36. package/resources/harness/general/harness-knowledge-query/SKILL.md +0 -164
  37. package/resources/harness/general/harness-plan/SKILL.md +0 -127
  38. package/resources/harness/general/harness-plan/checklist.md +0 -243
  39. package/resources/harness/general/harness-plan/protocols.md +0 -124
  40. package/resources/harness/general/harness-plan/reference.md +0 -376
  41. package/resources/harness/general/harness-review/SKILL.md +0 -156
  42. package/resources/harness/general/harness-review/checklist.md +0 -124
  43. package/resources/harness/general/harness-review/protocols.md +0 -68
  44. package/resources/harness/general/harness-review/reference.md +0 -86
  45. package/resources/harness/general/harness-run/SKILL.md +0 -132
  46. package/resources/harness/general/harness-run/checklist.md +0 -259
  47. package/resources/harness/general/harness-run/protocols.md +0 -78
  48. package/resources/harness/general/harness-run/reference.md +0 -834
  49. package/resources/harness/general/harness-submit/SKILL.md +0 -159
  50. package/resources/harness/general/harness-submit/checklist.md +0 -407
  51. package/resources/harness/general/harness-submit/reference.md +0 -152
  52. package/resources/harness/general/harness-sync/SKILL.md +0 -82
  53. package/resources/harness/general/harness-sync/reference.md +0 -153
  54. package/resources/harness/general/harness-test/SKILL.md +0 -180
  55. package/resources/harness/general/harness-test/checklist.md +0 -319
  56. package/resources/harness/general/harness-test/pitfalls.md +0 -260
  57. package/resources/harness/general/harness-test/reference.md +0 -791
  58. package/resources/harness/general/protocols/archive-report-protocol.md +0 -175
  59. package/resources/harness/general/protocols/evidence-based-reporting-protocol.md +0 -134
  60. package/resources/harness/general/protocols/ledger-protocol.md +0 -270
  61. package/resources/harness/general/protocols/powershell-protocol.md +0 -181
  62. package/resources/harness/general/protocols/report-pipeline-protocol.md +0 -150
  63. package/resources/harness/general/protocols/sensitive-info-protocol.md +0 -92
  64. package/resources/harness/general/protocols/state-layout-protocol.md +0 -131
  65. package/resources/harness/general/protocols/submit-protocol.md +0 -78
  66. package/resources/harness/general/scripts/harness_archive.py +0 -2319
  67. package/resources/harness/general/scripts/harness_deploy.py +0 -613
  68. package/resources/harness/general/scripts/harness_events.py +0 -680
  69. package/resources/harness/general/scripts/harness_ledger.py +0 -671
  70. package/resources/harness/general/scripts/harness_preflight.py +0 -780
  71. package/resources/harness/general/scripts/harness_service.py +0 -1331
  72. package/resources/harness/java/.harness-build.json +0 -5
  73. package/resources/harness/java/CONTEXT.md +0 -65
  74. package/resources/harness/java/README.md +0 -478
  75. package/resources/harness/java/agents/harness-evaluator.md +0 -96
  76. package/resources/harness/java/agents/harness-explorer.md +0 -72
  77. package/resources/harness/java/agents/harness-reviewer.md +0 -69
  78. package/resources/harness/java/harness-apidoc/SKILL.md +0 -86
  79. package/resources/harness/java/harness-apidoc/checklist.md +0 -142
  80. package/resources/harness/java/harness-apidoc/reference.md +0 -233
  81. package/resources/harness/java/harness-archive/SKILL.md +0 -215
  82. package/resources/harness/java/harness-archive/checklist.md +0 -52
  83. package/resources/harness/java/harness-archive/reference.md +0 -103
  84. package/resources/harness/java/harness-archive/scripts/gen-manifest.ps1 +0 -31
  85. package/resources/harness/java/harness-archive/templates/render-summary.mjs +0 -171
  86. package/resources/harness/java/harness-archive/templates/summary-data-template.json +0 -128
  87. package/resources/harness/java/harness-codebase-map/SKILL.md +0 -112
  88. package/resources/harness/java/harness-codebase-map/checklist.md +0 -126
  89. package/resources/harness/java/harness-codebase-map/reference.md +0 -364
  90. package/resources/harness/java/harness-codebase-map/templates/ARCHITECTURE.md +0 -57
  91. package/resources/harness/java/harness-codebase-map/templates/CONCERNS.md +0 -49
  92. package/resources/harness/java/harness-codebase-map/templates/CONVENTIONS.md +0 -57
  93. package/resources/harness/java/harness-codebase-map/templates/INTEGRATIONS.md +0 -52
  94. package/resources/harness/java/harness-codebase-map/templates/STACK.md +0 -55
  95. package/resources/harness/java/harness-codebase-map/templates/STRUCTURE.md +0 -69
  96. package/resources/harness/java/harness-codebase-map/templates/TESTING.md +0 -64
  97. package/resources/harness/java/harness-codebase-map/templates/map-manifest.schema.json +0 -73
  98. package/resources/harness/java/harness-codebase-map/templates/map-summary.md +0 -64
  99. package/resources/harness/java/harness-knowledge-ingest/SKILL.md +0 -246
  100. package/resources/harness/java/harness-knowledge-ingest/design.md +0 -842
  101. package/resources/harness/java/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -42
  102. package/resources/harness/java/harness-knowledge-ingest/mcp-config.example.json +0 -10
  103. package/resources/harness/java/harness-knowledge-ingest/reference.md +0 -309
  104. package/resources/harness/java/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -4082
  105. package/resources/harness/java/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -273
  106. package/resources/harness/java/harness-knowledge-query/SKILL.md +0 -164
  107. package/resources/harness/java/harness-package/SKILL.md +0 -87
  108. package/resources/harness/java/harness-package/checklist.md +0 -322
  109. package/resources/harness/java/harness-package/reference.md +0 -210
  110. package/resources/harness/java/harness-plan/SKILL.md +0 -127
  111. package/resources/harness/java/harness-plan/checklist.md +0 -243
  112. package/resources/harness/java/harness-plan/protocols.md +0 -124
  113. package/resources/harness/java/harness-plan/reference.md +0 -376
  114. package/resources/harness/java/harness-review/SKILL.md +0 -156
  115. package/resources/harness/java/harness-review/checklist.md +0 -124
  116. package/resources/harness/java/harness-review/protocols.md +0 -68
  117. package/resources/harness/java/harness-review/reference.md +0 -86
  118. package/resources/harness/java/harness-run/SKILL.md +0 -148
  119. package/resources/harness/java/harness-run/checklist.md +0 -250
  120. package/resources/harness/java/harness-run/protocols.md +0 -78
  121. package/resources/harness/java/harness-run/reference.md +0 -814
  122. package/resources/harness/java/harness-submit/SKILL.md +0 -166
  123. package/resources/harness/java/harness-submit/checklist.md +0 -407
  124. package/resources/harness/java/harness-submit/reference.md +0 -152
  125. package/resources/harness/java/harness-sync/SKILL.md +0 -82
  126. package/resources/harness/java/harness-sync/reference.md +0 -153
  127. package/resources/harness/java/harness-test/SKILL.md +0 -192
  128. package/resources/harness/java/harness-test/checklist.md +0 -317
  129. package/resources/harness/java/harness-test/pitfalls-java.md +0 -16
  130. package/resources/harness/java/harness-test/pitfalls.md +0 -260
  131. package/resources/harness/java/harness-test/reference.md +0 -788
  132. package/resources/harness/java/protocols/archive-report-protocol.md +0 -175
  133. package/resources/harness/java/protocols/evidence-based-reporting-protocol.md +0 -134
  134. package/resources/harness/java/protocols/ledger-protocol.md +0 -270
  135. package/resources/harness/java/protocols/powershell-protocol.md +0 -181
  136. package/resources/harness/java/protocols/report-pipeline-protocol.md +0 -150
  137. package/resources/harness/java/protocols/sensitive-info-protocol.md +0 -92
  138. package/resources/harness/java/protocols/state-layout-protocol.md +0 -131
  139. package/resources/harness/java/protocols/submit-protocol.md +0 -78
  140. package/resources/harness/java/scripts/harness_archive.py +0 -2319
  141. package/resources/harness/java/scripts/harness_deploy.py +0 -613
  142. package/resources/harness/java/scripts/harness_events.py +0 -680
  143. package/resources/harness/java/scripts/harness_ledger.py +0 -671
  144. package/resources/harness/java/scripts/harness_preflight.py +0 -780
  145. package/resources/harness/java/scripts/harness_service.py +0 -1331
  146. package/resources/harness/manifests/general.json +0 -276
  147. package/resources/harness/manifests/java.json +0 -304
  148. package/resources/harness/migrations/0.1.1/general.json +0 -358
  149. package/resources/harness/migrations/0.1.1/java.json +0 -398
@@ -1,276 +0,0 @@
1
- {
2
- "schema_version": 1,
3
- "profile": "general",
4
- "bundle_version": "0.1.0",
5
- "generator": "harness_deploy.py",
6
- "files": [
7
- {
8
- "path": ".harness-build.json",
9
- "sha256": "7800c4005528578d39e821343644819ac975a2883c23d84a124d031235ea048c"
10
- },
11
- {
12
- "path": "agents/harness-evaluator.md",
13
- "sha256": "bbbda894d504353e20fc726342b99b01598a25c35fff19cc6579986b72155589"
14
- },
15
- {
16
- "path": "agents/harness-explorer.md",
17
- "sha256": "2ecc1b7dde81a654b8a7a17eea40ea7274ef303a52089edaad9b10adf2cf79af"
18
- },
19
- {
20
- "path": "agents/harness-reviewer.md",
21
- "sha256": "d02fe32df7c00ebedbf8e93729258634cda77df57cf8945aee88e36fd774237b"
22
- },
23
- {
24
- "path": "CONTEXT.md",
25
- "sha256": "19c75b493f6f760d0e607a88bd355acdd232fcb66660887ef94d10425f39507b"
26
- },
27
- {
28
- "path": "harness-archive/checklist.md",
29
- "sha256": "9d6e46670310639978287f3c0d1edd72d98bfc42bf7c2417ad02aff8e643c7af"
30
- },
31
- {
32
- "path": "harness-archive/reference.md",
33
- "sha256": "9523f854b1d8ea5499c4ac0f297cf4828103a5b78943fe699e98abb568e237a5"
34
- },
35
- {
36
- "path": "harness-archive/scripts/gen-manifest.ps1",
37
- "sha256": "f466f010ee6d16b2ba62cfd2d45398554428c52c890a515cac4c84656664f4db"
38
- },
39
- {
40
- "path": "harness-archive/SKILL.md",
41
- "sha256": "5b83ebab057dea3d7ebcddeb559352b9253a0159becf27dfa3ad07533e18f40a"
42
- },
43
- {
44
- "path": "harness-archive/templates/render-summary.mjs",
45
- "sha256": "6fab9fab77dae08f6e111342a5245e8efbf1faa683db1d379e480076618d22af"
46
- },
47
- {
48
- "path": "harness-archive/templates/summary-data-template.json",
49
- "sha256": "fd225a99a42ac8f9e67457b791c803d978c8f1b6b43b4adb138e520a12946630"
50
- },
51
- {
52
- "path": "harness-codebase-map/checklist.md",
53
- "sha256": "d2883c687bc96ffea01b42430ad7ffd9bfc840effe7f6d7b9ae11e95c1ccf7fe"
54
- },
55
- {
56
- "path": "harness-codebase-map/reference.md",
57
- "sha256": "9254e95b0848f7d2ce2c2bbeace1d86834f83d4dc40efc561f791f2ecfbedcc9"
58
- },
59
- {
60
- "path": "harness-codebase-map/SKILL.md",
61
- "sha256": "cd5f918e80dfd1e798da386ccd7c7f5f90f0f1e68634ca54822c7d09a7164058"
62
- },
63
- {
64
- "path": "harness-codebase-map/templates/ARCHITECTURE.md",
65
- "sha256": "e16c44b61a22ea8ba8dc36f9e8703226fc05b76a41868ab58c176070706de3fc"
66
- },
67
- {
68
- "path": "harness-codebase-map/templates/CONCERNS.md",
69
- "sha256": "e3d122000fa985b15a17b167447c41cad2d5533cc56b0f3a78bdcfd48f002f69"
70
- },
71
- {
72
- "path": "harness-codebase-map/templates/CONVENTIONS.md",
73
- "sha256": "554e2afb8e86d941afc489d828843f15569522cbe2f993841d59d3bdf509e366"
74
- },
75
- {
76
- "path": "harness-codebase-map/templates/INTEGRATIONS.md",
77
- "sha256": "6ef401bf75ce8d46a4e0f65c04e062aba98f25cdaa4984cf714fc9dd93f608cc"
78
- },
79
- {
80
- "path": "harness-codebase-map/templates/map-manifest.schema.json",
81
- "sha256": "d616c9d7aa62622f015fad0bd661ee2459be6e5adfd016b12f78c0a4c81b386a"
82
- },
83
- {
84
- "path": "harness-codebase-map/templates/map-summary.md",
85
- "sha256": "9c3f6fab3d82e0dba576ee1b9fd412213f567b4a261c1d01bf60dceed3de27a2"
86
- },
87
- {
88
- "path": "harness-codebase-map/templates/STACK.md",
89
- "sha256": "3dcdb2e83630509427459908e0baa05f12b4ba9f7c2dd63e24a353b1fcb39b9a"
90
- },
91
- {
92
- "path": "harness-codebase-map/templates/STRUCTURE.md",
93
- "sha256": "47e4a3d5dd795c7b367153dac088bb9d48bf3fc1f5b3e712d5948b44e94b59ee"
94
- },
95
- {
96
- "path": "harness-codebase-map/templates/TESTING.md",
97
- "sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
98
- },
99
- {
100
- "path": "harness-knowledge-ingest/design.md",
101
- "sha256": "9d641634a8870eae0f637e2f380722176b48176d414c9493fa2872c791fda46a"
102
- },
103
- {
104
- "path": "harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml",
105
- "sha256": "943f93bf0d0b41f8a6b7e398b0e41367e54133a683a337637f081713b36d8ed3"
106
- },
107
- {
108
- "path": "harness-knowledge-ingest/mcp-config.example.json",
109
- "sha256": "538f815812f7e6e327ec295511bd15f41212be53df142e2fe1bc18c1f47c4124"
110
- },
111
- {
112
- "path": "harness-knowledge-ingest/reference.md",
113
- "sha256": "2ce87167c22bc6d15abc97dc69510cdadbf0c2ad27f0e0a02a4ab9310a22360e"
114
- },
115
- {
116
- "path": "harness-knowledge-ingest/scripts/harness_knowledge_mcp.py",
117
- "sha256": "7aa14a266b1e93dc7f5e65809d6a113153d8290c0c188420fb625ef101bbe49b"
118
- },
119
- {
120
- "path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
121
- "sha256": "2e880e3f925413def3921262bc33e30c1efdc4b9f26d838447cdea51ceb6bda2"
122
- },
123
- {
124
- "path": "harness-knowledge-ingest/SKILL.md",
125
- "sha256": "07d661d7537742cfdc8ac6c8be087b82a0f65284b613dfee1a34cbbd6955878b"
126
- },
127
- {
128
- "path": "harness-knowledge-query/SKILL.md",
129
- "sha256": "cf8c72bdc36c26fa55475f0ad718258ac9d7fef5510a878de659cc59ab0e23f2"
130
- },
131
- {
132
- "path": "harness-plan/checklist.md",
133
- "sha256": "70d2204083ed1f613df5915d505709dd470d096e8170d947eab3151b01fc0487"
134
- },
135
- {
136
- "path": "harness-plan/protocols.md",
137
- "sha256": "bbf418123fc30ca03faa26ea729c37a7caca98763826975689ffdf0067cb049e"
138
- },
139
- {
140
- "path": "harness-plan/reference.md",
141
- "sha256": "662d1217708e6a20e8b0c851197eb5c74e4fac1c5d4b21428ba38897055d2f04"
142
- },
143
- {
144
- "path": "harness-plan/SKILL.md",
145
- "sha256": "ee357f0908b3ffaf6f675def7f8d8814fb950d7405a8d56512bd8c6071c9f181"
146
- },
147
- {
148
- "path": "harness-review/checklist.md",
149
- "sha256": "5bd6b7db25904ef43f3d7b826b45cd7a792ccb4412895e53f7673324850fc625"
150
- },
151
- {
152
- "path": "harness-review/protocols.md",
153
- "sha256": "8508ba08fe311b944da704122636a48300970666d1fc9a5df9fe975d5b049ab8"
154
- },
155
- {
156
- "path": "harness-review/reference.md",
157
- "sha256": "0644a39417d51f1222905567dca80a433661a2411e2d4dd1b94644bc1cda596d"
158
- },
159
- {
160
- "path": "harness-review/SKILL.md",
161
- "sha256": "d18ab94a7fa4575eb5313f7a2f98198553c2232a5d58ee8db7bba5f3d06547e9"
162
- },
163
- {
164
- "path": "harness-run/checklist.md",
165
- "sha256": "78bd30a0b8a0cccad929c2785d0a4a8df6f358a7d10c9bf3de55df9a48f3dac7"
166
- },
167
- {
168
- "path": "harness-run/protocols.md",
169
- "sha256": "26416e6f8fb61e3561704d5a4ab58b6d120e6a2441aed7894345c285d61d2be7"
170
- },
171
- {
172
- "path": "harness-run/reference.md",
173
- "sha256": "3c0f80dec4dafe6c6ee195048f2af44d2331bbe45855535384b4d083343aaa55"
174
- },
175
- {
176
- "path": "harness-run/SKILL.md",
177
- "sha256": "30b95fb40e5c5b40629e122fe11d8e1151ce5ce560726ad1d98807e0697cb8d8"
178
- },
179
- {
180
- "path": "harness-submit/checklist.md",
181
- "sha256": "f2f2a8fe9f9510421e6ff55ec6c670f1e4c786c56591e911782b23f16a6d4094"
182
- },
183
- {
184
- "path": "harness-submit/reference.md",
185
- "sha256": "39de14a56303ef2389beeab9be163aab2596fe45b262b45393f1321d18d0511a"
186
- },
187
- {
188
- "path": "harness-submit/SKILL.md",
189
- "sha256": "e9de55cb4b181e9cdd62083e69d2557295c3c0a6936bece9386523ec641450de"
190
- },
191
- {
192
- "path": "harness-sync/reference.md",
193
- "sha256": "b1cd9bebb425ef13d393567010606f1b4074824795b2131508083c821b2583c9"
194
- },
195
- {
196
- "path": "harness-sync/SKILL.md",
197
- "sha256": "1a2ac94d78d423a662ca22850f352ce8ebb8e5f2ff9ce16abb2d31b7df2ccc65"
198
- },
199
- {
200
- "path": "harness-test/checklist.md",
201
- "sha256": "aa8767ab34170b9c601612660e54d6e2a99e0dff1635164caa89d45dd9f19237"
202
- },
203
- {
204
- "path": "harness-test/pitfalls.md",
205
- "sha256": "eafe949530ac04334aedf2117b314a54dfa68333f6f64c8a155001ab7a6a83d2"
206
- },
207
- {
208
- "path": "harness-test/reference.md",
209
- "sha256": "add958d6c55037ed12b4c51ba5af77ef72eb89a5835249ea092d7f6d93031760"
210
- },
211
- {
212
- "path": "harness-test/SKILL.md",
213
- "sha256": "e8b3c59b8f3fe4dc0e427e1551c81757aeb36b649eb9e5447e876dc3408c5ded"
214
- },
215
- {
216
- "path": "protocols/archive-report-protocol.md",
217
- "sha256": "87b947bdd4fe5b9b2c0389dddbd98f5739f22deb58664325ab1b594f2d3f02dc"
218
- },
219
- {
220
- "path": "protocols/evidence-based-reporting-protocol.md",
221
- "sha256": "f78ea87823c0935a3033175b393582319da433cf4226e1705070b20d53890ba2"
222
- },
223
- {
224
- "path": "protocols/ledger-protocol.md",
225
- "sha256": "4861260f64b817e10b67f24012bc2d7214b2772ea5588b8afd44ece41757bdd4"
226
- },
227
- {
228
- "path": "protocols/powershell-protocol.md",
229
- "sha256": "04364d1f32290f454a23df1151bb9d71042c1dd3dc3312f746bb83090754813b"
230
- },
231
- {
232
- "path": "protocols/report-pipeline-protocol.md",
233
- "sha256": "8ae7426f4ba17ff2091884f9d713b994d85eb1d1fc5a08126afd29c6f8a214fe"
234
- },
235
- {
236
- "path": "protocols/sensitive-info-protocol.md",
237
- "sha256": "3cc74b6ae56fb1e2d73ebfc559aef94289f9a5f4ee340884e1eb053cf6880ef3"
238
- },
239
- {
240
- "path": "protocols/state-layout-protocol.md",
241
- "sha256": "42e68133d120072313f5fdd53b54b02501f03b76caf83986063a7ce5f395ce52"
242
- },
243
- {
244
- "path": "protocols/submit-protocol.md",
245
- "sha256": "b0fb07830c3b25b06bba3b8af3f831a5dde9b7329d8b1ee19386a59040cfc481"
246
- },
247
- {
248
- "path": "README.md",
249
- "sha256": "0fdcdafa49e50fe9a9029e7f1a36ab1ef2837cb0cce3d0c27ace861a39c809ed"
250
- },
251
- {
252
- "path": "scripts/harness_archive.py",
253
- "sha256": "b3365b41be7d73b4e18485c9d2c66ac412c58e59a5dac6bd8f88a2ca766da731"
254
- },
255
- {
256
- "path": "scripts/harness_deploy.py",
257
- "sha256": "0c12c5de6021a3fe44d925fc5481b139ee3565b5d271d3f9cda8857ff073155b"
258
- },
259
- {
260
- "path": "scripts/harness_events.py",
261
- "sha256": "87065925234a489437373a14a7b4d4aff7f9f69b861ecf257a8de0efbc6ec254"
262
- },
263
- {
264
- "path": "scripts/harness_ledger.py",
265
- "sha256": "cb928198c744dfd691daebf9837fd5e10671d0701985a64b7490b0aa77320bda"
266
- },
267
- {
268
- "path": "scripts/harness_preflight.py",
269
- "sha256": "27b6fbd6398115eb2fc61040f84e0b555180d8a82ec156e14e81c26fb1fab8c0"
270
- },
271
- {
272
- "path": "scripts/harness_service.py",
273
- "sha256": "ff49af3f114277090257423c1aeb8a121f78851d71afd37f32e9f8d91a40ad89"
274
- }
275
- ]
276
- }
@@ -1,304 +0,0 @@
1
- {
2
- "schema_version": 1,
3
- "profile": "java",
4
- "bundle_version": "0.1.0",
5
- "generator": "harness_deploy.py",
6
- "files": [
7
- {
8
- "path": ".harness-build.json",
9
- "sha256": "08fd011d0fc4154c239583a7fe5cd297f1012b234197650b0dc222548eac931d"
10
- },
11
- {
12
- "path": "agents/harness-evaluator.md",
13
- "sha256": "bbbda894d504353e20fc726342b99b01598a25c35fff19cc6579986b72155589"
14
- },
15
- {
16
- "path": "agents/harness-explorer.md",
17
- "sha256": "2ecc1b7dde81a654b8a7a17eea40ea7274ef303a52089edaad9b10adf2cf79af"
18
- },
19
- {
20
- "path": "agents/harness-reviewer.md",
21
- "sha256": "d02fe32df7c00ebedbf8e93729258634cda77df57cf8945aee88e36fd774237b"
22
- },
23
- {
24
- "path": "CONTEXT.md",
25
- "sha256": "19c75b493f6f760d0e607a88bd355acdd232fcb66660887ef94d10425f39507b"
26
- },
27
- {
28
- "path": "harness-apidoc/checklist.md",
29
- "sha256": "48acef732cd0594fd4ea20e6f82642e5ab72695a159ebfe94ff44736db9e9d41"
30
- },
31
- {
32
- "path": "harness-apidoc/reference.md",
33
- "sha256": "7c79e0bf1c3e8816776e10d5024a2a502f6f7a9cafed1776109e2dd8c08487e1"
34
- },
35
- {
36
- "path": "harness-apidoc/SKILL.md",
37
- "sha256": "a7886f7d37c49a99d22d1da96259b9c0e7a44a80ba437fb71ec8f9d98d4b3ea2"
38
- },
39
- {
40
- "path": "harness-archive/checklist.md",
41
- "sha256": "9d6e46670310639978287f3c0d1edd72d98bfc42bf7c2417ad02aff8e643c7af"
42
- },
43
- {
44
- "path": "harness-archive/reference.md",
45
- "sha256": "9523f854b1d8ea5499c4ac0f297cf4828103a5b78943fe699e98abb568e237a5"
46
- },
47
- {
48
- "path": "harness-archive/scripts/gen-manifest.ps1",
49
- "sha256": "f466f010ee6d16b2ba62cfd2d45398554428c52c890a515cac4c84656664f4db"
50
- },
51
- {
52
- "path": "harness-archive/SKILL.md",
53
- "sha256": "6485e5562516d6867ca54f8ff2776b6e24469e416dc4a9c03f5b9b09cad55445"
54
- },
55
- {
56
- "path": "harness-archive/templates/render-summary.mjs",
57
- "sha256": "6fab9fab77dae08f6e111342a5245e8efbf1faa683db1d379e480076618d22af"
58
- },
59
- {
60
- "path": "harness-archive/templates/summary-data-template.json",
61
- "sha256": "fd225a99a42ac8f9e67457b791c803d978c8f1b6b43b4adb138e520a12946630"
62
- },
63
- {
64
- "path": "harness-codebase-map/checklist.md",
65
- "sha256": "d2883c687bc96ffea01b42430ad7ffd9bfc840effe7f6d7b9ae11e95c1ccf7fe"
66
- },
67
- {
68
- "path": "harness-codebase-map/reference.md",
69
- "sha256": "9254e95b0848f7d2ce2c2bbeace1d86834f83d4dc40efc561f791f2ecfbedcc9"
70
- },
71
- {
72
- "path": "harness-codebase-map/SKILL.md",
73
- "sha256": "5bce53e8fdb4a805e263e4e7f1ae124d924058f98c7de2adc2bb70d66facd286"
74
- },
75
- {
76
- "path": "harness-codebase-map/templates/ARCHITECTURE.md",
77
- "sha256": "e16c44b61a22ea8ba8dc36f9e8703226fc05b76a41868ab58c176070706de3fc"
78
- },
79
- {
80
- "path": "harness-codebase-map/templates/CONCERNS.md",
81
- "sha256": "e3d122000fa985b15a17b167447c41cad2d5533cc56b0f3a78bdcfd48f002f69"
82
- },
83
- {
84
- "path": "harness-codebase-map/templates/CONVENTIONS.md",
85
- "sha256": "554e2afb8e86d941afc489d828843f15569522cbe2f993841d59d3bdf509e366"
86
- },
87
- {
88
- "path": "harness-codebase-map/templates/INTEGRATIONS.md",
89
- "sha256": "6ef401bf75ce8d46a4e0f65c04e062aba98f25cdaa4984cf714fc9dd93f608cc"
90
- },
91
- {
92
- "path": "harness-codebase-map/templates/map-manifest.schema.json",
93
- "sha256": "d616c9d7aa62622f015fad0bd661ee2459be6e5adfd016b12f78c0a4c81b386a"
94
- },
95
- {
96
- "path": "harness-codebase-map/templates/map-summary.md",
97
- "sha256": "9c3f6fab3d82e0dba576ee1b9fd412213f567b4a261c1d01bf60dceed3de27a2"
98
- },
99
- {
100
- "path": "harness-codebase-map/templates/STACK.md",
101
- "sha256": "3dcdb2e83630509427459908e0baa05f12b4ba9f7c2dd63e24a353b1fcb39b9a"
102
- },
103
- {
104
- "path": "harness-codebase-map/templates/STRUCTURE.md",
105
- "sha256": "47e4a3d5dd795c7b367153dac088bb9d48bf3fc1f5b3e712d5948b44e94b59ee"
106
- },
107
- {
108
- "path": "harness-codebase-map/templates/TESTING.md",
109
- "sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
110
- },
111
- {
112
- "path": "harness-knowledge-ingest/design.md",
113
- "sha256": "9d641634a8870eae0f637e2f380722176b48176d414c9493fa2872c791fda46a"
114
- },
115
- {
116
- "path": "harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml",
117
- "sha256": "943f93bf0d0b41f8a6b7e398b0e41367e54133a683a337637f081713b36d8ed3"
118
- },
119
- {
120
- "path": "harness-knowledge-ingest/mcp-config.example.json",
121
- "sha256": "538f815812f7e6e327ec295511bd15f41212be53df142e2fe1bc18c1f47c4124"
122
- },
123
- {
124
- "path": "harness-knowledge-ingest/reference.md",
125
- "sha256": "2ce87167c22bc6d15abc97dc69510cdadbf0c2ad27f0e0a02a4ab9310a22360e"
126
- },
127
- {
128
- "path": "harness-knowledge-ingest/scripts/harness_knowledge_mcp.py",
129
- "sha256": "7aa14a266b1e93dc7f5e65809d6a113153d8290c0c188420fb625ef101bbe49b"
130
- },
131
- {
132
- "path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
133
- "sha256": "2e880e3f925413def3921262bc33e30c1efdc4b9f26d838447cdea51ceb6bda2"
134
- },
135
- {
136
- "path": "harness-knowledge-ingest/SKILL.md",
137
- "sha256": "cd3f08cf5793a051e564ab6a6e80ab9e2b4592e7008046ffe5e09fe74eef9401"
138
- },
139
- {
140
- "path": "harness-knowledge-query/SKILL.md",
141
- "sha256": "c7e598875fc584833f43d778b8c23125ae91583e45f7eedae44eacf480dc1d38"
142
- },
143
- {
144
- "path": "harness-package/checklist.md",
145
- "sha256": "c136983cc71e5b9f8ab0998c075edf0de48281f8e4547591ea0269b2e6833992"
146
- },
147
- {
148
- "path": "harness-package/reference.md",
149
- "sha256": "14600945fc67dc8fc6d28f367a5f5fc86b9568a2c99c471d8f9ca7cd5c702c09"
150
- },
151
- {
152
- "path": "harness-package/SKILL.md",
153
- "sha256": "add639b461f66249b60c456fbd68a183d68f2d85b5efe63a206065a3d7e0648e"
154
- },
155
- {
156
- "path": "harness-plan/checklist.md",
157
- "sha256": "70d2204083ed1f613df5915d505709dd470d096e8170d947eab3151b01fc0487"
158
- },
159
- {
160
- "path": "harness-plan/protocols.md",
161
- "sha256": "bbf418123fc30ca03faa26ea729c37a7caca98763826975689ffdf0067cb049e"
162
- },
163
- {
164
- "path": "harness-plan/reference.md",
165
- "sha256": "662d1217708e6a20e8b0c851197eb5c74e4fac1c5d4b21428ba38897055d2f04"
166
- },
167
- {
168
- "path": "harness-plan/SKILL.md",
169
- "sha256": "cec318e789aad02210be295e307a9dde5efb461c4ce6eb7ecd14f3f371744d61"
170
- },
171
- {
172
- "path": "harness-review/checklist.md",
173
- "sha256": "5bd6b7db25904ef43f3d7b826b45cd7a792ccb4412895e53f7673324850fc625"
174
- },
175
- {
176
- "path": "harness-review/protocols.md",
177
- "sha256": "8508ba08fe311b944da704122636a48300970666d1fc9a5df9fe975d5b049ab8"
178
- },
179
- {
180
- "path": "harness-review/reference.md",
181
- "sha256": "0644a39417d51f1222905567dca80a433661a2411e2d4dd1b94644bc1cda596d"
182
- },
183
- {
184
- "path": "harness-review/SKILL.md",
185
- "sha256": "9f0d4a33bb9d52b781229adaab169eeadd99c45bb8a3c8b3d791a3f89bc56c13"
186
- },
187
- {
188
- "path": "harness-run/checklist.md",
189
- "sha256": "5e0b97e1fc3029abe448a0d892f50844552c7e32acaf91b871c784d9aa061df7"
190
- },
191
- {
192
- "path": "harness-run/protocols.md",
193
- "sha256": "26416e6f8fb61e3561704d5a4ab58b6d120e6a2441aed7894345c285d61d2be7"
194
- },
195
- {
196
- "path": "harness-run/reference.md",
197
- "sha256": "ebbf00d96163038ef0f4ebb5559d0240efedc479b28994d14f9e0a13157c0f74"
198
- },
199
- {
200
- "path": "harness-run/SKILL.md",
201
- "sha256": "ed43c6bd58d462726eb753fe0da2cb4c5b007e6aabe657e192a4e1fdafa421ea"
202
- },
203
- {
204
- "path": "harness-submit/checklist.md",
205
- "sha256": "f2f2a8fe9f9510421e6ff55ec6c670f1e4c786c56591e911782b23f16a6d4094"
206
- },
207
- {
208
- "path": "harness-submit/reference.md",
209
- "sha256": "39de14a56303ef2389beeab9be163aab2596fe45b262b45393f1321d18d0511a"
210
- },
211
- {
212
- "path": "harness-submit/SKILL.md",
213
- "sha256": "21ef74607683bc009a061b65f33a584f03fadfc1e709baf95c2ccb67441c62ca"
214
- },
215
- {
216
- "path": "harness-sync/reference.md",
217
- "sha256": "b1cd9bebb425ef13d393567010606f1b4074824795b2131508083c821b2583c9"
218
- },
219
- {
220
- "path": "harness-sync/SKILL.md",
221
- "sha256": "843675a980b75e72d4a2e177c5e9ccebe0d9f4e142731404d4f5f445c0558c90"
222
- },
223
- {
224
- "path": "harness-test/checklist.md",
225
- "sha256": "a73b1905870f9099009d4203c1686f445056021c07d4095113b7b9637d8a16a1"
226
- },
227
- {
228
- "path": "harness-test/pitfalls-java.md",
229
- "sha256": "7cd886ba86e39bfd7e274607f9a612dd16e30f3ea21524173291d3f8b49409ec"
230
- },
231
- {
232
- "path": "harness-test/pitfalls.md",
233
- "sha256": "eafe949530ac04334aedf2117b314a54dfa68333f6f64c8a155001ab7a6a83d2"
234
- },
235
- {
236
- "path": "harness-test/reference.md",
237
- "sha256": "26b37f8aa4401b371c0b525442ef0f8a2edee6e370519e9a6f84d55aa6f3c4db"
238
- },
239
- {
240
- "path": "harness-test/SKILL.md",
241
- "sha256": "f56d96dc5d06a6605a0bfa8eb90e9284a293231afb31599eb2704b33388ab97d"
242
- },
243
- {
244
- "path": "protocols/archive-report-protocol.md",
245
- "sha256": "87b947bdd4fe5b9b2c0389dddbd98f5739f22deb58664325ab1b594f2d3f02dc"
246
- },
247
- {
248
- "path": "protocols/evidence-based-reporting-protocol.md",
249
- "sha256": "f78ea87823c0935a3033175b393582319da433cf4226e1705070b20d53890ba2"
250
- },
251
- {
252
- "path": "protocols/ledger-protocol.md",
253
- "sha256": "4861260f64b817e10b67f24012bc2d7214b2772ea5588b8afd44ece41757bdd4"
254
- },
255
- {
256
- "path": "protocols/powershell-protocol.md",
257
- "sha256": "04364d1f32290f454a23df1151bb9d71042c1dd3dc3312f746bb83090754813b"
258
- },
259
- {
260
- "path": "protocols/report-pipeline-protocol.md",
261
- "sha256": "8ae7426f4ba17ff2091884f9d713b994d85eb1d1fc5a08126afd29c6f8a214fe"
262
- },
263
- {
264
- "path": "protocols/sensitive-info-protocol.md",
265
- "sha256": "3cc74b6ae56fb1e2d73ebfc559aef94289f9a5f4ee340884e1eb053cf6880ef3"
266
- },
267
- {
268
- "path": "protocols/state-layout-protocol.md",
269
- "sha256": "42e68133d120072313f5fdd53b54b02501f03b76caf83986063a7ce5f395ce52"
270
- },
271
- {
272
- "path": "protocols/submit-protocol.md",
273
- "sha256": "b0fb07830c3b25b06bba3b8af3f831a5dde9b7329d8b1ee19386a59040cfc481"
274
- },
275
- {
276
- "path": "README.md",
277
- "sha256": "0fdcdafa49e50fe9a9029e7f1a36ab1ef2837cb0cce3d0c27ace861a39c809ed"
278
- },
279
- {
280
- "path": "scripts/harness_archive.py",
281
- "sha256": "b3365b41be7d73b4e18485c9d2c66ac412c58e59a5dac6bd8f88a2ca766da731"
282
- },
283
- {
284
- "path": "scripts/harness_deploy.py",
285
- "sha256": "0c12c5de6021a3fe44d925fc5481b139ee3565b5d271d3f9cda8857ff073155b"
286
- },
287
- {
288
- "path": "scripts/harness_events.py",
289
- "sha256": "87065925234a489437373a14a7b4d4aff7f9f69b861ecf257a8de0efbc6ec254"
290
- },
291
- {
292
- "path": "scripts/harness_ledger.py",
293
- "sha256": "cb928198c744dfd691daebf9837fd5e10671d0701985a64b7490b0aa77320bda"
294
- },
295
- {
296
- "path": "scripts/harness_preflight.py",
297
- "sha256": "27b6fbd6398115eb2fc61040f84e0b555180d8a82ec156e14e81c26fb1fab8c0"
298
- },
299
- {
300
- "path": "scripts/harness_service.py",
301
- "sha256": "ff49af3f114277090257423c1aeb8a121f78851d71afd37f32e9f8d91a40ad89"
302
- }
303
- ]
304
- }