@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": "cdccd673d8d54e1905f3d866cf2a5280fa87ac0cecbe3874fdca4c6b62930b27"
|
|
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": "c10eadba8c51507a6fd6973bf97aa328ac0f33fd551e22fbef2ec940a3ee0389"
|
|
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": "276f7fd52c40ce0700cc1de90c9bdddcbbbdbce6ef27f28b9169cbf7542fe8e2"
|
|
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": "d1590d32bdefb7025511972946cf6849ebbe1745a564ec9499cdca72b57a252c"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
148
|
+
"sha256": "76dc0d0aad1882d1f3976636d4b9a82a8c44ef5477b63e4439d12c62e7af767e"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "harness-knowledge-query/SKILL.md",
|
|
152
|
-
"sha256": "
|
|
152
|
+
"sha256": "76c185dc8ec6919f6753fb4ff424f1cb21dbc0948a6a6fe2ce5abf81cba1c23e"
|
|
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": "21c9581b21f7231707f36395d1263d0c49baf6856bb8f7668f51d5cb15a850b5"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-pull/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "ed6c1c901d5d87da6f7d5bb31d95f75f57dae43fbc629a4d081f49a31efb69d6"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-push/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "876cf6faacaf65caa54f7848d89c70d86d6dbe8e63cd55ad9f9390ddc5d3b72f"
|
|
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": "e706298fe8f48fb47d8fff250b0491b28489657aa5fe7786e4d7097a342090be"
|
|
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": "bd21caf6d931282446ba21164a77419e9030be729feaf94bccabc5f0fef3b4f4"
|
|
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": "f425d6a29339dd4cd30475e44a38079a333fcb77f00001ccce34c9e248c93cef"
|
|
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": "1ea86d4ba04f4477016d66c250e374d5b6bd2cae8f8a06fc741b566531f7f29f"
|
|
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": "2a38bb9f3fae3c2c380383e86c884d10e8de358216431089fea391eeab537b09"
|
|
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": "a4e786d79cfed4f8c4c1ec940a58d747e80b8b72c104d3af7b68ecec3ac287d2"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"path": "harness-apidoc/SKILL.md",
|
|
96
|
-
"sha256": "
|
|
96
|
+
"sha256": "5189cf5ee562705ecbb2811ebd84e8403b8091bf9eb44aa9ba82cc211852b013"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "harness-archive/SKILL.md",
|
|
112
|
-
"sha256": "
|
|
112
|
+
"sha256": "82924df545ef76c0e9ca4d63ca241fd3c5bfce0fbdd54391bc867e99e40122f2"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
128
|
-
"sha256": "
|
|
128
|
+
"sha256": "230f54ed41f65c852aef9f37128e4a39bb625549cc36c5ccc2d8959649416a90"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -165,15 +165,15 @@
|
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-execute/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "ca6ee721fc540a338ab5c2c669e6ef7bb7a2e31a490c3b26ee3074361a4e0e97"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "1a3f09833eaff3ad0f5aba9ef50f737ad66b4dc9a511ff95c99bcc41bfad95e3"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-knowledge-query/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "410ca436f22939050d7b8e0477779526d86060b52e57025d14bcb2f0091e37bd"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-package/checklist.md",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-package/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "5c3895df9aef2eea7211d98eb9e97125fe6573877b5c2c5fc74548fc0d51f5fd"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-plan/checklist.md",
|
|
@@ -197,19 +197,19 @@
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-plan/reference.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "a0f92a7df9405c096f796f51e1e8020f35d9d8737ec4de961632191999b631cf"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-plan/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "585eb688c86452accffa14d3a26cdf03856d6063830eb9b9e604bf5b0d47c08f"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-pull/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "beb395be6263700f005ff7c6f85f47409a35e3b6abb3bbdb55d73b4b3d08ed57"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-push/SKILL.md",
|
|
212
|
-
"sha256": "
|
|
212
|
+
"sha256": "b76dad490eee87416abebc848a6f1a48b25b06abd6d27299aeb40fa7d4701dce"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-review/checklist.md",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-review/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "c5130dcb70cca60058c248de8df6ed5ceefb1b1116d816641001e8a1b4f7b390"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-run/checklist.md",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-run/SKILL.md",
|
|
244
|
-
"sha256": "
|
|
244
|
+
"sha256": "bfcf7648f0a9e0b9909ff4c48a50347f95a77730219d04e6f20b8fd23eec8b36"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-submit/checklist.md",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "harness-submit/SKILL.md",
|
|
256
|
-
"sha256": "
|
|
256
|
+
"sha256": "99f39437ad4165b4276cb5178a0ce2fa371323964052aa771c19e96514f07960"
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-sync/reference.md",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-sync/SKILL.md",
|
|
264
|
-
"sha256": "
|
|
264
|
+
"sha256": "331283d3de57f88250aaca0a12f529b670d455862ebdc1626e7ae9ec706fde5c"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
"path": "harness-test/checklist.md",
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
287
|
"path": "harness-test/SKILL.md",
|
|
288
|
-
"sha256": "
|
|
288
|
+
"sha256": "134f05edcc98580c8a49c8a10ac9d8deffbbd3da6100d4b2b4bd2bd52a52786a"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -361,11 +361,11 @@
|
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_archive.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "a93bca73ec922a6e254a49240730ba2a60b94f5abc707c0aa5275bdd0f4071a4"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_change.py",
|
|
368
|
-
"sha256": "
|
|
368
|
+
"sha256": "8bebf4230db994a0f03bdf4fc5917b4f1cd73d70bff408b90144f7d3272c0168"
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_context.py",
|
|
376
|
-
"sha256": "
|
|
376
|
+
"sha256": "08c96d44d027d31e8160089aea5358d5eb9a703ebe6d1de3c584b649f964d16e"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"path": "scripts/harness_deploy.py",
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_events.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "fb93e4bec3094a2d7db12d2737d056a4e6e30e11508c65ccf80f6fb6d02cd803"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"path": "scripts/harness_gate.py",
|
|
408
|
-
"sha256": "
|
|
408
|
+
"sha256": "2000537e48d36cd56f4d9100c1d07fe2daab9d03f646d4d584e47b971ae2d608"
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"path": "scripts/harness_headless.py",
|
|
@@ -469,11 +469,11 @@
|
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"path": "scripts/harness_review.py",
|
|
472
|
-
"sha256": "
|
|
472
|
+
"sha256": "27084f6bd462e2ff61b175fa67fba713db1316d2cfa1498ee16413b1c135e247"
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
475
|
"path": "scripts/harness_runtime.py",
|
|
476
|
-
"sha256": "
|
|
476
|
+
"sha256": "ea1e3e3aa89062616b6c990f6fa2072f1d1a16d6bba892c419875d4c04ca6ad5"
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
479
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "9186bc8453d4c04da91cf0789e6ff971c658a1082f760726aceeb54fb9d11a62"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "agents/harness-evaluator.md",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"path": "harness-apidoc/SKILL.md",
|
|
96
|
-
"sha256": "
|
|
96
|
+
"sha256": "ad5bcb1c900908df2967147ae41781a61652678f5a78fec8b027cb0d6959ae8a"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/checklist.md",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "harness-archive/SKILL.md",
|
|
112
|
-
"sha256": "
|
|
112
|
+
"sha256": "f5a4d51eb525d1667367fd42b7935c872be98084867abdeb2274713927c9e0db"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"path": "harness-codebase-map/SKILL.md",
|
|
128
|
-
"sha256": "
|
|
128
|
+
"sha256": "519cb5f760dd3e453999751440917a9ab0693fec122379f83273f10e91729e16"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -165,15 +165,15 @@
|
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-execute/SKILL.md",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "192d025465f9ff9c854621e969e8c90bfdd71dac03e66006e9f11f7bd5d30889"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
172
|
-
"sha256": "
|
|
172
|
+
"sha256": "fc710546bcca39b09c2b04f985b276dd019f8933d38e815e8ad0d236693b8bce"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-knowledge-query/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "7a99a991a51571f2b8ddef20419bc68e3c5f29f0c1fa65bb80b03856da3e3cc8"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-package/checklist.md",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-package/SKILL.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "b63ff40fc00b6347c33c4ea662c393eda4340f5eeec2e0a30456caf653e67d6c"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-plan/checklist.md",
|
|
@@ -197,19 +197,19 @@
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-plan/reference.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "a0f92a7df9405c096f796f51e1e8020f35d9d8737ec4de961632191999b631cf"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-plan/SKILL.md",
|
|
204
|
-
"sha256": "
|
|
204
|
+
"sha256": "22e7d0f9a7c42897d5959247b90913a04a8a07d90a1cdac5f52d4aa20a4bb1fd"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"path": "harness-pull/SKILL.md",
|
|
208
|
-
"sha256": "
|
|
208
|
+
"sha256": "48f8a131fe8bdbd9eff0157ce258698c261bc67b1488e1da95fab4c86a8ee06a"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"path": "harness-push/SKILL.md",
|
|
212
|
-
"sha256": "
|
|
212
|
+
"sha256": "b90cf6da972b0fcf0f031c254b7fb90e725afdca7bb57c2ced169b9b5ae99e0d"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-review/checklist.md",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"path": "harness-review/SKILL.md",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "c06d0781a5cf9e994cabe745b7031381d1351c5dfc0e4c1400c505b83b3dfd9e"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-run/checklist.md",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-run/SKILL.md",
|
|
244
|
-
"sha256": "
|
|
244
|
+
"sha256": "df3141b3c4384ed441a5d92e2c03317d77f8e62a1b7dbad6485b9eff83b744a5"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-submit/checklist.md",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "harness-submit/SKILL.md",
|
|
256
|
-
"sha256": "
|
|
256
|
+
"sha256": "2ff0acb5e341ac30708cfcce577a79635cbb9e300df0642809806fe69c457894"
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"path": "harness-sync/reference.md",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"path": "harness-sync/SKILL.md",
|
|
264
|
-
"sha256": "
|
|
264
|
+
"sha256": "6eccc2ad5bf2cef494b08dc853cee80e76651ad617fbf5b9aa59187b18eb61ac"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
"path": "harness-test/checklist.md",
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
287
|
"path": "harness-test/SKILL.md",
|
|
288
|
-
"sha256": "
|
|
288
|
+
"sha256": "252f1719dd5b7ecfe9f85fd7ae22e51c39cc6b22798b8c751520871c32571fb3"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -361,11 +361,11 @@
|
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_archive.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "a93bca73ec922a6e254a49240730ba2a60b94f5abc707c0aa5275bdd0f4071a4"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_change.py",
|
|
368
|
-
"sha256": "
|
|
368
|
+
"sha256": "8bebf4230db994a0f03bdf4fc5917b4f1cd73d70bff408b90144f7d3272c0168"
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"path": "scripts/harness_context.py",
|
|
376
|
-
"sha256": "
|
|
376
|
+
"sha256": "08c96d44d027d31e8160089aea5358d5eb9a703ebe6d1de3c584b649f964d16e"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"path": "scripts/harness_deploy.py",
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_events.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "fb93e4bec3094a2d7db12d2737d056a4e6e30e11508c65ccf80f6fb6d02cd803"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"path": "scripts/harness_gate.py",
|
|
408
|
-
"sha256": "
|
|
408
|
+
"sha256": "2000537e48d36cd56f4d9100c1d07fe2daab9d03f646d4d584e47b971ae2d608"
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"path": "scripts/harness_headless.py",
|
|
@@ -469,11 +469,11 @@
|
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"path": "scripts/harness_review.py",
|
|
472
|
-
"sha256": "
|
|
472
|
+
"sha256": "27084f6bd462e2ff61b175fa67fba713db1316d2cfa1498ee16413b1c135e247"
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
475
|
"path": "scripts/harness_runtime.py",
|
|
476
|
-
"sha256": "
|
|
476
|
+
"sha256": "ea1e3e3aa89062616b6c990f6fa2072f1d1a16d6bba892c419875d4c04ca6ad5"
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
479
|
"path": "scripts/harness_service.py",
|