@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": "a5d80e63befd01230bdd202d0aa8d2ba21217f191ff57d677a4b1bde11cc3a26"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "harness-apidoc/SKILL.md",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "e89cda9a17dc8e834ce6503d765e5cb6c4ac87f92a0271ffb416455b3af54250"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "ff333ee320bb8f684df07dcedf6e012c7e3123f3818a2b477d45b4973d71a3e3"
|
|
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": "b6c60a1887ba43c36ed83726fe96b8eb390754363f7e629195a4dcf1e44c007b"
|
|
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": "c38514710117cb2135b43ba22799a63299bcd3dd1fa1d2d66b28c280d2f248e1"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "730d951e602cde8d2f8bcda2f618b466ce2dbd8a3eee15c4bbb896adb5fca26a"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "e055a6f0f7e9c3e80a8cbc70ab3fd5fd155164c2d408e697a7fbe9631eb4eff8"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-package/checklist.md",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-package/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "c5dd72e73f59fead42f720410aeaa6f0ff4c9b9c66265885787ff8d667c78475"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-plan/checklist.md",
|
|
@@ -185,19 +185,19 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/reference.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "a0f92a7df9405c096f796f51e1e8020f35d9d8737ec4de961632191999b631cf"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-plan/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "e48f37464acdaf9aa99090a8303734b92feb3ec2e4bf6d47a5e88d281f269faf"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-pull/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "d0df66ee041b8f175fd907897b1fe47e9b184c6eaf2173e17646f9e2f0d226d5"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-push/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "08992cbbce70e2ba01824d18c65a30c26a543a750cce0f4afaf5417c2022d144"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-review/checklist.md",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-review/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "ba099af4334f181adbabec49a726c208bd6e5e0734ea8305acb99a4624afad65"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-run/checklist.md",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-run/SKILL.md",
|
|
232
|
-
"sha256": "
|
|
232
|
+
"sha256": "ff44e1e5797219c960253ce0708053b852f8f84aac635e946e8159f8276038f2"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-submit/checklist.md",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-submit/SKILL.md",
|
|
244
|
-
"sha256": "
|
|
244
|
+
"sha256": "ac8c3f3495fb38552b4b3d178e3f56da31698db6dc1ff4d625c13b656af67f75"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-sync/reference.md",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-sync/SKILL.md",
|
|
252
|
-
"sha256": "
|
|
252
|
+
"sha256": "2b7f7d38dbe99013fac07263b8bad6663743f2e35366ddf5d13e5a8a6f71a53c"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "harness-test/checklist.md",
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"path": "harness-test/SKILL.md",
|
|
276
|
-
"sha256": "
|
|
276
|
+
"sha256": "1a2300406de7d744219b1d428001dbb5ae6adc80453f9f7e7bc775aae555818a"
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -349,11 +349,11 @@
|
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"path": "scripts/harness_archive.py",
|
|
352
|
-
"sha256": "
|
|
352
|
+
"sha256": "a93bca73ec922a6e254a49240730ba2a60b94f5abc707c0aa5275bdd0f4071a4"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_change.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "8bebf4230db994a0f03bdf4fc5917b4f1cd73d70bff408b90144f7d3272c0168"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_context.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "08c96d44d027d31e8160089aea5358d5eb9a703ebe6d1de3c584b649f964d16e"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_deploy.py",
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"path": "scripts/harness_events.py",
|
|
384
|
-
"sha256": "
|
|
384
|
+
"sha256": "fb93e4bec3094a2d7db12d2737d056a4e6e30e11508c65ccf80f6fb6d02cd803"
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_gate.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "2000537e48d36cd56f4d9100c1d07fe2daab9d03f646d4d584e47b971ae2d608"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_headless.py",
|
|
@@ -457,11 +457,11 @@
|
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
459
|
"path": "scripts/harness_review.py",
|
|
460
|
-
"sha256": "
|
|
460
|
+
"sha256": "27084f6bd462e2ff61b175fa67fba713db1316d2cfa1498ee16413b1c135e247"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"path": "scripts/harness_runtime.py",
|
|
464
|
-
"sha256": "
|
|
464
|
+
"sha256": "ea1e3e3aa89062616b6c990f6fa2072f1d1a16d6bba892c419875d4c04ca6ad5"
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
467
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "ac5378ae26b960b984bc3068108dc10ed1a4f9d10ee52c6017d9680a46bb44cf"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "harness-apidoc/SKILL.md",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "c8982af3082739f898e3f0cd3f0d67f2d9d581f2adb64bd87e0bc05d610021b7"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "8096088b31bdb036913c038f2d7fa4d4c73440b5dc42cc7c81c00195978799c8"
|
|
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": "8ea89fe11a322a39e2861aa87dfc502753c4c75cd4e3aa8bc21b7702c17b4cd8"
|
|
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": "12ec97e3d0fab3eca18845f4dd7da800d0de0e3c57a3ea005d988a079aa87287"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "b2d1d6752b44ac77a4518cfd74ffd6a4d98ba528a7c6336efc1bd3fcbcb0c7b0"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "0918fdebc07ec668048158a402e4f2ff06518eba36f87ebc1ac59662f3c0043f"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-package/checklist.md",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-package/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "cce24588e6998a1cf71af6e16de9a7827facfed47a4a724263c7bd600438d53e"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-plan/checklist.md",
|
|
@@ -185,19 +185,19 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/reference.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "a0f92a7df9405c096f796f51e1e8020f35d9d8737ec4de961632191999b631cf"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-plan/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "c7f59442d5d19b8731209e82574cdb6f25f22b8cd5dad30c1d71499adc5d16db"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-pull/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "cd23b6ea505838dcf7dc6f178150d3a072efa84057a8ea9bcf07da07879e1512"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-push/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "49914d0aee61cf9bc7ff62259a7f8663a16bdb94c8a59c14059008f1c7f437c5"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-review/checklist.md",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-review/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "88423bd6d92273dd2ccea9192776670a9714fb0e3860d05f226caf88bb4aaa77"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-run/checklist.md",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-run/SKILL.md",
|
|
232
|
-
"sha256": "
|
|
232
|
+
"sha256": "47ddb72fb459d4f4e7e596a6152ba82a1a6511b56c593bfaa949a8b4486a8d3e"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-submit/checklist.md",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-submit/SKILL.md",
|
|
244
|
-
"sha256": "
|
|
244
|
+
"sha256": "381a6220b57ce09f41d83363c61490203e134ef425098d64e68961ce76dfb77d"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-sync/reference.md",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-sync/SKILL.md",
|
|
252
|
-
"sha256": "
|
|
252
|
+
"sha256": "f469d8910934a3180332ff653b61cb895e928ac7ae328d5ada7314662c7a4885"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "harness-test/checklist.md",
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"path": "harness-test/SKILL.md",
|
|
276
|
-
"sha256": "
|
|
276
|
+
"sha256": "037c4446c4054852c8fee3e4f9a8acae9f85b317432e2f8970d27252d673861c"
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -349,11 +349,11 @@
|
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"path": "scripts/harness_archive.py",
|
|
352
|
-
"sha256": "
|
|
352
|
+
"sha256": "a93bca73ec922a6e254a49240730ba2a60b94f5abc707c0aa5275bdd0f4071a4"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_change.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "8bebf4230db994a0f03bdf4fc5917b4f1cd73d70bff408b90144f7d3272c0168"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_context.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "08c96d44d027d31e8160089aea5358d5eb9a703ebe6d1de3c584b649f964d16e"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_deploy.py",
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"path": "scripts/harness_events.py",
|
|
384
|
-
"sha256": "
|
|
384
|
+
"sha256": "fb93e4bec3094a2d7db12d2737d056a4e6e30e11508c65ccf80f6fb6d02cd803"
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_gate.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "2000537e48d36cd56f4d9100c1d07fe2daab9d03f646d4d584e47b971ae2d608"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_headless.py",
|
|
@@ -457,11 +457,11 @@
|
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
459
|
"path": "scripts/harness_review.py",
|
|
460
|
-
"sha256": "
|
|
460
|
+
"sha256": "27084f6bd462e2ff61b175fa67fba713db1316d2cfa1498ee16413b1c135e247"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"path": "scripts/harness_runtime.py",
|
|
464
|
-
"sha256": "
|
|
464
|
+
"sha256": "ea1e3e3aa89062616b6c990f6fa2072f1d1a16d6bba892c419875d4c04ca6ad5"
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
467
|
"path": "scripts/harness_service.py",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
{
|
|
27
27
|
"path": ".harness-build.json",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "c5784ecdeb647d23faed247f7e9e507d06fe093ef242ee3b45d534e19bf2118a"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "CONTEXT.md",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"path": "harness-apidoc/SKILL.md",
|
|
84
|
-
"sha256": "
|
|
84
|
+
"sha256": "bd185881d3d5cee43cb9081a619a00df1442ac41890387a9eae9e76162925628"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"path": "harness-archive/checklist.md",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "harness-archive/SKILL.md",
|
|
100
|
-
"sha256": "
|
|
100
|
+
"sha256": "465bddd9fc09db6e32b463d5ae174e62d7e7a16031b4948a955982278ffc9e0d"
|
|
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": "8c599c280cdad88dafbd87efc571260016e8cdbb013024f371a6fa96de308f13"
|
|
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": "db971adfa597457b68be4ce5329b8936d23afab3cf68d4ec4d3f804901b21224"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "280de879bcd4fc3a735b761ae933ac4dbab8c9bdcf1e119d2c707539f3a64c47"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "harness-knowledge-query/SKILL.md",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "0de965412706ae6ac16bc8537fc8aa3b10c71a5ebc3e9b77f792ce7724c1ef5d"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "harness-package/checklist.md",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"path": "harness-package/SKILL.md",
|
|
176
|
-
"sha256": "
|
|
176
|
+
"sha256": "d891666b8ffc990e782b655805d7ef99363c174b533f523e1cf81b5f84fb24da"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"path": "harness-plan/checklist.md",
|
|
@@ -185,19 +185,19 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"path": "harness-plan/reference.md",
|
|
188
|
-
"sha256": "
|
|
188
|
+
"sha256": "a0f92a7df9405c096f796f51e1e8020f35d9d8737ec4de961632191999b631cf"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "harness-plan/SKILL.md",
|
|
192
|
-
"sha256": "
|
|
192
|
+
"sha256": "05582502460137663655b98122c3942c69d078f091cc70e14d1191af35f6372f"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"path": "harness-pull/SKILL.md",
|
|
196
|
-
"sha256": "
|
|
196
|
+
"sha256": "3a91c54f0aec2f38d286a08ae825fd387bfa6701d06faf5f379f29d7aae308a7"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "harness-push/SKILL.md",
|
|
200
|
-
"sha256": "
|
|
200
|
+
"sha256": "02bed1c1cabfe5bdc7503c1d88712f5cd6fcf9cc2fd1afb110bd94359873108a"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"path": "harness-review/checklist.md",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"path": "harness-review/SKILL.md",
|
|
216
|
-
"sha256": "
|
|
216
|
+
"sha256": "d386498ac19fdd1c31153f8a0e0f693390fac46331c91adf83f34d820d90f5dc"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"path": "harness-run/checklist.md",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"path": "harness-run/SKILL.md",
|
|
232
|
-
"sha256": "
|
|
232
|
+
"sha256": "a2c3ec2e4e948733a1a9ba2ac3b597bb5f9b556f0959f2cdf078d64c53e51e98"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"path": "harness-submit/checklist.md",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"path": "harness-submit/SKILL.md",
|
|
244
|
-
"sha256": "
|
|
244
|
+
"sha256": "97dcef43498a7d03e96a115ef631d44bb9ae174ee3c905be5c1fb3b96da206fc"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"path": "harness-sync/reference.md",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "harness-sync/SKILL.md",
|
|
252
|
-
"sha256": "
|
|
252
|
+
"sha256": "2d5605e75530e8a33d21c15dd995d6d76e92df2027819517c34931bdbee50101"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"path": "harness-test/checklist.md",
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"path": "harness-test/SKILL.md",
|
|
276
|
-
"sha256": "
|
|
276
|
+
"sha256": "bb00e4de72f6ac1de9121b99935cb4f227c5aa1a8305995785ee3cbb69bcd75c"
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -349,11 +349,11 @@
|
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"path": "scripts/harness_archive.py",
|
|
352
|
-
"sha256": "
|
|
352
|
+
"sha256": "a93bca73ec922a6e254a49240730ba2a60b94f5abc707c0aa5275bdd0f4071a4"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"path": "scripts/harness_change.py",
|
|
356
|
-
"sha256": "
|
|
356
|
+
"sha256": "8bebf4230db994a0f03bdf4fc5917b4f1cd73d70bff408b90144f7d3272c0168"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"path": "scripts/harness_check_gate.py",
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"path": "scripts/harness_context.py",
|
|
364
|
-
"sha256": "
|
|
364
|
+
"sha256": "08c96d44d027d31e8160089aea5358d5eb9a703ebe6d1de3c584b649f964d16e"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"path": "scripts/harness_deploy.py",
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"path": "scripts/harness_events.py",
|
|
384
|
-
"sha256": "
|
|
384
|
+
"sha256": "fb93e4bec3094a2d7db12d2737d056a4e6e30e11508c65ccf80f6fb6d02cd803"
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"path": "scripts/harness_execution_contracts.py",
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"path": "scripts/harness_gate.py",
|
|
396
|
-
"sha256": "
|
|
396
|
+
"sha256": "2000537e48d36cd56f4d9100c1d07fe2daab9d03f646d4d584e47b971ae2d608"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"path": "scripts/harness_headless.py",
|
|
@@ -457,11 +457,11 @@
|
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
459
|
"path": "scripts/harness_review.py",
|
|
460
|
-
"sha256": "
|
|
460
|
+
"sha256": "27084f6bd462e2ff61b175fa67fba713db1316d2cfa1498ee16413b1c135e247"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"path": "scripts/harness_runtime.py",
|
|
464
|
-
"sha256": "
|
|
464
|
+
"sha256": "ea1e3e3aa89062616b6c990f6fa2072f1d1a16d6bba892c419875d4c04ca6ad5"
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
467
|
"path": "scripts/harness_service.py",
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"java"
|
|
8
8
|
],
|
|
9
9
|
"bundle_version": "0.2.73",
|
|
10
|
-
"content_sha256": "sha256:
|
|
10
|
+
"content_sha256": "sha256:b10b8684797329b17dc2340c11bdd651e8661ec1eddef9b04531496c0dedab57",
|
|
11
11
|
"minimumCliVersion": "0.2.92",
|
|
12
|
-
"workflowPackageVersion": "0.4.
|
|
12
|
+
"workflowPackageVersion": "0.4.8",
|
|
13
13
|
"capabilities": [
|
|
14
14
|
"sync@2",
|
|
15
15
|
"rules-sync@1",
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@hunter-harness/workflow-harness",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "Harness workflow family data package (bundles, manifests, migrations)",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"files": [
|
|
8
|
-
"harness",
|
|
9
|
-
"hunter-workflow-family.json",
|
|
10
|
-
"README.md"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"prepack": "node ../../scripts/sync-harness.mjs"
|
|
14
|
-
}
|
|
15
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@hunter-harness/workflow-harness",
|
|
3
|
+
"version": "0.4.8",
|
|
4
|
+
"description": "Harness workflow family data package (bundles, manifests, migrations)",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"files": [
|
|
8
|
+
"harness",
|
|
9
|
+
"hunter-workflow-family.json",
|
|
10
|
+
"README.md"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"prepack": "node ../../scripts/sync-harness.mjs"
|
|
14
|
+
}
|
|
15
|
+
}
|