@hunter-harness/workflow-harness 0.2.42 → 0.2.43
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/contracts/build-profile-v3.schema.json +56 -1
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-archive/reference.md +1 -0
- package/harness/bundles/general/claude-code/harness-archive/templates/render-summary.mjs +8 -0
- package/harness/bundles/general/claude-code/harness-archive/templates/summary-data-template.json +28 -0
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/reference.md +6 -1
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +8 -2
- package/harness/bundles/general/claude-code/protocols/execution-session-protocol.md +52 -0
- package/harness/bundles/general/claude-code/protocols/state-layout-protocol.md +24 -1
- package/harness/bundles/general/claude-code/protocols/verification-graph-protocol.md +6 -0
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +4 -0
- package/harness/bundles/general/claude-code/scripts/harness_efficiency.py +290 -0
- package/harness/bundles/general/claude-code/scripts/harness_environment.py +719 -35
- package/harness/bundles/general/claude-code/scripts/harness_fixback.py +742 -0
- package/harness/bundles/general/claude-code/scripts/harness_profile.py +34 -0
- package/harness/bundles/general/claude-code/scripts/harness_runtime.py +1165 -3
- package/harness/bundles/general/claude-code/scripts/harness_service.py +76 -0
- package/harness/bundles/general/claude-code/scripts/harness_test_runner.py +127 -39
- package/harness/bundles/general/claude-code/scripts/harness_verification.py +408 -8
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/contracts/build-profile-v3.schema.json +56 -1
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-archive/reference.md +1 -0
- package/harness/bundles/general/codebuddy/harness-archive/templates/render-summary.mjs +8 -0
- package/harness/bundles/general/codebuddy/harness-archive/templates/summary-data-template.json +28 -0
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/reference.md +6 -1
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +8 -2
- package/harness/bundles/general/codebuddy/protocols/execution-session-protocol.md +52 -0
- package/harness/bundles/general/codebuddy/protocols/state-layout-protocol.md +24 -1
- package/harness/bundles/general/codebuddy/protocols/verification-graph-protocol.md +6 -0
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +4 -0
- package/harness/bundles/general/codebuddy/scripts/harness_efficiency.py +290 -0
- package/harness/bundles/general/codebuddy/scripts/harness_environment.py +719 -35
- package/harness/bundles/general/codebuddy/scripts/harness_fixback.py +742 -0
- package/harness/bundles/general/codebuddy/scripts/harness_profile.py +34 -0
- package/harness/bundles/general/codebuddy/scripts/harness_runtime.py +1165 -3
- package/harness/bundles/general/codebuddy/scripts/harness_service.py +76 -0
- package/harness/bundles/general/codebuddy/scripts/harness_test_runner.py +127 -39
- package/harness/bundles/general/codebuddy/scripts/harness_verification.py +408 -8
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/contracts/build-profile-v3.schema.json +56 -1
- package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-archive/reference.md +1 -0
- package/harness/bundles/general/codex/harness-archive/templates/render-summary.mjs +8 -0
- package/harness/bundles/general/codex/harness-archive/templates/summary-data-template.json +28 -0
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- 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 +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-run/reference.md +6 -1
- package/harness/bundles/general/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/SKILL.md +8 -2
- package/harness/bundles/general/codex/protocols/execution-session-protocol.md +52 -0
- package/harness/bundles/general/codex/protocols/state-layout-protocol.md +24 -1
- package/harness/bundles/general/codex/protocols/verification-graph-protocol.md +6 -0
- package/harness/bundles/general/codex/scripts/harness_archive.py +4 -0
- package/harness/bundles/general/codex/scripts/harness_efficiency.py +290 -0
- package/harness/bundles/general/codex/scripts/harness_environment.py +719 -35
- package/harness/bundles/general/codex/scripts/harness_fixback.py +742 -0
- package/harness/bundles/general/codex/scripts/harness_profile.py +34 -0
- package/harness/bundles/general/codex/scripts/harness_runtime.py +1165 -3
- package/harness/bundles/general/codex/scripts/harness_service.py +76 -0
- package/harness/bundles/general/codex/scripts/harness_test_runner.py +127 -39
- package/harness/bundles/general/codex/scripts/harness_verification.py +408 -8
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/contracts/build-profile-v3.schema.json +56 -1
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-archive/reference.md +1 -0
- package/harness/bundles/general/cursor/harness-archive/templates/render-summary.mjs +8 -0
- package/harness/bundles/general/cursor/harness-archive/templates/summary-data-template.json +28 -0
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- 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 +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-run/reference.md +6 -1
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/SKILL.md +8 -2
- package/harness/bundles/general/cursor/protocols/execution-session-protocol.md +52 -0
- package/harness/bundles/general/cursor/protocols/state-layout-protocol.md +24 -1
- package/harness/bundles/general/cursor/protocols/verification-graph-protocol.md +6 -0
- package/harness/bundles/general/cursor/scripts/harness_archive.py +4 -0
- package/harness/bundles/general/cursor/scripts/harness_efficiency.py +290 -0
- package/harness/bundles/general/cursor/scripts/harness_environment.py +719 -35
- package/harness/bundles/general/cursor/scripts/harness_fixback.py +742 -0
- package/harness/bundles/general/cursor/scripts/harness_profile.py +34 -0
- package/harness/bundles/general/cursor/scripts/harness_runtime.py +1165 -3
- package/harness/bundles/general/cursor/scripts/harness_service.py +76 -0
- package/harness/bundles/general/cursor/scripts/harness_test_runner.py +127 -39
- package/harness/bundles/general/cursor/scripts/harness_verification.py +408 -8
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/contracts/build-profile-v3.schema.json +56 -1
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/reference.md +1 -0
- package/harness/bundles/java/claude-code/harness-archive/templates/render-summary.mjs +8 -0
- package/harness/bundles/java/claude-code/harness-archive/templates/summary-data-template.json +28 -0
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +8 -2
- package/harness/bundles/java/claude-code/protocols/execution-session-protocol.md +52 -0
- package/harness/bundles/java/claude-code/protocols/state-layout-protocol.md +24 -1
- package/harness/bundles/java/claude-code/protocols/verification-graph-protocol.md +6 -0
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +4 -0
- package/harness/bundles/java/claude-code/scripts/harness_efficiency.py +290 -0
- package/harness/bundles/java/claude-code/scripts/harness_environment.py +719 -35
- package/harness/bundles/java/claude-code/scripts/harness_fixback.py +742 -0
- package/harness/bundles/java/claude-code/scripts/harness_profile.py +34 -0
- package/harness/bundles/java/claude-code/scripts/harness_runtime.py +1165 -3
- package/harness/bundles/java/claude-code/scripts/harness_service.py +76 -0
- package/harness/bundles/java/claude-code/scripts/harness_test_runner.py +127 -39
- package/harness/bundles/java/claude-code/scripts/harness_verification.py +408 -8
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/contracts/build-profile-v3.schema.json +56 -1
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/reference.md +1 -0
- package/harness/bundles/java/codebuddy/harness-archive/templates/render-summary.mjs +8 -0
- package/harness/bundles/java/codebuddy/harness-archive/templates/summary-data-template.json +28 -0
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- 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 +1 -1
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +8 -2
- package/harness/bundles/java/codebuddy/protocols/execution-session-protocol.md +52 -0
- package/harness/bundles/java/codebuddy/protocols/state-layout-protocol.md +24 -1
- package/harness/bundles/java/codebuddy/protocols/verification-graph-protocol.md +6 -0
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +4 -0
- package/harness/bundles/java/codebuddy/scripts/harness_efficiency.py +290 -0
- package/harness/bundles/java/codebuddy/scripts/harness_environment.py +719 -35
- package/harness/bundles/java/codebuddy/scripts/harness_fixback.py +742 -0
- package/harness/bundles/java/codebuddy/scripts/harness_profile.py +34 -0
- package/harness/bundles/java/codebuddy/scripts/harness_runtime.py +1165 -3
- package/harness/bundles/java/codebuddy/scripts/harness_service.py +76 -0
- package/harness/bundles/java/codebuddy/scripts/harness_test_runner.py +127 -39
- package/harness/bundles/java/codebuddy/scripts/harness_verification.py +408 -8
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/contracts/build-profile-v3.schema.json +56 -1
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/reference.md +1 -0
- package/harness/bundles/java/codex/harness-archive/templates/render-summary.mjs +8 -0
- package/harness/bundles/java/codex/harness-archive/templates/summary-data-template.json +28 -0
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- 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 +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 +1 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/SKILL.md +8 -2
- package/harness/bundles/java/codex/protocols/execution-session-protocol.md +52 -0
- package/harness/bundles/java/codex/protocols/state-layout-protocol.md +24 -1
- package/harness/bundles/java/codex/protocols/verification-graph-protocol.md +6 -0
- package/harness/bundles/java/codex/scripts/harness_archive.py +4 -0
- package/harness/bundles/java/codex/scripts/harness_efficiency.py +290 -0
- package/harness/bundles/java/codex/scripts/harness_environment.py +719 -35
- package/harness/bundles/java/codex/scripts/harness_fixback.py +742 -0
- package/harness/bundles/java/codex/scripts/harness_profile.py +34 -0
- package/harness/bundles/java/codex/scripts/harness_runtime.py +1165 -3
- package/harness/bundles/java/codex/scripts/harness_service.py +76 -0
- package/harness/bundles/java/codex/scripts/harness_test_runner.py +127 -39
- package/harness/bundles/java/codex/scripts/harness_verification.py +408 -8
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/contracts/build-profile-v3.schema.json +56 -1
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/reference.md +1 -0
- package/harness/bundles/java/cursor/harness-archive/templates/render-summary.mjs +8 -0
- package/harness/bundles/java/cursor/harness-archive/templates/summary-data-template.json +28 -0
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- 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 +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 +1 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/SKILL.md +8 -2
- package/harness/bundles/java/cursor/protocols/execution-session-protocol.md +52 -0
- package/harness/bundles/java/cursor/protocols/state-layout-protocol.md +24 -1
- package/harness/bundles/java/cursor/protocols/verification-graph-protocol.md +6 -0
- package/harness/bundles/java/cursor/scripts/harness_archive.py +4 -0
- package/harness/bundles/java/cursor/scripts/harness_efficiency.py +290 -0
- package/harness/bundles/java/cursor/scripts/harness_environment.py +719 -35
- package/harness/bundles/java/cursor/scripts/harness_fixback.py +742 -0
- package/harness/bundles/java/cursor/scripts/harness_profile.py +34 -0
- package/harness/bundles/java/cursor/scripts/harness_runtime.py +1165 -3
- package/harness/bundles/java/cursor/scripts/harness_service.py +76 -0
- package/harness/bundles/java/cursor/scripts/harness_test_runner.py +127 -39
- package/harness/bundles/java/cursor/scripts/harness_verification.py +408 -8
- package/harness/manifests/general/claude-code.json +40 -27
- package/harness/manifests/general/codebuddy.json +40 -27
- package/harness/manifests/general/codex.json +40 -27
- package/harness/manifests/general/cursor.json +40 -27
- package/harness/manifests/java/claude-code.json +41 -28
- package/harness/manifests/java/codebuddy.json +41 -28
- package/harness/manifests/java/codex.json +41 -28
- package/harness/manifests/java/cursor.json +41 -28
- package/hunter-workflow-family.json +6 -4
- package/package.json +1 -1
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.32",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.45",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"knowledge-sync@3",
|
|
13
13
|
"build-profile@3",
|
|
14
14
|
"verification-graph@1",
|
|
15
|
+
"execution-session@1",
|
|
15
16
|
"external-convergence@1",
|
|
16
17
|
"codegraph-status@2",
|
|
17
18
|
"doctor-capability@1",
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
"files": [
|
|
23
24
|
{
|
|
24
25
|
"path": ".harness-build.json",
|
|
25
|
-
"sha256": "
|
|
26
|
+
"sha256": "bb9aa66380152d4d19b9fa64ee8f13936271b68166c7a1f28ea921378129ded3"
|
|
26
27
|
},
|
|
27
28
|
{
|
|
28
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
},
|
|
43
44
|
{
|
|
44
45
|
"path": "contracts/build-profile-v3.schema.json",
|
|
45
|
-
"sha256": "
|
|
46
|
+
"sha256": "12be5f258673f18d271aec962b333c6a25be1af19726c1565a568a4f085aadd7"
|
|
46
47
|
},
|
|
47
48
|
{
|
|
48
49
|
"path": "contracts/ci-metrics.schema.json",
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
},
|
|
71
72
|
{
|
|
72
73
|
"path": "harness-apidoc/SKILL.md",
|
|
73
|
-
"sha256": "
|
|
74
|
+
"sha256": "9586e6726e9092707651e4075e87d88f34e3a6040a86a04338af44b358b1f2bd"
|
|
74
75
|
},
|
|
75
76
|
{
|
|
76
77
|
"path": "harness-archive/checklist.md",
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
},
|
|
79
80
|
{
|
|
80
81
|
"path": "harness-archive/reference.md",
|
|
81
|
-
"sha256": "
|
|
82
|
+
"sha256": "7564286fae2b73a9a646819b408d0dcd3ed757fdc833d19e8a130861f92ffb03"
|
|
82
83
|
},
|
|
83
84
|
{
|
|
84
85
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -86,15 +87,15 @@
|
|
|
86
87
|
},
|
|
87
88
|
{
|
|
88
89
|
"path": "harness-archive/SKILL.md",
|
|
89
|
-
"sha256": "
|
|
90
|
+
"sha256": "6d1c1d0a45769277149337041edaa3b425c5d522b52ef8e9f2cfe5706348f962"
|
|
90
91
|
},
|
|
91
92
|
{
|
|
92
93
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
93
|
-
"sha256": "
|
|
94
|
+
"sha256": "970585dcd1c590a6fc985289954b60c41b2cf012df7ea2dd790260e452e404c9"
|
|
94
95
|
},
|
|
95
96
|
{
|
|
96
97
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
97
|
-
"sha256": "
|
|
98
|
+
"sha256": "6d2a1ef5b02287150f14f530902e78382fcf0111beeff4eb63bcf1a88f26b05c"
|
|
98
99
|
},
|
|
99
100
|
{
|
|
100
101
|
"path": "harness-codebase-map/checklist.md",
|
|
@@ -106,7 +107,7 @@
|
|
|
106
107
|
},
|
|
107
108
|
{
|
|
108
109
|
"path": "harness-codebase-map/SKILL.md",
|
|
109
|
-
"sha256": "
|
|
110
|
+
"sha256": "467fb90fe487f65f5af1e7ef4edf6c19a1881ca7a36ce4c981bc6d23ed2ed7e9"
|
|
110
111
|
},
|
|
111
112
|
{
|
|
112
113
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -170,11 +171,11 @@
|
|
|
170
171
|
},
|
|
171
172
|
{
|
|
172
173
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
173
|
-
"sha256": "
|
|
174
|
+
"sha256": "5970be63f5598082d63fc888b30a0b6e3ad785422e9cec7817ac8ca3e3094f06"
|
|
174
175
|
},
|
|
175
176
|
{
|
|
176
177
|
"path": "harness-knowledge-query/SKILL.md",
|
|
177
|
-
"sha256": "
|
|
178
|
+
"sha256": "419e0e556709569d0af5c0e975eb55941cabcee98ad9e8a7964438d6b55947e0"
|
|
178
179
|
},
|
|
179
180
|
{
|
|
180
181
|
"path": "harness-package/checklist.md",
|
|
@@ -186,7 +187,7 @@
|
|
|
186
187
|
},
|
|
187
188
|
{
|
|
188
189
|
"path": "harness-package/SKILL.md",
|
|
189
|
-
"sha256": "
|
|
190
|
+
"sha256": "d5614e13ae5e966d4f1d0df277058a9e88ab2e571bb22a29bec08484ca744225"
|
|
190
191
|
},
|
|
191
192
|
{
|
|
192
193
|
"path": "harness-plan/checklist.md",
|
|
@@ -202,7 +203,7 @@
|
|
|
202
203
|
},
|
|
203
204
|
{
|
|
204
205
|
"path": "harness-plan/SKILL.md",
|
|
205
|
-
"sha256": "
|
|
206
|
+
"sha256": "5cfc17c7bdbe3bf35dbc3e0b88cb8b0a0bdc64c4d0a40ecfd4d7c88240db3bcc"
|
|
206
207
|
},
|
|
207
208
|
{
|
|
208
209
|
"path": "harness-review/checklist.md",
|
|
@@ -218,7 +219,7 @@
|
|
|
218
219
|
},
|
|
219
220
|
{
|
|
220
221
|
"path": "harness-review/SKILL.md",
|
|
221
|
-
"sha256": "
|
|
222
|
+
"sha256": "4c796433516286628eca7080d74e1ebde167fb574a75cd433e21f850d3d8113d"
|
|
222
223
|
},
|
|
223
224
|
{
|
|
224
225
|
"path": "harness-run/checklist.md",
|
|
@@ -234,7 +235,7 @@
|
|
|
234
235
|
},
|
|
235
236
|
{
|
|
236
237
|
"path": "harness-run/SKILL.md",
|
|
237
|
-
"sha256": "
|
|
238
|
+
"sha256": "26281e6c373fd5bfc4d41bb35f115206c96e95798e788dee388fc20381f7edbe"
|
|
238
239
|
},
|
|
239
240
|
{
|
|
240
241
|
"path": "harness-submit/checklist.md",
|
|
@@ -246,7 +247,7 @@
|
|
|
246
247
|
},
|
|
247
248
|
{
|
|
248
249
|
"path": "harness-submit/SKILL.md",
|
|
249
|
-
"sha256": "
|
|
250
|
+
"sha256": "74ba3cfcf474cb11ccf0e286b62a50ce8320684734c44c7c3a3489eb4f421bd2"
|
|
250
251
|
},
|
|
251
252
|
{
|
|
252
253
|
"path": "harness-sync/reference.md",
|
|
@@ -254,7 +255,7 @@
|
|
|
254
255
|
},
|
|
255
256
|
{
|
|
256
257
|
"path": "harness-sync/SKILL.md",
|
|
257
|
-
"sha256": "
|
|
258
|
+
"sha256": "7eb181b4f5e9fc363f517a18cb207e677d2c44f4da670ee11a44d9961875b0fa"
|
|
258
259
|
},
|
|
259
260
|
{
|
|
260
261
|
"path": "harness-test/checklist.md",
|
|
@@ -278,7 +279,7 @@
|
|
|
278
279
|
},
|
|
279
280
|
{
|
|
280
281
|
"path": "harness-test/SKILL.md",
|
|
281
|
-
"sha256": "
|
|
282
|
+
"sha256": "c9b1317558ae64596487696cf171adab2934744293ae0fc3df4567bbd07bf221"
|
|
282
283
|
},
|
|
283
284
|
{
|
|
284
285
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -292,6 +293,10 @@
|
|
|
292
293
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
293
294
|
"sha256": "f78ea87823c0935a3033175b393582319da433cf4226e1705070b20d53890ba2"
|
|
294
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"path": "protocols/execution-session-protocol.md",
|
|
298
|
+
"sha256": "d0ac7ab78cb0bac155e5ca92186168c31779cdd0da1fabbbb2c493dd132f02c2"
|
|
299
|
+
},
|
|
295
300
|
{
|
|
296
301
|
"path": "protocols/external-platform-protocol.md",
|
|
297
302
|
"sha256": "6893e3b6a5615ee3eda567952797f91f4d2fcec59c1f8fd947e472a4c1f6ed71"
|
|
@@ -326,7 +331,7 @@
|
|
|
326
331
|
},
|
|
327
332
|
{
|
|
328
333
|
"path": "protocols/state-layout-protocol.md",
|
|
329
|
-
"sha256": "
|
|
334
|
+
"sha256": "517bfa32a9446a898e753344ac652e16cf282fe19abc59490e90926f35ee1e81"
|
|
330
335
|
},
|
|
331
336
|
{
|
|
332
337
|
"path": "protocols/submit-protocol.md",
|
|
@@ -334,7 +339,7 @@
|
|
|
334
339
|
},
|
|
335
340
|
{
|
|
336
341
|
"path": "protocols/verification-graph-protocol.md",
|
|
337
|
-
"sha256": "
|
|
342
|
+
"sha256": "8f1b140c4e51b1f3b437971b6d3154c2aeaf8dad404512f7bc2fbad5f640f0ca"
|
|
338
343
|
},
|
|
339
344
|
{
|
|
340
345
|
"path": "README.md",
|
|
@@ -346,7 +351,7 @@
|
|
|
346
351
|
},
|
|
347
352
|
{
|
|
348
353
|
"path": "scripts/harness_archive.py",
|
|
349
|
-
"sha256": "
|
|
354
|
+
"sha256": "4ffdd0b5a61a60ee263d32d61b67da7c5ba4101968d0de7510894044c4f4b407"
|
|
350
355
|
},
|
|
351
356
|
{
|
|
352
357
|
"path": "scripts/harness_change.py",
|
|
@@ -364,14 +369,22 @@
|
|
|
364
369
|
"path": "scripts/harness_deploy.py",
|
|
365
370
|
"sha256": "fb4290c2dd5c28a09c378da5ee7be491bdefe0410f277ec5dd2af1952cfddbca"
|
|
366
371
|
},
|
|
372
|
+
{
|
|
373
|
+
"path": "scripts/harness_efficiency.py",
|
|
374
|
+
"sha256": "36b2ecbe75a453b35cf6085bbc5e61c04f82e627f9f4f243d29837fad6568c9d"
|
|
375
|
+
},
|
|
367
376
|
{
|
|
368
377
|
"path": "scripts/harness_environment.py",
|
|
369
|
-
"sha256": "
|
|
378
|
+
"sha256": "35ffcf5d76c7165f1aee7ed2953b1b86c943e9c751827b81c126e99a58fdd641"
|
|
370
379
|
},
|
|
371
380
|
{
|
|
372
381
|
"path": "scripts/harness_events.py",
|
|
373
382
|
"sha256": "0d4db19d71d5945837c255192f7c915af447f98e2ac66bf60e25b93f1613b391"
|
|
374
383
|
},
|
|
384
|
+
{
|
|
385
|
+
"path": "scripts/harness_fixback.py",
|
|
386
|
+
"sha256": "723c48a0034648f8a96967749baacbfdde59774cec2a66b1b26a34ea5f7f2b0f"
|
|
387
|
+
},
|
|
375
388
|
{
|
|
376
389
|
"path": "scripts/harness_gate.py",
|
|
377
390
|
"sha256": "404ad6fdf0f5508a22e12086a05f728df41074bbc2c8072f577d500a797c91c5"
|
|
@@ -410,7 +423,7 @@
|
|
|
410
423
|
},
|
|
411
424
|
{
|
|
412
425
|
"path": "scripts/harness_profile.py",
|
|
413
|
-
"sha256": "
|
|
426
|
+
"sha256": "0d6ec71588058e6ca7442ea7148169d1bf2f9db83a756ec29be1aa4b4281413a"
|
|
414
427
|
},
|
|
415
428
|
{
|
|
416
429
|
"path": "scripts/harness_report_model.py",
|
|
@@ -426,11 +439,11 @@
|
|
|
426
439
|
},
|
|
427
440
|
{
|
|
428
441
|
"path": "scripts/harness_runtime.py",
|
|
429
|
-
"sha256": "
|
|
442
|
+
"sha256": "a50cfc9dd5f157251a7ecb8287384319663ec44408bceb0d58e3507c9f8fe340"
|
|
430
443
|
},
|
|
431
444
|
{
|
|
432
445
|
"path": "scripts/harness_service.py",
|
|
433
|
-
"sha256": "
|
|
446
|
+
"sha256": "d3dd9bf79d4b89fe1b40b3564e2831b89008dfc781034875d72c034216079d24"
|
|
434
447
|
},
|
|
435
448
|
{
|
|
436
449
|
"path": "scripts/harness_state.py",
|
|
@@ -450,11 +463,11 @@
|
|
|
450
463
|
},
|
|
451
464
|
{
|
|
452
465
|
"path": "scripts/harness_test_runner.py",
|
|
453
|
-
"sha256": "
|
|
466
|
+
"sha256": "562b6bf2ab69b2c85c77ae300f25c6fdfbfb19d35791aea0c92350a99034af2e"
|
|
454
467
|
},
|
|
455
468
|
{
|
|
456
469
|
"path": "scripts/harness_verification.py",
|
|
457
|
-
"sha256": "
|
|
470
|
+
"sha256": "038f1f19b2ff10c65f6f66f48df63334a1834342107237c8bca1aeefea87515d"
|
|
458
471
|
},
|
|
459
472
|
{
|
|
460
473
|
"path": "scripts/harness_workflow_policy.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.32",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.45",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"knowledge-sync@3",
|
|
13
13
|
"build-profile@3",
|
|
14
14
|
"verification-graph@1",
|
|
15
|
+
"execution-session@1",
|
|
15
16
|
"external-convergence@1",
|
|
16
17
|
"codegraph-status@2",
|
|
17
18
|
"doctor-capability@1",
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
"files": [
|
|
23
24
|
{
|
|
24
25
|
"path": ".harness-build.json",
|
|
25
|
-
"sha256": "
|
|
26
|
+
"sha256": "7026ef89a33df939e1754ec5b6effeb070ebaf7465617f7f73d22ce227eb7aa4"
|
|
26
27
|
},
|
|
27
28
|
{
|
|
28
29
|
"path": "CONTEXT.md",
|
|
@@ -30,7 +31,7 @@
|
|
|
30
31
|
},
|
|
31
32
|
{
|
|
32
33
|
"path": "contracts/build-profile-v3.schema.json",
|
|
33
|
-
"sha256": "
|
|
34
|
+
"sha256": "12be5f258673f18d271aec962b333c6a25be1af19726c1565a568a4f085aadd7"
|
|
34
35
|
},
|
|
35
36
|
{
|
|
36
37
|
"path": "contracts/ci-metrics.schema.json",
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
},
|
|
59
60
|
{
|
|
60
61
|
"path": "harness-apidoc/SKILL.md",
|
|
61
|
-
"sha256": "
|
|
62
|
+
"sha256": "e40ccff8e9d7d18f5f59f1bf1c68e2cab70d342b3d95f0c27889c1c3008a51f9"
|
|
62
63
|
},
|
|
63
64
|
{
|
|
64
65
|
"path": "harness-archive/checklist.md",
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
},
|
|
67
68
|
{
|
|
68
69
|
"path": "harness-archive/reference.md",
|
|
69
|
-
"sha256": "
|
|
70
|
+
"sha256": "7564286fae2b73a9a646819b408d0dcd3ed757fdc833d19e8a130861f92ffb03"
|
|
70
71
|
},
|
|
71
72
|
{
|
|
72
73
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -74,15 +75,15 @@
|
|
|
74
75
|
},
|
|
75
76
|
{
|
|
76
77
|
"path": "harness-archive/SKILL.md",
|
|
77
|
-
"sha256": "
|
|
78
|
+
"sha256": "a62b902634c1d5014e398c0dbcc8c6683fd94bf462ad840c1927256effedad8d"
|
|
78
79
|
},
|
|
79
80
|
{
|
|
80
81
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
81
|
-
"sha256": "
|
|
82
|
+
"sha256": "970585dcd1c590a6fc985289954b60c41b2cf012df7ea2dd790260e452e404c9"
|
|
82
83
|
},
|
|
83
84
|
{
|
|
84
85
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
85
|
-
"sha256": "
|
|
86
|
+
"sha256": "6d2a1ef5b02287150f14f530902e78382fcf0111beeff4eb63bcf1a88f26b05c"
|
|
86
87
|
},
|
|
87
88
|
{
|
|
88
89
|
"path": "harness-codebase-map/checklist.md",
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
},
|
|
95
96
|
{
|
|
96
97
|
"path": "harness-codebase-map/SKILL.md",
|
|
97
|
-
"sha256": "
|
|
98
|
+
"sha256": "8c92b6ea80adc4e24dc706cb10b480155eb4fb368dc29196ec06ac73f2fb25df"
|
|
98
99
|
},
|
|
99
100
|
{
|
|
100
101
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -158,11 +159,11 @@
|
|
|
158
159
|
},
|
|
159
160
|
{
|
|
160
161
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
161
|
-
"sha256": "
|
|
162
|
+
"sha256": "85f7b4e4cb1635287b2bcc77d438b23290490157f5c2eb33bade26ae5e24fb7f"
|
|
162
163
|
},
|
|
163
164
|
{
|
|
164
165
|
"path": "harness-knowledge-query/SKILL.md",
|
|
165
|
-
"sha256": "
|
|
166
|
+
"sha256": "419936e7096c4829ca9ea00bc586ed9d340bb06b8d0b4f8423a562fdf3ba84bc"
|
|
166
167
|
},
|
|
167
168
|
{
|
|
168
169
|
"path": "harness-package/checklist.md",
|
|
@@ -174,7 +175,7 @@
|
|
|
174
175
|
},
|
|
175
176
|
{
|
|
176
177
|
"path": "harness-package/SKILL.md",
|
|
177
|
-
"sha256": "
|
|
178
|
+
"sha256": "558cbbfa0774a847a2fb83416884cc6d661088c83ee01d89e6a12e6a6b46fceb"
|
|
178
179
|
},
|
|
179
180
|
{
|
|
180
181
|
"path": "harness-plan/checklist.md",
|
|
@@ -190,7 +191,7 @@
|
|
|
190
191
|
},
|
|
191
192
|
{
|
|
192
193
|
"path": "harness-plan/SKILL.md",
|
|
193
|
-
"sha256": "
|
|
194
|
+
"sha256": "a03c481d3ebcce83e8d9792801dbbba554c98f8119b30041440dc4fccc3c884b"
|
|
194
195
|
},
|
|
195
196
|
{
|
|
196
197
|
"path": "harness-review/checklist.md",
|
|
@@ -206,7 +207,7 @@
|
|
|
206
207
|
},
|
|
207
208
|
{
|
|
208
209
|
"path": "harness-review/SKILL.md",
|
|
209
|
-
"sha256": "
|
|
210
|
+
"sha256": "05cbead7163d254643fe4dec7c51bd10aa6f675b5410e39e5a34718b7f0ad14f"
|
|
210
211
|
},
|
|
211
212
|
{
|
|
212
213
|
"path": "harness-run/checklist.md",
|
|
@@ -222,7 +223,7 @@
|
|
|
222
223
|
},
|
|
223
224
|
{
|
|
224
225
|
"path": "harness-run/SKILL.md",
|
|
225
|
-
"sha256": "
|
|
226
|
+
"sha256": "956bb67ff6c89dd8c6c88b28360e8199604a0d5132575e4083f4745a382c55f9"
|
|
226
227
|
},
|
|
227
228
|
{
|
|
228
229
|
"path": "harness-submit/checklist.md",
|
|
@@ -234,7 +235,7 @@
|
|
|
234
235
|
},
|
|
235
236
|
{
|
|
236
237
|
"path": "harness-submit/SKILL.md",
|
|
237
|
-
"sha256": "
|
|
238
|
+
"sha256": "33a51927a2c247e9d17ff34d3acff9f62292181f1b38d7c5d2b2807fa91275f7"
|
|
238
239
|
},
|
|
239
240
|
{
|
|
240
241
|
"path": "harness-sync/reference.md",
|
|
@@ -242,7 +243,7 @@
|
|
|
242
243
|
},
|
|
243
244
|
{
|
|
244
245
|
"path": "harness-sync/SKILL.md",
|
|
245
|
-
"sha256": "
|
|
246
|
+
"sha256": "ba0b1d90991167181b675f7199d1515abd17bbad3460619c1bbe857774ce096f"
|
|
246
247
|
},
|
|
247
248
|
{
|
|
248
249
|
"path": "harness-test/checklist.md",
|
|
@@ -266,7 +267,7 @@
|
|
|
266
267
|
},
|
|
267
268
|
{
|
|
268
269
|
"path": "harness-test/SKILL.md",
|
|
269
|
-
"sha256": "
|
|
270
|
+
"sha256": "bf5ec14c3d14bf1cbae9cc40fc56be1f9e493fee5bb99039c8040138e25da309"
|
|
270
271
|
},
|
|
271
272
|
{
|
|
272
273
|
"path": "protocols/archive-report-protocol.md",
|
|
@@ -280,6 +281,10 @@
|
|
|
280
281
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
281
282
|
"sha256": "f78ea87823c0935a3033175b393582319da433cf4226e1705070b20d53890ba2"
|
|
282
283
|
},
|
|
284
|
+
{
|
|
285
|
+
"path": "protocols/execution-session-protocol.md",
|
|
286
|
+
"sha256": "d0ac7ab78cb0bac155e5ca92186168c31779cdd0da1fabbbb2c493dd132f02c2"
|
|
287
|
+
},
|
|
283
288
|
{
|
|
284
289
|
"path": "protocols/external-platform-protocol.md",
|
|
285
290
|
"sha256": "6893e3b6a5615ee3eda567952797f91f4d2fcec59c1f8fd947e472a4c1f6ed71"
|
|
@@ -314,7 +319,7 @@
|
|
|
314
319
|
},
|
|
315
320
|
{
|
|
316
321
|
"path": "protocols/state-layout-protocol.md",
|
|
317
|
-
"sha256": "
|
|
322
|
+
"sha256": "517bfa32a9446a898e753344ac652e16cf282fe19abc59490e90926f35ee1e81"
|
|
318
323
|
},
|
|
319
324
|
{
|
|
320
325
|
"path": "protocols/submit-protocol.md",
|
|
@@ -322,7 +327,7 @@
|
|
|
322
327
|
},
|
|
323
328
|
{
|
|
324
329
|
"path": "protocols/verification-graph-protocol.md",
|
|
325
|
-
"sha256": "
|
|
330
|
+
"sha256": "8f1b140c4e51b1f3b437971b6d3154c2aeaf8dad404512f7bc2fbad5f640f0ca"
|
|
326
331
|
},
|
|
327
332
|
{
|
|
328
333
|
"path": "README.md",
|
|
@@ -334,7 +339,7 @@
|
|
|
334
339
|
},
|
|
335
340
|
{
|
|
336
341
|
"path": "scripts/harness_archive.py",
|
|
337
|
-
"sha256": "
|
|
342
|
+
"sha256": "4ffdd0b5a61a60ee263d32d61b67da7c5ba4101968d0de7510894044c4f4b407"
|
|
338
343
|
},
|
|
339
344
|
{
|
|
340
345
|
"path": "scripts/harness_change.py",
|
|
@@ -352,14 +357,22 @@
|
|
|
352
357
|
"path": "scripts/harness_deploy.py",
|
|
353
358
|
"sha256": "fb4290c2dd5c28a09c378da5ee7be491bdefe0410f277ec5dd2af1952cfddbca"
|
|
354
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"path": "scripts/harness_efficiency.py",
|
|
362
|
+
"sha256": "36b2ecbe75a453b35cf6085bbc5e61c04f82e627f9f4f243d29837fad6568c9d"
|
|
363
|
+
},
|
|
355
364
|
{
|
|
356
365
|
"path": "scripts/harness_environment.py",
|
|
357
|
-
"sha256": "
|
|
366
|
+
"sha256": "35ffcf5d76c7165f1aee7ed2953b1b86c943e9c751827b81c126e99a58fdd641"
|
|
358
367
|
},
|
|
359
368
|
{
|
|
360
369
|
"path": "scripts/harness_events.py",
|
|
361
370
|
"sha256": "0d4db19d71d5945837c255192f7c915af447f98e2ac66bf60e25b93f1613b391"
|
|
362
371
|
},
|
|
372
|
+
{
|
|
373
|
+
"path": "scripts/harness_fixback.py",
|
|
374
|
+
"sha256": "723c48a0034648f8a96967749baacbfdde59774cec2a66b1b26a34ea5f7f2b0f"
|
|
375
|
+
},
|
|
363
376
|
{
|
|
364
377
|
"path": "scripts/harness_gate.py",
|
|
365
378
|
"sha256": "404ad6fdf0f5508a22e12086a05f728df41074bbc2c8072f577d500a797c91c5"
|
|
@@ -398,7 +411,7 @@
|
|
|
398
411
|
},
|
|
399
412
|
{
|
|
400
413
|
"path": "scripts/harness_profile.py",
|
|
401
|
-
"sha256": "
|
|
414
|
+
"sha256": "0d6ec71588058e6ca7442ea7148169d1bf2f9db83a756ec29be1aa4b4281413a"
|
|
402
415
|
},
|
|
403
416
|
{
|
|
404
417
|
"path": "scripts/harness_report_model.py",
|
|
@@ -414,11 +427,11 @@
|
|
|
414
427
|
},
|
|
415
428
|
{
|
|
416
429
|
"path": "scripts/harness_runtime.py",
|
|
417
|
-
"sha256": "
|
|
430
|
+
"sha256": "a50cfc9dd5f157251a7ecb8287384319663ec44408bceb0d58e3507c9f8fe340"
|
|
418
431
|
},
|
|
419
432
|
{
|
|
420
433
|
"path": "scripts/harness_service.py",
|
|
421
|
-
"sha256": "
|
|
434
|
+
"sha256": "d3dd9bf79d4b89fe1b40b3564e2831b89008dfc781034875d72c034216079d24"
|
|
422
435
|
},
|
|
423
436
|
{
|
|
424
437
|
"path": "scripts/harness_state.py",
|
|
@@ -438,11 +451,11 @@
|
|
|
438
451
|
},
|
|
439
452
|
{
|
|
440
453
|
"path": "scripts/harness_test_runner.py",
|
|
441
|
-
"sha256": "
|
|
454
|
+
"sha256": "562b6bf2ab69b2c85c77ae300f25c6fdfbfb19d35791aea0c92350a99034af2e"
|
|
442
455
|
},
|
|
443
456
|
{
|
|
444
457
|
"path": "scripts/harness_verification.py",
|
|
445
|
-
"sha256": "
|
|
458
|
+
"sha256": "038f1f19b2ff10c65f6f66f48df63334a1834342107237c8bca1aeefea87515d"
|
|
446
459
|
},
|
|
447
460
|
{
|
|
448
461
|
"path": "scripts/harness_workflow_policy.py",
|