@hunter-harness/workflow-harness 0.2.3 → 0.2.5
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/README.md +12 -11
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +7 -9
- package/harness/bundles/general/claude-code/harness-archive/checklist.md +4 -4
- package/harness/bundles/general/claude-code/harness-archive/reference.md +3 -5
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +10 -16
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +14 -10
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +28 -13
- package/harness/bundles/general/claude-code/harness-plan/protocols.md +10 -3
- package/harness/bundles/general/claude-code/harness-plan/reference.md +9 -23
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +16 -4
- package/harness/bundles/general/claude-code/harness-run/checklist.md +7 -3
- package/harness/bundles/general/claude-code/harness-run/protocols.md +3 -2
- package/harness/bundles/general/claude-code/harness-run/reference.md +3 -9
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +6 -4
- package/harness/bundles/general/claude-code/harness-submit/checklist.md +10 -1
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +15 -3
- package/harness/bundles/general/claude-code/harness-test/checklist.md +4 -0
- package/harness/bundles/general/claude-code/harness-test/reference.md +4 -4
- package/harness/bundles/general/claude-code/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/general/claude-code/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +111 -5
- package/harness/bundles/general/claude-code/scripts/harness_profile.py +29 -1
- package/harness/bundles/general/claude-code/scripts/harness_test_guard.py +502 -0
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/README.md +12 -11
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +7 -9
- package/harness/bundles/general/codebuddy/harness-archive/checklist.md +4 -4
- package/harness/bundles/general/codebuddy/harness-archive/reference.md +3 -5
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +10 -16
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +13 -9
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +28 -13
- package/harness/bundles/general/codebuddy/harness-plan/protocols.md +10 -3
- package/harness/bundles/general/codebuddy/harness-plan/reference.md +9 -23
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +16 -4
- package/harness/bundles/general/codebuddy/harness-run/checklist.md +7 -3
- package/harness/bundles/general/codebuddy/harness-run/protocols.md +3 -2
- package/harness/bundles/general/codebuddy/harness-run/reference.md +3 -9
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +6 -4
- package/harness/bundles/general/codebuddy/harness-submit/checklist.md +10 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +15 -3
- package/harness/bundles/general/codebuddy/harness-test/checklist.md +4 -0
- package/harness/bundles/general/codebuddy/harness-test/reference.md +4 -4
- package/harness/bundles/general/codebuddy/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/general/codebuddy/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +111 -5
- package/harness/bundles/general/codebuddy/scripts/harness_profile.py +29 -1
- package/harness/bundles/general/codebuddy/scripts/harness_test_guard.py +502 -0
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/README.md +12 -11
- package/harness/bundles/general/codex/harness-archive/SKILL.md +7 -9
- package/harness/bundles/general/codex/harness-archive/checklist.md +4 -4
- package/harness/bundles/general/codex/harness-archive/reference.md +3 -5
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +10 -16
- package/harness/bundles/general/codex/harness-plan/SKILL.md +13 -9
- package/harness/bundles/general/codex/harness-plan/checklist.md +28 -13
- package/harness/bundles/general/codex/harness-plan/protocols.md +10 -3
- package/harness/bundles/general/codex/harness-plan/reference.md +9 -23
- package/harness/bundles/general/codex/harness-review/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-run/SKILL.md +16 -4
- package/harness/bundles/general/codex/harness-run/checklist.md +7 -3
- package/harness/bundles/general/codex/harness-run/protocols.md +3 -2
- package/harness/bundles/general/codex/harness-run/reference.md +3 -9
- package/harness/bundles/general/codex/harness-submit/SKILL.md +6 -4
- package/harness/bundles/general/codex/harness-submit/checklist.md +10 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-test/SKILL.md +15 -3
- package/harness/bundles/general/codex/harness-test/checklist.md +4 -0
- package/harness/bundles/general/codex/harness-test/reference.md +4 -4
- package/harness/bundles/general/codex/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/general/codex/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/general/codex/scripts/harness_ledger.py +111 -5
- package/harness/bundles/general/codex/scripts/harness_profile.py +29 -1
- package/harness/bundles/general/codex/scripts/harness_test_guard.py +502 -0
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/README.md +12 -11
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +7 -9
- package/harness/bundles/general/cursor/harness-archive/checklist.md +4 -4
- package/harness/bundles/general/cursor/harness-archive/reference.md +3 -5
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +10 -16
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +13 -9
- package/harness/bundles/general/cursor/harness-plan/checklist.md +28 -13
- package/harness/bundles/general/cursor/harness-plan/protocols.md +10 -3
- package/harness/bundles/general/cursor/harness-plan/reference.md +9 -23
- package/harness/bundles/general/cursor/harness-review/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-run/SKILL.md +16 -4
- package/harness/bundles/general/cursor/harness-run/checklist.md +7 -3
- package/harness/bundles/general/cursor/harness-run/protocols.md +3 -2
- package/harness/bundles/general/cursor/harness-run/reference.md +3 -9
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +6 -4
- package/harness/bundles/general/cursor/harness-submit/checklist.md +10 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-test/SKILL.md +15 -3
- package/harness/bundles/general/cursor/harness-test/checklist.md +4 -0
- package/harness/bundles/general/cursor/harness-test/reference.md +4 -4
- package/harness/bundles/general/cursor/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/general/cursor/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +111 -5
- package/harness/bundles/general/cursor/scripts/harness_profile.py +29 -1
- package/harness/bundles/general/cursor/scripts/harness_test_guard.py +502 -0
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/README.md +12 -11
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +7 -9
- package/harness/bundles/java/claude-code/harness-archive/checklist.md +4 -4
- package/harness/bundles/java/claude-code/harness-archive/reference.md +3 -5
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +10 -16
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +14 -10
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +28 -13
- package/harness/bundles/java/claude-code/harness-plan/protocols.md +10 -3
- package/harness/bundles/java/claude-code/harness-plan/reference.md +9 -23
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +19 -5
- package/harness/bundles/java/claude-code/harness-run/protocols.md +3 -2
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +6 -4
- package/harness/bundles/java/claude-code/harness-submit/checklist.md +10 -1
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +17 -3
- package/harness/bundles/java/claude-code/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/java/claude-code/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +111 -5
- package/harness/bundles/java/claude-code/scripts/harness_profile.py +29 -1
- package/harness/bundles/java/claude-code/scripts/harness_test_guard.py +502 -0
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/README.md +12 -11
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +7 -9
- package/harness/bundles/java/codebuddy/harness-archive/checklist.md +4 -4
- package/harness/bundles/java/codebuddy/harness-archive/reference.md +3 -5
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +10 -16
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +13 -9
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +28 -13
- package/harness/bundles/java/codebuddy/harness-plan/protocols.md +10 -3
- package/harness/bundles/java/codebuddy/harness-plan/reference.md +9 -23
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +19 -5
- package/harness/bundles/java/codebuddy/harness-run/protocols.md +3 -2
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +6 -4
- package/harness/bundles/java/codebuddy/harness-submit/checklist.md +10 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +17 -3
- package/harness/bundles/java/codebuddy/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/java/codebuddy/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +111 -5
- package/harness/bundles/java/codebuddy/scripts/harness_profile.py +29 -1
- package/harness/bundles/java/codebuddy/scripts/harness_test_guard.py +502 -0
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/README.md +12 -11
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-archive/SKILL.md +7 -9
- package/harness/bundles/java/codex/harness-archive/checklist.md +4 -4
- package/harness/bundles/java/codex/harness-archive/reference.md +3 -5
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +10 -16
- package/harness/bundles/java/codex/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-plan/SKILL.md +13 -9
- package/harness/bundles/java/codex/harness-plan/checklist.md +28 -13
- package/harness/bundles/java/codex/harness-plan/protocols.md +10 -3
- package/harness/bundles/java/codex/harness-plan/reference.md +9 -23
- package/harness/bundles/java/codex/harness-review/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-run/SKILL.md +19 -5
- package/harness/bundles/java/codex/harness-run/protocols.md +3 -2
- package/harness/bundles/java/codex/harness-submit/SKILL.md +6 -4
- package/harness/bundles/java/codex/harness-submit/checklist.md +10 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-test/SKILL.md +17 -3
- package/harness/bundles/java/codex/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/java/codex/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/java/codex/scripts/harness_ledger.py +111 -5
- package/harness/bundles/java/codex/scripts/harness_profile.py +29 -1
- package/harness/bundles/java/codex/scripts/harness_test_guard.py +502 -0
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/README.md +12 -11
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +7 -9
- package/harness/bundles/java/cursor/harness-archive/checklist.md +4 -4
- package/harness/bundles/java/cursor/harness-archive/reference.md +3 -5
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +10 -16
- package/harness/bundles/java/cursor/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +13 -9
- package/harness/bundles/java/cursor/harness-plan/checklist.md +28 -13
- package/harness/bundles/java/cursor/harness-plan/protocols.md +10 -3
- package/harness/bundles/java/cursor/harness-plan/reference.md +9 -23
- package/harness/bundles/java/cursor/harness-review/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-run/SKILL.md +19 -5
- package/harness/bundles/java/cursor/harness-run/protocols.md +3 -2
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +6 -4
- package/harness/bundles/java/cursor/harness-submit/checklist.md +10 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-test/SKILL.md +17 -3
- package/harness/bundles/java/cursor/protocols/archive-report-protocol.md +2 -4
- package/harness/bundles/java/cursor/protocols/ledger-protocol.md +7 -15
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +111 -5
- package/harness/bundles/java/cursor/scripts/harness_profile.py +29 -1
- package/harness/bundles/java/cursor/scripts/harness_test_guard.py +502 -0
- package/harness/manifests/general/claude-code.json +32 -28
- package/harness/manifests/general/codebuddy.json +32 -28
- package/harness/manifests/general/codex.json +32 -28
- package/harness/manifests/general/cursor.json +32 -28
- package/harness/manifests/java/claude-code.json +30 -26
- package/harness/manifests/java/codebuddy.json +30 -26
- package/harness/manifests/java/codex.json +30 -26
- package/harness/manifests/java/cursor.json +30 -26
- package/hunter-workflow-family.json +2 -2
- package/package.json +1 -1
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.5",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "71e04fb13b0cb8d4db07617e87c7209f4c3effcd1782fd7a4fdd7e457069d1ca"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "agents/harness-evaluator.md",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "harness-archive/checklist.md",
|
|
30
|
-
"sha256": "
|
|
30
|
+
"sha256": "0329561202acf39646f08c861a2859ffe68164df05b95526af86c5b1842d2009"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"path": "harness-archive/reference.md",
|
|
34
|
-
"sha256": "
|
|
34
|
+
"sha256": "bae9ffb1e502fe842e57dcd6030ceb426fc95f3457054037de9133711f104da2"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/SKILL.md",
|
|
42
|
-
"sha256": "
|
|
42
|
+
"sha256": "827e9c212e0ae518302816a1987757330cd1b4878f8cff1cfbd2275da803c10d"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "harness-codebase-map/SKILL.md",
|
|
62
|
-
"sha256": "
|
|
62
|
+
"sha256": "0cc5ab78b7d73ddc9e71423788c5148c90dcf3cc1ea36e790e058bb4285d09a1"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -123,27 +123,27 @@
|
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
126
|
-
"sha256": "
|
|
126
|
+
"sha256": "cfe85e03c9376d90c7dac244f3bb1b90a0fd0691d94f24151b3e2250e0062f26"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-knowledge-query/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "dcce1d851ad2a6c9a261f53b078193080ee373f41757f4b45bdaf60c21f6759e"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-plan/checklist.md",
|
|
134
|
-
"sha256": "
|
|
134
|
+
"sha256": "e45d38c204c9e51abe042f369ee6d39a883425b24d331106126f4500bc7d899d"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "harness-plan/protocols.md",
|
|
138
|
-
"sha256": "
|
|
138
|
+
"sha256": "9bff7f88fc236adbc1c01db2fcbeb39248399e98f6a172080c8592ee27e742c5"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-plan/reference.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "93b1a26397cb411ca64700f3022ca92d199f85f5fc221b745bcc10a9c2ba9970"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-plan/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "43fcc5be953de9835a66a54d759a5756579388bd4bc3ac402861e103ed058a6b"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-review/checklist.md",
|
|
@@ -159,27 +159,27 @@
|
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-review/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "e1994473cebf329c0179728e7bf9a3ebe3d1905a47e0df63f90d407f1e115abd"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-run/checklist.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "350b352f2a85053449cf63a249780d30efd3be28718e912201388cbd0b4480a5"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-run/protocols.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "47b2bb139eeac2703850149bd8730c9a895c45fe28ebf670ede31ac309f034ac"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-run/reference.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "dccaafad9a761284a13e2d909e2a79994698a506caa76148798647ed554d85da"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-run/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "6760cab591f9a2bd9b096c2a2ce6fcde3fcfb2d88e7f58d946de333a7b954b84"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-submit/checklist.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "6b2343c6e8fdfc32b92b7dcd404487b9d25c404790a6e232a2292e5b996f90a2"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-submit/reference.md",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-submit/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "c53afc1bb8ddb9c0e2ebb50e7f69907bc352fd3a363aaf843fe9d33d20c95be3"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-sync/reference.md",
|
|
@@ -195,11 +195,11 @@
|
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-sync/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "5e6b0aa3964fa25abc3e41b4a37c26dfa2151a507189cbd572ee18bf9641fe0b"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-test/checklist.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "a8bd0424bfc64fc60f2a54927a381ce25c088bb267f01c88dce9c409d6b2f010"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-test/pitfalls.md",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-test/reference.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "5a9ed764ea1f600c67456f42ecaea88147297796270137ea67afd09177801bc4"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -215,11 +215,11 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-test/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "be0aa762acafea69303adc55b5b1ed154821c951a1ad6c4eaea090b05ebcb17b"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "protocols/archive-report-protocol.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "587047dfb6f308079d2bd9074f6b396570dfb11aecc401b0c63ae8edb5e806e4"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "protocols/ledger-protocol.md",
|
|
230
|
-
"sha256": "
|
|
230
|
+
"sha256": "2621749f0a1193015b185e3ebd5bd66e738db25fa091e4e27b3eaae06c950736"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "protocols/powershell-protocol.md",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "README.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "57ae38357a7bf4118f91c4404b8133a81aced923c836c498b04ff18461eae665"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "scripts/harness_archive.py",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
"path": "scripts/harness_ledger.py",
|
|
274
|
-
"sha256": "
|
|
274
|
+
"sha256": "36a9921ff70e17b3c8946db1846bf447607822ad90e17351b88efab189d15b41"
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"path": "scripts/harness_preflight.py",
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "scripts/harness_profile.py",
|
|
282
|
-
"sha256": "
|
|
282
|
+
"sha256": "718e2f3a9e754850935e37c803bc16addb855061371b3351ec22fdc4b376c339"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
285
|
"path": "scripts/harness_service.py",
|
|
@@ -288,6 +288,10 @@
|
|
|
288
288
|
{
|
|
289
289
|
"path": "scripts/harness_state.py",
|
|
290
290
|
"sha256": "b33efacf9aba471f9f542f738c653acf274ed3ce57c4326520036e6df0f18966"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"path": "scripts/harness_test_guard.py",
|
|
294
|
+
"sha256": "a6ad6f3619babb9ffc2bab16b3184ec916cc34f52b977dc4a5446e3e76fc894e"
|
|
291
295
|
}
|
|
292
296
|
]
|
|
293
297
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.5",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "bb798db90319798e513f4dfe6a8ec84b2d9091cf670112a70c647330942da818"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "agents/harness-evaluator.md",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "harness-archive/checklist.md",
|
|
30
|
-
"sha256": "
|
|
30
|
+
"sha256": "0329561202acf39646f08c861a2859ffe68164df05b95526af86c5b1842d2009"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"path": "harness-archive/reference.md",
|
|
34
|
-
"sha256": "
|
|
34
|
+
"sha256": "bae9ffb1e502fe842e57dcd6030ceb426fc95f3457054037de9133711f104da2"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/SKILL.md",
|
|
42
|
-
"sha256": "
|
|
42
|
+
"sha256": "432664531252b8ad6d39ff567d42bc66e6e77c83d7a463854594bd3f07ca7149"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "harness-codebase-map/SKILL.md",
|
|
62
|
-
"sha256": "
|
|
62
|
+
"sha256": "bd3c95132d95e3ee63efa8c63a8545d0a5beb920cb3def6f08dabdf2d72dd2cc"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -123,27 +123,27 @@
|
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
126
|
-
"sha256": "
|
|
126
|
+
"sha256": "c049c460c0ad9d88f6de9d5276d6eda91b9790d9f81eaf06ef1ade799189abd1"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-knowledge-query/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "32b0f72cb02861a9ecbac03180cfe307b60ba8daf5c8bffd14b846397a6ee486"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-plan/checklist.md",
|
|
134
|
-
"sha256": "
|
|
134
|
+
"sha256": "e45d38c204c9e51abe042f369ee6d39a883425b24d331106126f4500bc7d899d"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "harness-plan/protocols.md",
|
|
138
|
-
"sha256": "
|
|
138
|
+
"sha256": "9bff7f88fc236adbc1c01db2fcbeb39248399e98f6a172080c8592ee27e742c5"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-plan/reference.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "93b1a26397cb411ca64700f3022ca92d199f85f5fc221b745bcc10a9c2ba9970"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-plan/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "4eff8554625ba976bacdc023a18ff0984ef9876bd1fdf7669e1fab2a578adc01"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-review/checklist.md",
|
|
@@ -159,27 +159,27 @@
|
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-review/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "bab6d055e01a7775e1c522b5f89b50d080a153432505a3f9280d0fc1a84599b3"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-run/checklist.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "350b352f2a85053449cf63a249780d30efd3be28718e912201388cbd0b4480a5"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-run/protocols.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "47b2bb139eeac2703850149bd8730c9a895c45fe28ebf670ede31ac309f034ac"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-run/reference.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "dccaafad9a761284a13e2d909e2a79994698a506caa76148798647ed554d85da"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-run/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "976ffe51083b613501e6664801326ad3b932d7d5a6db8fe4c1beeae859065de5"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-submit/checklist.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "6b2343c6e8fdfc32b92b7dcd404487b9d25c404790a6e232a2292e5b996f90a2"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-submit/reference.md",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-submit/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "e477d065f442360320c37f80164c229a0cbd216c16218e67f0efeb200632536f"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-sync/reference.md",
|
|
@@ -195,11 +195,11 @@
|
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-sync/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "a1160216070d6efff9e39cb62fd729477bb507e8be75ebd7fda932c9c71f157e"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-test/checklist.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "a8bd0424bfc64fc60f2a54927a381ce25c088bb267f01c88dce9c409d6b2f010"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-test/pitfalls.md",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-test/reference.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "5a9ed764ea1f600c67456f42ecaea88147297796270137ea67afd09177801bc4"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -215,11 +215,11 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-test/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "245012500d436294cdc3d3e2e4aec9ac23c3f13078f58c6d6464ac615b242d7f"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "protocols/archive-report-protocol.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "587047dfb6f308079d2bd9074f6b396570dfb11aecc401b0c63ae8edb5e806e4"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "protocols/ledger-protocol.md",
|
|
230
|
-
"sha256": "
|
|
230
|
+
"sha256": "2621749f0a1193015b185e3ebd5bd66e738db25fa091e4e27b3eaae06c950736"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"path": "protocols/powershell-protocol.md",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "README.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "57ae38357a7bf4118f91c4404b8133a81aced923c836c498b04ff18461eae665"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "scripts/harness_archive.py",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
"path": "scripts/harness_ledger.py",
|
|
274
|
-
"sha256": "
|
|
274
|
+
"sha256": "36a9921ff70e17b3c8946db1846bf447607822ad90e17351b88efab189d15b41"
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"path": "scripts/harness_preflight.py",
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "scripts/harness_profile.py",
|
|
282
|
-
"sha256": "
|
|
282
|
+
"sha256": "718e2f3a9e754850935e37c803bc16addb855061371b3351ec22fdc4b376c339"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
285
|
"path": "scripts/harness_service.py",
|
|
@@ -288,6 +288,10 @@
|
|
|
288
288
|
{
|
|
289
289
|
"path": "scripts/harness_state.py",
|
|
290
290
|
"sha256": "b33efacf9aba471f9f542f738c653acf274ed3ce57c4326520036e6df0f18966"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"path": "scripts/harness_test_guard.py",
|
|
294
|
+
"sha256": "a6ad6f3619babb9ffc2bab16b3184ec916cc34f52b977dc4a5446e3e76fc894e"
|
|
291
295
|
}
|
|
292
296
|
]
|
|
293
297
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.5",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "fbd8bbf43e2ad703d8447f9538d68025171c9c4e2017e5992e98462c02c9da4b"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "CONTEXT.md",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"path": "harness-archive/checklist.md",
|
|
18
|
-
"sha256": "
|
|
18
|
+
"sha256": "0329561202acf39646f08c861a2859ffe68164df05b95526af86c5b1842d2009"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"path": "harness-archive/reference.md",
|
|
22
|
-
"sha256": "
|
|
22
|
+
"sha256": "bae9ffb1e502fe842e57dcd6030ceb426fc95f3457054037de9133711f104da2"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "harness-archive/SKILL.md",
|
|
30
|
-
"sha256": "
|
|
30
|
+
"sha256": "68a197bb1b336aa39e0b4577b1efa06ec4e12cfa051854322e821bac02de0ba9"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"path": "harness-codebase-map/SKILL.md",
|
|
50
|
-
"sha256": "
|
|
50
|
+
"sha256": "d72ae9a008cdb7f5021e989d0e8a4a9bdfd73245fbfcf32c3bc94c217e75d432"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -111,27 +111,27 @@
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
114
|
-
"sha256": "
|
|
114
|
+
"sha256": "f2d3fb2e50eb155d8965afbfc9b8fe118adca449f4cf4c7b56e74981983e7515"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"path": "harness-knowledge-query/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
118
|
+
"sha256": "996b5dd9c9f4192772102a6e711ae6983fc9eae5c68ec90f7ac0b6bada4df3cd"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-plan/checklist.md",
|
|
122
|
-
"sha256": "
|
|
122
|
+
"sha256": "e45d38c204c9e51abe042f369ee6d39a883425b24d331106126f4500bc7d899d"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"path": "harness-plan/protocols.md",
|
|
126
|
-
"sha256": "
|
|
126
|
+
"sha256": "9bff7f88fc236adbc1c01db2fcbeb39248399e98f6a172080c8592ee27e742c5"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-plan/reference.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "93b1a26397cb411ca64700f3022ca92d199f85f5fc221b745bcc10a9c2ba9970"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-plan/SKILL.md",
|
|
134
|
-
"sha256": "
|
|
134
|
+
"sha256": "ac91545648eaaa8b454a6bb7b12c843fc65bf196316143a8d59610338cd0340e"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "harness-review/checklist.md",
|
|
@@ -147,27 +147,27 @@
|
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-review/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
150
|
+
"sha256": "5f239064791d3aaa0d62ec91806b760034fee11beb3d2e50044e1dad521be041"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-run/checklist.md",
|
|
154
|
-
"sha256": "
|
|
154
|
+
"sha256": "350b352f2a85053449cf63a249780d30efd3be28718e912201388cbd0b4480a5"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-run/protocols.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "47b2bb139eeac2703850149bd8730c9a895c45fe28ebf670ede31ac309f034ac"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-run/reference.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "dccaafad9a761284a13e2d909e2a79994698a506caa76148798647ed554d85da"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-run/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "f31f8e476394804dd4f817717fe80e59786a3bb3df539eeee8ba755ff2fc1bab"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-submit/checklist.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "6b2343c6e8fdfc32b92b7dcd404487b9d25c404790a6e232a2292e5b996f90a2"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-submit/reference.md",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-submit/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "a6d257930c53ac55cd085adabb55183cad476962eecf1bd9898b48e2945730e2"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-sync/reference.md",
|
|
@@ -183,11 +183,11 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-sync/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "d72239f1b73ef9e8a5fa6f244c3cbdbdc179e70e9928dc7425838e83a0620224"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-test/checklist.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "a8bd0424bfc64fc60f2a54927a381ce25c088bb267f01c88dce9c409d6b2f010"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-test/pitfalls.md",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-test/reference.md",
|
|
198
|
-
"sha256": "
|
|
198
|
+
"sha256": "5a9ed764ea1f600c67456f42ecaea88147297796270137ea67afd09177801bc4"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -203,11 +203,11 @@
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-test/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "fef50b08f9706183344a338b036d9255370c6d236d7af59cdd1a372b2f57c0b7"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "protocols/archive-report-protocol.md",
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "587047dfb6f308079d2bd9074f6b396570dfb11aecc401b0c63ae8edb5e806e4"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "protocols/ledger-protocol.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "2621749f0a1193015b185e3ebd5bd66e738db25fa091e4e27b3eaae06c950736"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "protocols/powershell-protocol.md",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "README.md",
|
|
242
|
-
"sha256": "
|
|
242
|
+
"sha256": "57ae38357a7bf4118f91c4404b8133a81aced923c836c498b04ff18461eae665"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "scripts/harness_archive.py",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "scripts/harness_ledger.py",
|
|
262
|
-
"sha256": "
|
|
262
|
+
"sha256": "36a9921ff70e17b3c8946db1846bf447607822ad90e17351b88efab189d15b41"
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"path": "scripts/harness_preflight.py",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"path": "scripts/harness_profile.py",
|
|
270
|
-
"sha256": "
|
|
270
|
+
"sha256": "718e2f3a9e754850935e37c803bc16addb855061371b3351ec22fdc4b376c339"
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
"path": "scripts/harness_service.py",
|
|
@@ -276,6 +276,10 @@
|
|
|
276
276
|
{
|
|
277
277
|
"path": "scripts/harness_state.py",
|
|
278
278
|
"sha256": "b33efacf9aba471f9f542f738c653acf274ed3ce57c4326520036e6df0f18966"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"path": "scripts/harness_test_guard.py",
|
|
282
|
+
"sha256": "a6ad6f3619babb9ffc2bab16b3184ec916cc34f52b977dc4a5446e3e76fc894e"
|
|
279
283
|
}
|
|
280
284
|
]
|
|
281
285
|
}
|