@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": "cursor",
|
|
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": "92dff42c2e88b3d8396fc9e5d70566017230f5ba6115e5941e45740a4e7d574a"
|
|
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": "854635aadef81cd536c08f88d778f54b0bb6569e58330422303a8e2406978443"
|
|
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": "32b057e942b9367ea947c41895d0de6c746191f0cae2e6a915ef318ceaf2c15d"
|
|
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": "24c4e9b7f13cda58be837a5fa9a87a491471e1aec16bb9659a855041e658d5ab"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"path": "harness-knowledge-query/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
118
|
+
"sha256": "22796e42a75efa96553eef0f0a8c5aaa514b7390957292a3aeab95056a7b8407"
|
|
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": "931d08ec92ec81f63a9b92db008b2800b47a8601b518d00b821fa5c40d41c57d"
|
|
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": "d8bd83a184cca230b8044436ffd90db582bdbcc20a6fc0138004ef902c885c4b"
|
|
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": "ff6de4edf75f4bb9a3b4e165577ee2e5d4e11c9753c21878ad4c90be9131c659"
|
|
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": "8a162fb5d78098ac4a176ee5a989f8000c4980978ef572e72ab2f84c086ecc46"
|
|
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": "78143cc8c66c0c5222bc29bf9fda5b693add56a67445d54f2d398b54ac26df3f"
|
|
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": "f8c0a5cd3f8bbbd284954bf7042742121a2d5bc9885ac78c9462c19d2a9ca7db"
|
|
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
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
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": "6c8e5829d6a36b7e22caa004b667301b5d15f275227392ed680026d8948ffd19"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "agents/harness-evaluator.md",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "harness-apidoc/SKILL.md",
|
|
38
|
-
"sha256": "
|
|
38
|
+
"sha256": "21d4303571e407c0c2e27e368b086a1f2d7d68d3988a4c543c7f5fc9a367925f"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/checklist.md",
|
|
42
|
-
"sha256": "
|
|
42
|
+
"sha256": "0329561202acf39646f08c861a2859ffe68164df05b95526af86c5b1842d2009"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/reference.md",
|
|
46
|
-
"sha256": "
|
|
46
|
+
"sha256": "bae9ffb1e502fe842e57dcd6030ceb426fc95f3457054037de9133711f104da2"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"path": "harness-archive/SKILL.md",
|
|
54
|
-
"sha256": "
|
|
54
|
+
"sha256": "55e230edb187b7c86361a49a2f404b83ccfece6292f94207dc5a1f47607f7ff0"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"path": "harness-codebase-map/SKILL.md",
|
|
74
|
-
"sha256": "
|
|
74
|
+
"sha256": "d7e8b667dacb5dc56da700afafe2f7c0a3cc2b150a17f0c853082aef4d0ac0eb"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -135,11 +135,11 @@
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
138
|
-
"sha256": "
|
|
138
|
+
"sha256": "77d5870bc146b357896f0808a0f866ad8b4c89c4e514943db88b9aa99e6c6b74"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-knowledge-query/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "01c27d74d886d8e49934de0ea4f6f230566260184f6d5d144919ce7327ee8ec1"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-package/checklist.md",
|
|
@@ -151,23 +151,23 @@
|
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-package/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
154
|
+
"sha256": "417504d21f4d0e3eb5e3baf62b60d22b18e6ad80674b753c35ce591534a72a20"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-plan/checklist.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "e45d38c204c9e51abe042f369ee6d39a883425b24d331106126f4500bc7d899d"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-plan/protocols.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "9bff7f88fc236adbc1c01db2fcbeb39248399e98f6a172080c8592ee27e742c5"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-plan/reference.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "93b1a26397cb411ca64700f3022ca92d199f85f5fc221b745bcc10a9c2ba9970"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-plan/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "930be0c2e1b2605bd55b9457ef229499c19b403ed8b33e76e85aa8b92d09f34a"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-review/checklist.md",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-review/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "7edb28dc4416bf0d575ec145273c2f09d54a1fb822e0690053aa4509c6083926"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-run/checklist.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-run/protocols.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "47b2bb139eeac2703850149bd8730c9a895c45fe28ebf670ede31ac309f034ac"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-run/reference.md",
|
|
@@ -199,11 +199,11 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-run/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "e4bf1b3687212afcd8710471bd0328d4b481552baff6c31574a05e902bff65be"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-submit/checklist.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "6b2343c6e8fdfc32b92b7dcd404487b9d25c404790a6e232a2292e5b996f90a2"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-submit/reference.md",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-submit/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
214
|
+
"sha256": "529afc4b282dab1c1a56a2c35d249d9ffcaa83bdbd5d2495aed88903ef8a27f0"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-sync/reference.md",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-sync/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "73808ae1f7b4624dcaf32cc7518e42c21f9a0bdbf85301d6c620c97189ed4aee"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-test/checklist.md",
|
|
@@ -243,11 +243,11 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-test/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "6076d3a6521ff841a9c69a18cef3db1c4f2c286d3b9918d9494ba4973eab0303"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "protocols/archive-report-protocol.md",
|
|
250
|
-
"sha256": "
|
|
250
|
+
"sha256": "587047dfb6f308079d2bd9074f6b396570dfb11aecc401b0c63ae8edb5e806e4"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "protocols/ledger-protocol.md",
|
|
258
|
-
"sha256": "
|
|
258
|
+
"sha256": "2621749f0a1193015b185e3ebd5bd66e738db25fa091e4e27b3eaae06c950736"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "protocols/powershell-protocol.md",
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "README.md",
|
|
282
|
-
"sha256": "
|
|
282
|
+
"sha256": "57ae38357a7bf4118f91c4404b8133a81aced923c836c498b04ff18461eae665"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
285
|
"path": "scripts/harness_archive.py",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "scripts/harness_ledger.py",
|
|
302
|
-
"sha256": "
|
|
302
|
+
"sha256": "36a9921ff70e17b3c8946db1846bf447607822ad90e17351b88efab189d15b41"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"path": "scripts/harness_preflight.py",
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"path": "scripts/harness_profile.py",
|
|
310
|
-
"sha256": "
|
|
310
|
+
"sha256": "718e2f3a9e754850935e37c803bc16addb855061371b3351ec22fdc4b376c339"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"path": "scripts/harness_service.py",
|
|
@@ -316,6 +316,10 @@
|
|
|
316
316
|
{
|
|
317
317
|
"path": "scripts/harness_state.py",
|
|
318
318
|
"sha256": "b33efacf9aba471f9f542f738c653acf274ed3ce57c4326520036e6df0f18966"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"path": "scripts/harness_test_guard.py",
|
|
322
|
+
"sha256": "a6ad6f3619babb9ffc2bab16b3184ec916cc34f52b977dc4a5446e3e76fc894e"
|
|
319
323
|
}
|
|
320
324
|
]
|
|
321
325
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
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": "6a6a5395241e47bd3966d7944ad115739d620ac1d1af0b4cae3a0cec5f315cc5"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "agents/harness-evaluator.md",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "harness-apidoc/SKILL.md",
|
|
38
|
-
"sha256": "
|
|
38
|
+
"sha256": "8b2bd19093f45d1ba8658b19c3a3eaa90282f1fd16b3a7a7dfbbde7993f79fa2"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/checklist.md",
|
|
42
|
-
"sha256": "
|
|
42
|
+
"sha256": "0329561202acf39646f08c861a2859ffe68164df05b95526af86c5b1842d2009"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/reference.md",
|
|
46
|
-
"sha256": "
|
|
46
|
+
"sha256": "bae9ffb1e502fe842e57dcd6030ceb426fc95f3457054037de9133711f104da2"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"path": "harness-archive/SKILL.md",
|
|
54
|
-
"sha256": "
|
|
54
|
+
"sha256": "61679dae559a642ebe682dc359e982a7a3ddf53a2fcce1c3589abbc415f5bc0d"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"path": "harness-codebase-map/SKILL.md",
|
|
74
|
-
"sha256": "
|
|
74
|
+
"sha256": "335bbece09d217010cf06503f83bdcd8d59101dfa7d7700fd99ca2b05417f43f"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -135,11 +135,11 @@
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
138
|
-
"sha256": "
|
|
138
|
+
"sha256": "91403bc6c46d18d72e7282a3c5fa0f06430e584f3dc0253e05639539e3c538a3"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-knowledge-query/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "18e8548a08740ec306678cfc639ad3413446cc01f99ed3cccb9e93bd235039c7"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-package/checklist.md",
|
|
@@ -151,23 +151,23 @@
|
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-package/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
154
|
+
"sha256": "6ba066586554e9701fdab7d9310ba8f14caedf8da8b4346f2eb910148c277f25"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-plan/checklist.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "e45d38c204c9e51abe042f369ee6d39a883425b24d331106126f4500bc7d899d"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-plan/protocols.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "9bff7f88fc236adbc1c01db2fcbeb39248399e98f6a172080c8592ee27e742c5"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-plan/reference.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "93b1a26397cb411ca64700f3022ca92d199f85f5fc221b745bcc10a9c2ba9970"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-plan/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "262213a4e078418426882b699fd7d72eb74a86168b9a91a729d67d7206434f15"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-review/checklist.md",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-review/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
186
|
+
"sha256": "e75ce962f88d8cda340ae03999bad005128f96da84587f8eca1c53aa608ee502"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-run/checklist.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-run/protocols.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "47b2bb139eeac2703850149bd8730c9a895c45fe28ebf670ede31ac309f034ac"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-run/reference.md",
|
|
@@ -199,11 +199,11 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-run/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "1c77ab32e21814cbfab5fccef81a0fbb87e4bdaad6b380d1df065226192f1572"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-submit/checklist.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "6b2343c6e8fdfc32b92b7dcd404487b9d25c404790a6e232a2292e5b996f90a2"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-submit/reference.md",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"path": "harness-submit/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
214
|
+
"sha256": "1bd5ffffa9cc0aa630f4074e7cbf6127f879b81871fa7fc7671c42db7bc5ae51"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-sync/reference.md",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-sync/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
222
|
+
"sha256": "902c2710195a25158a07ec64898f7605617f4c0dbec5ba4d8309e449c84fd928"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-test/checklist.md",
|
|
@@ -243,11 +243,11 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"path": "harness-test/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
246
|
+
"sha256": "012c68f3448894ca38eb869001c1623a2ff683d98fc1724bb65cd810b553a7cd"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "protocols/archive-report-protocol.md",
|
|
250
|
-
"sha256": "
|
|
250
|
+
"sha256": "587047dfb6f308079d2bd9074f6b396570dfb11aecc401b0c63ae8edb5e806e4"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "protocols/ledger-protocol.md",
|
|
258
|
-
"sha256": "
|
|
258
|
+
"sha256": "2621749f0a1193015b185e3ebd5bd66e738db25fa091e4e27b3eaae06c950736"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "protocols/powershell-protocol.md",
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "README.md",
|
|
282
|
-
"sha256": "
|
|
282
|
+
"sha256": "57ae38357a7bf4118f91c4404b8133a81aced923c836c498b04ff18461eae665"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
285
|
"path": "scripts/harness_archive.py",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "scripts/harness_ledger.py",
|
|
302
|
-
"sha256": "
|
|
302
|
+
"sha256": "36a9921ff70e17b3c8946db1846bf447607822ad90e17351b88efab189d15b41"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"path": "scripts/harness_preflight.py",
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"path": "scripts/harness_profile.py",
|
|
310
|
-
"sha256": "
|
|
310
|
+
"sha256": "718e2f3a9e754850935e37c803bc16addb855061371b3351ec22fdc4b376c339"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"path": "scripts/harness_service.py",
|
|
@@ -316,6 +316,10 @@
|
|
|
316
316
|
{
|
|
317
317
|
"path": "scripts/harness_state.py",
|
|
318
318
|
"sha256": "b33efacf9aba471f9f542f738c653acf274ed3ce57c4326520036e6df0f18966"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"path": "scripts/harness_test_guard.py",
|
|
322
|
+
"sha256": "a6ad6f3619babb9ffc2bab16b3184ec916cc34f52b977dc4a5446e3e76fc894e"
|
|
319
323
|
}
|
|
320
324
|
]
|
|
321
325
|
}
|