@hunter-harness/workflow-harness 0.4.3 → 0.4.8
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.
- package/harness/bundles/general/claude-code/.harness-build.json +1 -1
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +4 -3
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-execute/SKILL.md +4 -2
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-plan/reference.md +30 -3
- package/harness/bundles/general/claude-code/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +28 -1
- package/harness/bundles/general/claude-code/scripts/harness_change.py +74 -0
- package/harness/bundles/general/claude-code/scripts/harness_context.py +271 -10
- package/harness/bundles/general/claude-code/scripts/harness_events.py +4 -1
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +280 -76
- package/harness/bundles/general/claude-code/scripts/harness_review.py +120 -0
- package/harness/bundles/general/claude-code/scripts/harness_runtime.py +13 -0
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +4 -3
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-execute/SKILL.md +4 -2
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +30 -3
- package/harness/bundles/general/codebuddy/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +28 -1
- package/harness/bundles/general/codebuddy/scripts/harness_change.py +74 -0
- package/harness/bundles/general/codebuddy/scripts/harness_context.py +271 -10
- package/harness/bundles/general/codebuddy/scripts/harness_events.py +4 -1
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +280 -76
- package/harness/bundles/general/codebuddy/scripts/harness_review.py +120 -0
- package/harness/bundles/general/codebuddy/scripts/harness_runtime.py +13 -0
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +4 -3
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-execute/SKILL.md +4 -2
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-plan/reference.md +30 -3
- package/harness/bundles/general/codex/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/codex/scripts/harness_archive.py +28 -1
- package/harness/bundles/general/codex/scripts/harness_change.py +74 -0
- package/harness/bundles/general/codex/scripts/harness_context.py +271 -10
- package/harness/bundles/general/codex/scripts/harness_events.py +4 -1
- package/harness/bundles/general/codex/scripts/harness_gate.py +280 -76
- package/harness/bundles/general/codex/scripts/harness_review.py +120 -0
- package/harness/bundles/general/codex/scripts/harness_runtime.py +13 -0
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +4 -3
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-execute/SKILL.md +4 -2
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-plan/reference.md +30 -3
- package/harness/bundles/general/cursor/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/cursor/scripts/harness_archive.py +28 -1
- package/harness/bundles/general/cursor/scripts/harness_change.py +74 -0
- package/harness/bundles/general/cursor/scripts/harness_context.py +271 -10
- package/harness/bundles/general/cursor/scripts/harness_events.py +4 -1
- package/harness/bundles/general/cursor/scripts/harness_gate.py +280 -76
- package/harness/bundles/general/cursor/scripts/harness_review.py +120 -0
- package/harness/bundles/general/cursor/scripts/harness_runtime.py +13 -0
- package/harness/bundles/general/pi/.harness-build.json +1 -1
- package/harness/bundles/general/pi/harness-archive/SKILL.md +4 -3
- package/harness/bundles/general/pi/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-execute/SKILL.md +4 -2
- package/harness/bundles/general/pi/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-plan/SKILL.md +2 -2
- package/harness/bundles/general/pi/harness-plan/reference.md +30 -3
- package/harness/bundles/general/pi/harness-pull/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-push/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/pi/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/pi/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/pi/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/pi/scripts/harness_archive.py +28 -1
- package/harness/bundles/general/pi/scripts/harness_change.py +74 -0
- package/harness/bundles/general/pi/scripts/harness_context.py +271 -10
- package/harness/bundles/general/pi/scripts/harness_events.py +4 -1
- package/harness/bundles/general/pi/scripts/harness_gate.py +280 -76
- package/harness/bundles/general/pi/scripts/harness_review.py +120 -0
- package/harness/bundles/general/pi/scripts/harness_runtime.py +13 -0
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +4 -3
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-execute/SKILL.md +4 -2
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-plan/reference.md +30 -3
- package/harness/bundles/java/claude-code/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +28 -1
- package/harness/bundles/java/claude-code/scripts/harness_change.py +74 -0
- package/harness/bundles/java/claude-code/scripts/harness_context.py +271 -10
- package/harness/bundles/java/claude-code/scripts/harness_events.py +4 -1
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +280 -76
- package/harness/bundles/java/claude-code/scripts/harness_review.py +120 -0
- package/harness/bundles/java/claude-code/scripts/harness_runtime.py +13 -0
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +4 -3
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-execute/SKILL.md +4 -2
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +30 -3
- package/harness/bundles/java/codebuddy/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +28 -1
- package/harness/bundles/java/codebuddy/scripts/harness_change.py +74 -0
- package/harness/bundles/java/codebuddy/scripts/harness_context.py +271 -10
- package/harness/bundles/java/codebuddy/scripts/harness_events.py +4 -1
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +280 -76
- package/harness/bundles/java/codebuddy/scripts/harness_review.py +120 -0
- package/harness/bundles/java/codebuddy/scripts/harness_runtime.py +13 -0
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +4 -3
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-execute/SKILL.md +4 -2
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-plan/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-plan/reference.md +30 -3
- package/harness/bundles/java/codex/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/codex/scripts/harness_archive.py +28 -1
- package/harness/bundles/java/codex/scripts/harness_change.py +74 -0
- package/harness/bundles/java/codex/scripts/harness_context.py +271 -10
- package/harness/bundles/java/codex/scripts/harness_events.py +4 -1
- package/harness/bundles/java/codex/scripts/harness_gate.py +280 -76
- package/harness/bundles/java/codex/scripts/harness_review.py +120 -0
- package/harness/bundles/java/codex/scripts/harness_runtime.py +13 -0
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +4 -3
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-execute/SKILL.md +4 -2
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-plan/reference.md +30 -3
- package/harness/bundles/java/cursor/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/cursor/scripts/harness_archive.py +28 -1
- package/harness/bundles/java/cursor/scripts/harness_change.py +74 -0
- package/harness/bundles/java/cursor/scripts/harness_context.py +271 -10
- package/harness/bundles/java/cursor/scripts/harness_events.py +4 -1
- package/harness/bundles/java/cursor/scripts/harness_gate.py +280 -76
- package/harness/bundles/java/cursor/scripts/harness_review.py +120 -0
- package/harness/bundles/java/cursor/scripts/harness_runtime.py +13 -0
- package/harness/bundles/java/pi/.harness-build.json +1 -1
- package/harness/bundles/java/pi/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-archive/SKILL.md +4 -3
- package/harness/bundles/java/pi/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-execute/SKILL.md +4 -2
- package/harness/bundles/java/pi/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-plan/SKILL.md +2 -2
- package/harness/bundles/java/pi/harness-plan/reference.md +30 -3
- package/harness/bundles/java/pi/harness-pull/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-push/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/pi/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/pi/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/pi/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/pi/scripts/harness_archive.py +28 -1
- package/harness/bundles/java/pi/scripts/harness_change.py +74 -0
- package/harness/bundles/java/pi/scripts/harness_context.py +271 -10
- package/harness/bundles/java/pi/scripts/harness_events.py +4 -1
- package/harness/bundles/java/pi/scripts/harness_gate.py +280 -76
- package/harness/bundles/java/pi/scripts/harness_review.py +120 -0
- package/harness/bundles/java/pi/scripts/harness_runtime.py +13 -0
- package/harness/manifests/general/claude-code.json +22 -22
- package/harness/manifests/general/codebuddy.json +22 -22
- package/harness/manifests/general/codex.json +22 -22
- package/harness/manifests/general/cursor.json +22 -22
- package/harness/manifests/general/pi.json +22 -22
- package/harness/manifests/java/claude-code.json +24 -24
- package/harness/manifests/java/codebuddy.json +24 -24
- package/harness/manifests/java/codex.json +24 -24
- package/harness/manifests/java/cursor.json +24 -24
- package/harness/manifests/java/pi.json +24 -24
- package/hunter-workflow-family.json +2 -2
- package/package.json +15 -15
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "af7235a0d28ae308584f1459f8d9d88518ac76f6ade73fdaf147e25ae33d2854"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "5155ce6caf7a61619c7c71ccb24e8b20bf5ed9638f5ce7218deb8f19e4944fbb"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
116
|
-
"sha256": "
|
|
116
|
+
"sha256": "ed7f1ecf269f89967629e75c64e6cda660329d4e61f80cb6cd9d420ab35b7523"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -153,15 +153,15 @@
|
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "harness-execute/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
156
|
+
"sha256": "c06188af5f7ad7ff46d8fbd581cf5dee2e507c1b07a17f2e79ea05d759614709"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "449f747c437c1db0023011d493ed6c4e5d9eada1fd25d279afc9bf2bf13de199"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "5c5465cde0a63860bf2dd2749f13cbec8f6dc28a89281c7bfd1905e7225bfe8e"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-plan/checklist.md",
|
|
@@ -173,19 +173,19 @@
|
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-plan/reference.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "a0f92a7df9405c096f796f51e1e8020f35d9d8737ec4de961632191999b631cf"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-plan/SKILL.md",
|
|
180
|
-
"sha256": "
|
|
180
|
+
"sha256": "af8580bb0660a3690d198b13a14fb165be6236b84bf199b328b3bfb0a3bfb76c"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-pull/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "b06b18d6456a051d9f66d9afaad4ffc93d317ed2a1dd89e91b3ac8b4a457ddfd"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-push/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "b2f9e1b94aa06cad80768fb608b06ddf5a2140d051294c6c596b691174750073"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-review/checklist.md",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-review/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "149af92b37cedb1da4f351160d5b2cc6f0c04dd3cea828bfb6ed1cb18d4fefda"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-run/checklist.md",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-run/SKILL.md",
|
|
220
|
-
"sha256": "
|
|
220
|
+
"sha256": "b9a5b936b7a8ed15b5ac17c1efb7941bb4d288194ef210539f9471afc4645ad0"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-submit/checklist.md",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-submit/SKILL.md",
|
|
232
|
-
"sha256": "
|
|
232
|
+
"sha256": "b28c5f60f9949b143be455d063e23ac1b490b84c9da4fbc3f80ecf96da423c75"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-sync/reference.md",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-sync/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
240
|
+
"sha256": "01cd15919842f35311ca37c550e2859347ffcdd2642cc31564b26d246d5c220e"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-test/checklist.md",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-test/SKILL.md",
|
|
264
|
-
"sha256": "
|
|
264
|
+
"sha256": "5f794306c6d55f86178514a56308f5cc34e28b87c2b12a18de095ec5fff495f3"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -337,11 +337,11 @@
|
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
339
|
"path": "scripts/harness_archive.py",
|
|
340
|
-
"sha256": "
|
|
340
|
+
"sha256": "a93bca73ec922a6e254a49240730ba2a60b94f5abc707c0aa5275bdd0f4071a4"
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
343
|
"path": "scripts/harness_change.py",
|
|
344
|
-
"sha256": "
|
|
344
|
+
"sha256": "8bebf4230db994a0f03bdf4fc5917b4f1cd73d70bff408b90144f7d3272c0168"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"path": "scripts/harness_context.py",
|
|
352
|
-
"sha256": "
|
|
352
|
+
"sha256": "08c96d44d027d31e8160089aea5358d5eb9a703ebe6d1de3c584b649f964d16e"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_deploy.py",
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_events.py",
|
|
372
|
-
"sha256": "
|
|
372
|
+
"sha256": "fb93e4bec3094a2d7db12d2737d056a4e6e30e11508c65ccf80f6fb6d02cd803"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"path": "scripts/harness_gate.py",
|
|
384
|
-
"sha256": "
|
|
384
|
+
"sha256": "2000537e48d36cd56f4d9100c1d07fe2daab9d03f646d4d584e47b971ae2d608"
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_headless.py",
|
|
@@ -445,11 +445,11 @@
|
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
447
|
"path": "scripts/harness_review.py",
|
|
448
|
-
"sha256": "
|
|
448
|
+
"sha256": "27084f6bd462e2ff61b175fa67fba713db1316d2cfa1498ee16413b1c135e247"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"path": "scripts/harness_runtime.py",
|
|
452
|
-
"sha256": "
|
|
452
|
+
"sha256": "ea1e3e3aa89062616b6c990f6fa2072f1d1a16d6bba892c419875d4c04ca6ad5"
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "0f492af585d6a6d8cac325426b03329d319bd58e54a67d3832218be18b074973"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "728befa19c6d9de220165669667eee2ec9c660095e93d10f19b16e01f417fff0"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-codebase-map/SKILL.md",
|
|
116
|
-
"sha256": "
|
|
116
|
+
"sha256": "f85c34d5e974ca5110c2e0c221230404465ad2dd0c5d8e60a25b6332af84dd5d"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -153,15 +153,15 @@
|
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "harness-execute/SKILL.md",
|
|
156
|
-
"sha256": "
|
|
156
|
+
"sha256": "b92f0fd3c2ec26d05a87586aa0ce1a338e62e9dd80f7f4eb6ddd621722d39495"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "2b3843ed911078f845dab1cab53ae2be02b60e194ac62622c0128dce43d2c720"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "a8abff4036be2e334d84e50a7de491c00d634a19173344b61d910952c3b981f2"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-plan/checklist.md",
|
|
@@ -173,19 +173,19 @@
|
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-plan/reference.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "a0f92a7df9405c096f796f51e1e8020f35d9d8737ec4de961632191999b631cf"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-plan/SKILL.md",
|
|
180
|
-
"sha256": "
|
|
180
|
+
"sha256": "c9fbde65316de49f6b3c72fc4b3f981984022488691477690f182f903b1b1fdf"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "harness-pull/SKILL.md",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "f9068ba4485cd7b4b174e8e2a5489cd5e7f42e7d44273e1befd89a2d78aafdc8"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-push/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "3587bde63a0d4d2d615391453568c87fe09bd651c306d66b39d97a5620e942a2"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-review/checklist.md",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-review/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "dacf0b2fb1f4bbe6c25c12afdc2d06ff5c25e39c3ab28c1135d37fa56af327c7"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-run/checklist.md",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-run/SKILL.md",
|
|
220
|
-
"sha256": "
|
|
220
|
+
"sha256": "44661c1f90b2639bc3abcc6fa3f5bcf41589271161507cb0e5bd0f6ac5f9340e"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-submit/checklist.md",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-submit/SKILL.md",
|
|
232
|
-
"sha256": "
|
|
232
|
+
"sha256": "a44715832fcf517fb957ec82a4091c9d7000c7bbde95069f2337d9713ba24b64"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-sync/reference.md",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"path": "harness-sync/SKILL.md",
|
|
240
|
-
"sha256": "
|
|
240
|
+
"sha256": "0713ff280f13a0753c9f033c0864fdf7a7bf7fd08967b33f9d1e8b62e87ff211"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-test/checklist.md",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-test/SKILL.md",
|
|
264
|
-
"sha256": "
|
|
264
|
+
"sha256": "a721810e55f4238c856b5158f60ca1347c8b2008efebd922eca9e7b3af856a68"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -337,11 +337,11 @@
|
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
339
|
"path": "scripts/harness_archive.py",
|
|
340
|
-
"sha256": "
|
|
340
|
+
"sha256": "a93bca73ec922a6e254a49240730ba2a60b94f5abc707c0aa5275bdd0f4071a4"
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
343
|
"path": "scripts/harness_change.py",
|
|
344
|
-
"sha256": "
|
|
344
|
+
"sha256": "8bebf4230db994a0f03bdf4fc5917b4f1cd73d70bff408b90144f7d3272c0168"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"path": "scripts/harness_context.py",
|
|
352
|
-
"sha256": "
|
|
352
|
+
"sha256": "08c96d44d027d31e8160089aea5358d5eb9a703ebe6d1de3c584b649f964d16e"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_deploy.py",
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_events.py",
|
|
372
|
-
"sha256": "
|
|
372
|
+
"sha256": "fb93e4bec3094a2d7db12d2737d056a4e6e30e11508c65ccf80f6fb6d02cd803"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"path": "scripts/harness_gate.py",
|
|
384
|
-
"sha256": "
|
|
384
|
+
"sha256": "2000537e48d36cd56f4d9100c1d07fe2daab9d03f646d4d584e47b971ae2d608"
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_headless.py",
|
|
@@ -445,11 +445,11 @@
|
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
447
|
"path": "scripts/harness_review.py",
|
|
448
|
-
"sha256": "
|
|
448
|
+
"sha256": "27084f6bd462e2ff61b175fa67fba713db1316d2cfa1498ee16413b1c135e247"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"path": "scripts/harness_runtime.py",
|
|
452
|
-
"sha256": "
|
|
452
|
+
"sha256": "ea1e3e3aa89062616b6c990f6fa2072f1d1a16d6bba892c419875d4c04ca6ad5"
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "a85fbf7338e7251646cc37de8cc789b2402748c8dfb98c2ff0a752a7c9ee4c03"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/SKILL.md",
|
|
88
|
-
"sha256": "
|
|
88
|
+
"sha256": "242c9cf71887c0095fd22d0b2da5e6259fc0b65a00c0d3b4e84803db9ec8b14c"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
104
|
-
"sha256": "
|
|
104
|
+
"sha256": "99b332035f7f4d0ac0f9d334d0acb5122a499572950a2bc74ed4a3998b41252a"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -141,15 +141,15 @@
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"path": "harness-execute/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
144
|
+
"sha256": "915387f369becb684156491a5433c2def00e275f162dddb3646fa1615b939b8e"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
148
|
+
"sha256": "ce6e981ba49cd4efefd6e5cfe63f9da2950f0d7e8afc8f508d2139921b2a0a4e"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "harness-knowledge-query/SKILL.md",
|
|
152
|
-
"sha256": "
|
|
152
|
+
"sha256": "96b6e46c9096faf63ad73987ff7c442262051cda4cd313357645f6f747e88423"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "harness-plan/checklist.md",
|
|
@@ -161,19 +161,19 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-plan/reference.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "a0f92a7df9405c096f796f51e1e8020f35d9d8737ec4de961632191999b631cf"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-plan/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "2633df4f45c303590f20e5f8e6e04a36d199ec23e5aa99cc0b053d4b77565a31"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-pull/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "5c2bd51b5be069051f237713a52b550de584e059196e349c3a6d9a33a5c8732f"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-push/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "a662ae5720daa7cd54ede91c6bdd96d306cbed6a777ba5023797a25d4b986dd1"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-review/checklist.md",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-review/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "0741745d73797e4006454e66ee958f3b4252fa769936e8f28896926241d4b35c"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-run/checklist.md",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-run/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "59525c554afa9ba0b6d031c524b6cd2c76a4edeae685056a058663695890c593"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-submit/checklist.md",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-submit/SKILL.md",
|
|
220
|
-
"sha256": "
|
|
220
|
+
"sha256": "31a446b19e9cbb23ed9b71a9b802c5d1d14282909b8594f3bfed46293433fdf1"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-sync/reference.md",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-sync/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "9dd06bc1045320dff8788246182ae7ae240c93af4131df64a11d143e2f819762"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-test/checklist.md",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-test/SKILL.md",
|
|
252
|
-
"sha256": "
|
|
252
|
+
"sha256": "ca5dcaf9491232a8bce8543955a73ca840271d2a66f4e3215e9dfb79a404aa4a"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -325,11 +325,11 @@
|
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
"path": "scripts/harness_archive.py",
|
|
328
|
-
"sha256": "
|
|
328
|
+
"sha256": "a93bca73ec922a6e254a49240730ba2a60b94f5abc707c0aa5275bdd0f4071a4"
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"path": "scripts/harness_change.py",
|
|
332
|
-
"sha256": "
|
|
332
|
+
"sha256": "8bebf4230db994a0f03bdf4fc5917b4f1cd73d70bff408b90144f7d3272c0168"
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
339
|
"path": "scripts/harness_context.py",
|
|
340
|
-
"sha256": "
|
|
340
|
+
"sha256": "08c96d44d027d31e8160089aea5358d5eb9a703ebe6d1de3c584b649f964d16e"
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
343
|
"path": "scripts/harness_deploy.py",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_events.py",
|
|
360
|
-
"sha256": "
|
|
360
|
+
"sha256": "fb93e4bec3094a2d7db12d2737d056a4e6e30e11508c65ccf80f6fb6d02cd803"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_gate.py",
|
|
372
|
-
"sha256": "
|
|
372
|
+
"sha256": "2000537e48d36cd56f4d9100c1d07fe2daab9d03f646d4d584e47b971ae2d608"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_headless.py",
|
|
@@ -433,11 +433,11 @@
|
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_review.py",
|
|
436
|
-
"sha256": "
|
|
436
|
+
"sha256": "27084f6bd462e2ff61b175fa67fba713db1316d2cfa1498ee16413b1c135e247"
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
439
|
"path": "scripts/harness_runtime.py",
|
|
440
|
-
"sha256": "
|
|
440
|
+
"sha256": "ea1e3e3aa89062616b6c990f6fa2072f1d1a16d6bba892c419875d4c04ca6ad5"
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
443
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "71e875c94677acdb0054d976fb88e507c54a7c156fcff4035fd2ccbc680fcdc9"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/SKILL.md",
|
|
88
|
-
"sha256": "
|
|
88
|
+
"sha256": "b9addf946a688491850ec7716510a12b60e71ce585dba5744765bc24e7546269"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"path": "harness-codebase-map/SKILL.md",
|
|
104
|
-
"sha256": "
|
|
104
|
+
"sha256": "0a5ca71c03a00ed3d0b548b419d24aa1859245d1cec05381f65b58e4fb0f82ed"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -141,15 +141,15 @@
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"path": "harness-execute/SKILL.md",
|
|
144
|
-
"sha256": "
|
|
144
|
+
"sha256": "fc829e173592017e464ec3dc90913437add88bc077f4e7e93c5b63fc29f90d1d"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
148
|
+
"sha256": "69056470a90f17d4957dcc5822d15c050e065c62526e5e3faca9a355ea3a9dd8"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "harness-knowledge-query/SKILL.md",
|
|
152
|
-
"sha256": "
|
|
152
|
+
"sha256": "6a4ac3fd9ed25ce681aa88d8769b68295954c6d41438017b34e7f52198f26289"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "harness-plan/checklist.md",
|
|
@@ -161,19 +161,19 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-plan/reference.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "a0f92a7df9405c096f796f51e1e8020f35d9d8737ec4de961632191999b631cf"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-plan/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "72e2bef74b033bf7a1a82d56e80d4e6fddc30fa1f88c41e4e7b864b1a1c2a0d1"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-pull/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "3b928f682658399d36348e3d26f3ebfdf296c648b1a4915b81a3be2e3cfead49"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-push/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "c68a96da03e23f30022b99e4482dbca1839911dfb784ec3180c4ebaaca791faa"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-review/checklist.md",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-review/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "c2b6355484d93931678dbce8169b4dd88e6940f6572a60dfc893f5424fe090ce"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-run/checklist.md",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-run/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "2e4ef6c2dd8734fb26156d9234b4abe470d32862be31e4867cce76150e963b44"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-submit/checklist.md",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-submit/SKILL.md",
|
|
220
|
-
"sha256": "
|
|
220
|
+
"sha256": "3883a297b3550977d28914b2bac3f1ca9c6c449f7da6cc2f77b62368edab53db"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"path": "harness-sync/reference.md",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-sync/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "4a3aecb534f1a4372512e37c473158c43c1eb3e3c7565fc744db5587b9df3e61"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-test/checklist.md",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-test/SKILL.md",
|
|
252
|
-
"sha256": "
|
|
252
|
+
"sha256": "79e1e71e1b057ff5dbb28a0b7550a43ac09f84c66812f50b782244d0ebfdd546"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -325,11 +325,11 @@
|
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
"path": "scripts/harness_archive.py",
|
|
328
|
-
"sha256": "
|
|
328
|
+
"sha256": "a93bca73ec922a6e254a49240730ba2a60b94f5abc707c0aa5275bdd0f4071a4"
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"path": "scripts/harness_change.py",
|
|
332
|
-
"sha256": "
|
|
332
|
+
"sha256": "8bebf4230db994a0f03bdf4fc5917b4f1cd73d70bff408b90144f7d3272c0168"
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
339
|
"path": "scripts/harness_context.py",
|
|
340
|
-
"sha256": "
|
|
340
|
+
"sha256": "08c96d44d027d31e8160089aea5358d5eb9a703ebe6d1de3c584b649f964d16e"
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
343
|
"path": "scripts/harness_deploy.py",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_events.py",
|
|
360
|
-
"sha256": "
|
|
360
|
+
"sha256": "fb93e4bec3094a2d7db12d2737d056a4e6e30e11508c65ccf80f6fb6d02cd803"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_gate.py",
|
|
372
|
-
"sha256": "
|
|
372
|
+
"sha256": "2000537e48d36cd56f4d9100c1d07fe2daab9d03f646d4d584e47b971ae2d608"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_headless.py",
|
|
@@ -433,11 +433,11 @@
|
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"path": "scripts/harness_review.py",
|
|
436
|
-
"sha256": "
|
|
436
|
+
"sha256": "27084f6bd462e2ff61b175fa67fba713db1316d2cfa1498ee16413b1c135e247"
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
439
|
"path": "scripts/harness_runtime.py",
|
|
440
|
-
"sha256": "
|
|
440
|
+
"sha256": "ea1e3e3aa89062616b6c990f6fa2072f1d1a16d6bba892c419875d4c04ca6ad5"
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
443
|
"path": "scripts/harness_service.py",
|