@hunter-harness/workflow-harness 0.2.8 → 0.2.9
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/workflow-policy.json +3 -3
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +3 -3
- package/harness/bundles/general/claude-code/harness-archive/reference.md +18 -10
- package/harness/bundles/general/claude-code/harness-archive/templates/render-summary.mjs +5 -1
- 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-plan/checklist.md +6 -0
- 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/checklist.md +5 -0
- package/harness/bundles/general/claude-code/harness-run/reference.md +31 -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 +1 -1
- package/harness/bundles/general/claude-code/harness-test/checklist.md +9 -0
- package/harness/bundles/general/claude-code/harness-test/pitfalls-java.md +14 -0
- package/harness/bundles/general/claude-code/harness-test/reference.md +36 -0
- package/harness/bundles/general/claude-code/protocols/archive-report-protocol.md +3 -1
- package/harness/bundles/general/claude-code/protocols/ledger-protocol.md +2 -0
- package/harness/bundles/general/claude-code/protocols/powershell-protocol.md +16 -0
- package/harness/bundles/general/claude-code/protocols/report-pipeline-protocol.md +17 -0
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +568 -58
- package/harness/bundles/general/claude-code/scripts/harness_events.py +70 -19
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +178 -25
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +17 -0
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/contracts/workflow-policy.json +3 -3
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +3 -3
- package/harness/bundles/general/codebuddy/harness-archive/reference.md +18 -10
- package/harness/bundles/general/codebuddy/harness-archive/templates/render-summary.mjs +5 -1
- 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-plan/checklist.md +6 -0
- 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/checklist.md +5 -0
- package/harness/bundles/general/codebuddy/harness-run/reference.md +31 -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 +1 -1
- package/harness/bundles/general/codebuddy/harness-test/checklist.md +9 -0
- package/harness/bundles/general/codebuddy/harness-test/pitfalls-java.md +14 -0
- package/harness/bundles/general/codebuddy/harness-test/reference.md +36 -0
- package/harness/bundles/general/codebuddy/protocols/archive-report-protocol.md +3 -1
- package/harness/bundles/general/codebuddy/protocols/ledger-protocol.md +2 -0
- package/harness/bundles/general/codebuddy/protocols/powershell-protocol.md +16 -0
- package/harness/bundles/general/codebuddy/protocols/report-pipeline-protocol.md +17 -0
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +568 -58
- package/harness/bundles/general/codebuddy/scripts/harness_events.py +70 -19
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +178 -25
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +17 -0
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/contracts/workflow-policy.json +3 -3
- package/harness/bundles/general/codex/harness-archive/SKILL.md +3 -3
- package/harness/bundles/general/codex/harness-archive/reference.md +18 -10
- package/harness/bundles/general/codex/harness-archive/templates/render-summary.mjs +5 -1
- 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-plan/checklist.md +6 -0
- 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/checklist.md +5 -0
- package/harness/bundles/general/codex/harness-run/reference.md +31 -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 +1 -1
- package/harness/bundles/general/codex/harness-test/checklist.md +9 -0
- package/harness/bundles/general/codex/harness-test/pitfalls-java.md +14 -0
- package/harness/bundles/general/codex/harness-test/reference.md +36 -0
- package/harness/bundles/general/codex/protocols/archive-report-protocol.md +3 -1
- package/harness/bundles/general/codex/protocols/ledger-protocol.md +2 -0
- package/harness/bundles/general/codex/protocols/powershell-protocol.md +16 -0
- package/harness/bundles/general/codex/protocols/report-pipeline-protocol.md +17 -0
- package/harness/bundles/general/codex/scripts/harness_archive.py +568 -58
- package/harness/bundles/general/codex/scripts/harness_events.py +70 -19
- package/harness/bundles/general/codex/scripts/harness_gate.py +178 -25
- package/harness/bundles/general/codex/scripts/harness_ledger.py +17 -0
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/contracts/workflow-policy.json +3 -3
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +3 -3
- package/harness/bundles/general/cursor/harness-archive/reference.md +18 -10
- package/harness/bundles/general/cursor/harness-archive/templates/render-summary.mjs +5 -1
- 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-plan/checklist.md +6 -0
- 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/checklist.md +5 -0
- package/harness/bundles/general/cursor/harness-run/reference.md +31 -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 +1 -1
- package/harness/bundles/general/cursor/harness-test/checklist.md +9 -0
- package/harness/bundles/general/cursor/harness-test/pitfalls-java.md +14 -0
- package/harness/bundles/general/cursor/harness-test/reference.md +36 -0
- package/harness/bundles/general/cursor/protocols/archive-report-protocol.md +3 -1
- package/harness/bundles/general/cursor/protocols/ledger-protocol.md +2 -0
- package/harness/bundles/general/cursor/protocols/powershell-protocol.md +16 -0
- package/harness/bundles/general/cursor/protocols/report-pipeline-protocol.md +17 -0
- package/harness/bundles/general/cursor/scripts/harness_archive.py +568 -58
- package/harness/bundles/general/cursor/scripts/harness_events.py +70 -19
- package/harness/bundles/general/cursor/scripts/harness_gate.py +178 -25
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +17 -0
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/contracts/workflow-policy.json +3 -3
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +3 -3
- package/harness/bundles/java/claude-code/harness-archive/reference.md +18 -10
- package/harness/bundles/java/claude-code/harness-archive/templates/render-summary.mjs +5 -1
- 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-plan/checklist.md +6 -0
- 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 +1 -1
- package/harness/bundles/java/claude-code/protocols/archive-report-protocol.md +3 -1
- package/harness/bundles/java/claude-code/protocols/ledger-protocol.md +2 -0
- package/harness/bundles/java/claude-code/protocols/powershell-protocol.md +16 -0
- package/harness/bundles/java/claude-code/protocols/report-pipeline-protocol.md +17 -0
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +568 -58
- package/harness/bundles/java/claude-code/scripts/harness_events.py +70 -19
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +178 -25
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +17 -0
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/contracts/workflow-policy.json +3 -3
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +3 -3
- package/harness/bundles/java/codebuddy/harness-archive/reference.md +18 -10
- package/harness/bundles/java/codebuddy/harness-archive/templates/render-summary.mjs +5 -1
- 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-plan/checklist.md +6 -0
- 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 +1 -1
- package/harness/bundles/java/codebuddy/protocols/archive-report-protocol.md +3 -1
- package/harness/bundles/java/codebuddy/protocols/ledger-protocol.md +2 -0
- package/harness/bundles/java/codebuddy/protocols/powershell-protocol.md +16 -0
- package/harness/bundles/java/codebuddy/protocols/report-pipeline-protocol.md +17 -0
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +568 -58
- package/harness/bundles/java/codebuddy/scripts/harness_events.py +70 -19
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +178 -25
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +17 -0
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/contracts/workflow-policy.json +3 -3
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +3 -3
- package/harness/bundles/java/codex/harness-archive/reference.md +18 -10
- package/harness/bundles/java/codex/harness-archive/templates/render-summary.mjs +5 -1
- 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-plan/checklist.md +6 -0
- 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 +1 -1
- package/harness/bundles/java/codex/protocols/archive-report-protocol.md +3 -1
- package/harness/bundles/java/codex/protocols/ledger-protocol.md +2 -0
- package/harness/bundles/java/codex/protocols/powershell-protocol.md +16 -0
- package/harness/bundles/java/codex/protocols/report-pipeline-protocol.md +17 -0
- package/harness/bundles/java/codex/scripts/harness_archive.py +568 -58
- package/harness/bundles/java/codex/scripts/harness_events.py +70 -19
- package/harness/bundles/java/codex/scripts/harness_gate.py +178 -25
- package/harness/bundles/java/codex/scripts/harness_ledger.py +17 -0
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/contracts/workflow-policy.json +3 -3
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +3 -3
- package/harness/bundles/java/cursor/harness-archive/reference.md +18 -10
- package/harness/bundles/java/cursor/harness-archive/templates/render-summary.mjs +5 -1
- 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-plan/checklist.md +6 -0
- 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 +1 -1
- package/harness/bundles/java/cursor/protocols/archive-report-protocol.md +3 -1
- package/harness/bundles/java/cursor/protocols/ledger-protocol.md +2 -0
- package/harness/bundles/java/cursor/protocols/powershell-protocol.md +16 -0
- package/harness/bundles/java/cursor/protocols/report-pipeline-protocol.md +17 -0
- package/harness/bundles/java/cursor/scripts/harness_archive.py +568 -58
- package/harness/bundles/java/cursor/scripts/harness_events.py +70 -19
- package/harness/bundles/java/cursor/scripts/harness_gate.py +178 -25
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +17 -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 +26 -26
- package/harness/manifests/java/codebuddy.json +26 -26
- package/harness/manifests/java/codex.json +26 -26
- package/harness/manifests/java/cursor.json +26 -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.9",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "c97daff480a28c7c36dfe8b59345f39763c3bc5bbdc50ce0050f6cfce3e6b2d8"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "CONTEXT.md",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"path": "contracts/workflow-policy.json",
|
|
18
|
-
"sha256": "
|
|
18
|
+
"sha256": "e642d840fa90aa5943cb80bee6538e0aa11577fcaab0c4e534641ebfae8d8f00"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"path": "harness-archive/checklist.md",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"path": "harness-archive/reference.md",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "3e4402520f764c1a9a8796bdf841d42c5e0dd700928e9505007c171e24f0219e"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"path": "harness-archive/SKILL.md",
|
|
34
|
-
"sha256": "
|
|
34
|
+
"sha256": "9b7f570ab00a4238d62ebc64cd196121a6ece6f76c8472425f1792f11bfb55c5"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
38
|
-
"sha256": "
|
|
38
|
+
"sha256": "f15d2b541649fe677d56de46bc7ac8deccaeab12e57c530f5cd64fb340f17df4"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"path": "harness-codebase-map/SKILL.md",
|
|
54
|
-
"sha256": "
|
|
54
|
+
"sha256": "8f7f715656f839b14f301cc8ab27892dc6f25f463dcb9285d5a1bfbc7496c2d0"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -115,15 +115,15 @@
|
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
118
|
+
"sha256": "359dbfb894c61026e605f3d717c0f079b5c3f377415c2ef930015f0284951e7f"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-knowledge-query/SKILL.md",
|
|
122
|
-
"sha256": "
|
|
122
|
+
"sha256": "a211037cb66b3fcc3853487075d3b9d3d47b5fd936913b0be46d00c99af0f41e"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"path": "harness-plan/checklist.md",
|
|
126
|
-
"sha256": "
|
|
126
|
+
"sha256": "efd49a7430aae916d2cd6da82f812c0fdc9777eaabe8212a92904d5dcfa38534"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-plan/protocols.md",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "harness-plan/SKILL.md",
|
|
138
|
-
"sha256": "
|
|
138
|
+
"sha256": "1b295ea1b86acccb6d96b144f2832588f9972db64bb6959492760d6baeff158d"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-review/checklist.md",
|
|
@@ -151,11 +151,11 @@
|
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-review/SKILL.md",
|
|
154
|
-
"sha256": "
|
|
154
|
+
"sha256": "4beab84b4cbb07610612be7aa49f34d62d58155c6d2148d158c3cd0f77763bdb"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-run/checklist.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "4a829a9a1521402d508f2b76ba16246f8d5b860cc5eeaa40faa96cbc874992c2"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-run/protocols.md",
|
|
@@ -163,11 +163,11 @@
|
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-run/reference.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "ceb8c2efe6c12dcc1d655e1a58407528293d914cceacf3f111fe57e39af17831"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-run/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "7b7914625669d0a975433465f3417b1ab895f0bd9e95ab9262dd73a5f6bef5c1"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-submit/checklist.md",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-submit/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "fe1e5f46fda61d18a23505038076fb4569f22ed8e2f59ae6ca92850ed34245bd"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-sync/reference.md",
|
|
@@ -187,11 +187,15 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-sync/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "557d6dcc04328b853a46e00d77e03133eb60d2c502bfca9142c121bd894e680b"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-test/checklist.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "66f96a4e5cc39ab7ec736994a23dac88e349c63845659d595737100b9584b84e"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"path": "harness-test/pitfalls-java.md",
|
|
198
|
+
"sha256": "85c5ab2a2706960093954382265b5fbdfa63f794d857868322d4cebc36936908"
|
|
195
199
|
},
|
|
196
200
|
{
|
|
197
201
|
"path": "harness-test/pitfalls.md",
|
|
@@ -199,7 +203,7 @@
|
|
|
199
203
|
},
|
|
200
204
|
{
|
|
201
205
|
"path": "harness-test/reference.md",
|
|
202
|
-
"sha256": "
|
|
206
|
+
"sha256": "bd6ddba4a8c743454f4ffb7b865f2a1ba8e28fc48c433e1fc765af024ee165bb"
|
|
203
207
|
},
|
|
204
208
|
{
|
|
205
209
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -207,11 +211,11 @@
|
|
|
207
211
|
},
|
|
208
212
|
{
|
|
209
213
|
"path": "harness-test/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
214
|
+
"sha256": "a1e081c142794f0b021ac22db8b754d153209a16d3cd5236eb983a830842b162"
|
|
211
215
|
},
|
|
212
216
|
{
|
|
213
217
|
"path": "protocols/archive-report-protocol.md",
|
|
214
|
-
"sha256": "
|
|
218
|
+
"sha256": "2cf0e5e7912e706744f2381b2769e6cfe78919a9a49893455df5525e5943add3"
|
|
215
219
|
},
|
|
216
220
|
{
|
|
217
221
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -219,15 +223,15 @@
|
|
|
219
223
|
},
|
|
220
224
|
{
|
|
221
225
|
"path": "protocols/ledger-protocol.md",
|
|
222
|
-
"sha256": "
|
|
226
|
+
"sha256": "536c222e95d6840782adebe08195940e44edeb4a12ff8333311ff0c9785343b2"
|
|
223
227
|
},
|
|
224
228
|
{
|
|
225
229
|
"path": "protocols/powershell-protocol.md",
|
|
226
|
-
"sha256": "
|
|
230
|
+
"sha256": "f723f18eee08125e75f387e655f7e604eb603f636cd6809dd6b5948748f32d04"
|
|
227
231
|
},
|
|
228
232
|
{
|
|
229
233
|
"path": "protocols/report-pipeline-protocol.md",
|
|
230
|
-
"sha256": "
|
|
234
|
+
"sha256": "1a54a6a1540e9da41cf3466eee8a3810eb2b3ae732ab87f295d1832d135da6fb"
|
|
231
235
|
},
|
|
232
236
|
{
|
|
233
237
|
"path": "protocols/sensitive-info-protocol.md",
|
|
@@ -251,7 +255,7 @@
|
|
|
251
255
|
},
|
|
252
256
|
{
|
|
253
257
|
"path": "scripts/harness_archive.py",
|
|
254
|
-
"sha256": "
|
|
258
|
+
"sha256": "8195480e0d0251e6cf9edcdfd31feaa067775be6da1ab730acf756ab57417375"
|
|
255
259
|
},
|
|
256
260
|
{
|
|
257
261
|
"path": "scripts/harness_change.py",
|
|
@@ -267,15 +271,15 @@
|
|
|
267
271
|
},
|
|
268
272
|
{
|
|
269
273
|
"path": "scripts/harness_events.py",
|
|
270
|
-
"sha256": "
|
|
274
|
+
"sha256": "4eca34ec53aadef3a251b4f38a400be1a7f3b1ccc531c77e58ecdc94eb426ddc"
|
|
271
275
|
},
|
|
272
276
|
{
|
|
273
277
|
"path": "scripts/harness_gate.py",
|
|
274
|
-
"sha256": "
|
|
278
|
+
"sha256": "5218faac4ba9fac8fdf0e5030b04a86084485500ac9d39a0ce76057c895d3700"
|
|
275
279
|
},
|
|
276
280
|
{
|
|
277
281
|
"path": "scripts/harness_ledger.py",
|
|
278
|
-
"sha256": "
|
|
282
|
+
"sha256": "f1a4c5ade21e227e3595da2764f9daa8b3fabf16f39077fea7ad2ac09f778463"
|
|
279
283
|
},
|
|
280
284
|
{
|
|
281
285
|
"path": "scripts/harness_preflight.py",
|
|
@@ -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.9",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "9f62facc64166f56c9528bac6e334bcac6efe2de4fdd2a0bab266a543bbd9b2e"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "agents/harness-evaluator.md",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "contracts/workflow-policy.json",
|
|
30
|
-
"sha256": "
|
|
30
|
+
"sha256": "e642d840fa90aa5943cb80bee6538e0aa11577fcaab0c4e534641ebfae8d8f00"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-apidoc/SKILL.md",
|
|
42
|
-
"sha256": "
|
|
42
|
+
"sha256": "fb7426c1a5665962d91313bc3751c3a03f4fe27dc24c6270304733f0b6301588"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/checklist.md",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"path": "harness-archive/reference.md",
|
|
50
|
-
"sha256": "
|
|
50
|
+
"sha256": "3e4402520f764c1a9a8796bdf841d42c5e0dd700928e9505007c171e24f0219e"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"path": "harness-archive/SKILL.md",
|
|
58
|
-
"sha256": "
|
|
58
|
+
"sha256": "1fe6e59682703c07f107eb6cce514f2001545a633b8e2cca4865f65db6b98f6a"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
62
|
-
"sha256": "
|
|
62
|
+
"sha256": "f15d2b541649fe677d56de46bc7ac8deccaeab12e57c530f5cd64fb340f17df4"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"path": "harness-codebase-map/SKILL.md",
|
|
78
|
-
"sha256": "
|
|
78
|
+
"sha256": "d805ee8928b982ab45f1d59a5573e34c531de199ece9767935697f295353924c"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,11 +139,11 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "d830d3b0e826d34d3757e07e1bd41a6877d85ed603e1d811e7e96f908d8a5843"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-knowledge-query/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "8113e66bc40fc9b18a3f0a7d19d6f7840851ebd399efb9893efef1223e8f31c9"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-package/checklist.md",
|
|
@@ -155,11 +155,11 @@
|
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-package/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "85b7ec4d2a404c8d115733e6283ed99c79265be325b4dd86dbcb7b1776a7d1e7"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-plan/checklist.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "efd49a7430aae916d2cd6da82f812c0fdc9777eaabe8212a92904d5dcfa38534"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-plan/protocols.md",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-plan/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "306b8ea1ccc80c2f604d5ea80464caa1c68678d05e328f3021a7317c7a8c4325"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-review/checklist.md",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-review/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "0e27be122e779e0e5766254507d1f30519b3018e98b47c091ca7be606d0feb25"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-run/checklist.md",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-run/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "37b0d05b4bf11620083e87761f6e50a6a60432ecf2d509913e4859b2350ed03d"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-submit/checklist.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-submit/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "9a254b5a8a8fb7e53af64464c5bde9dafd4c61ded6d12469f4dc0ca70276cb00"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-sync/reference.md",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-sync/SKILL.md",
|
|
226
|
-
"sha256": "
|
|
226
|
+
"sha256": "d04c9a16eaa5d76b37a8defcf809c8c422e7441a33ad8aa7ab296f1caf6144f9"
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-test/checklist.md",
|
|
@@ -247,11 +247,11 @@
|
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-test/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
250
|
+
"sha256": "da63e88717ca6db5fe7a922faa65b41d3e09fc539adb34d05320bc60550a28a0"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "protocols/archive-report-protocol.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "2cf0e5e7912e706744f2381b2769e6cfe78919a9a49893455df5525e5943add3"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -259,15 +259,15 @@
|
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "protocols/ledger-protocol.md",
|
|
262
|
-
"sha256": "
|
|
262
|
+
"sha256": "536c222e95d6840782adebe08195940e44edeb4a12ff8333311ff0c9785343b2"
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"path": "protocols/powershell-protocol.md",
|
|
266
|
-
"sha256": "
|
|
266
|
+
"sha256": "f723f18eee08125e75f387e655f7e604eb603f636cd6809dd6b5948748f32d04"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"path": "protocols/report-pipeline-protocol.md",
|
|
270
|
-
"sha256": "
|
|
270
|
+
"sha256": "1a54a6a1540e9da41cf3466eee8a3810eb2b3ae732ab87f295d1832d135da6fb"
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
"path": "protocols/sensitive-info-protocol.md",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "scripts/harness_archive.py",
|
|
294
|
-
"sha256": "
|
|
294
|
+
"sha256": "8195480e0d0251e6cf9edcdfd31feaa067775be6da1ab730acf756ab57417375"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"path": "scripts/harness_change.py",
|
|
@@ -307,15 +307,15 @@
|
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"path": "scripts/harness_events.py",
|
|
310
|
-
"sha256": "
|
|
310
|
+
"sha256": "4eca34ec53aadef3a251b4f38a400be1a7f3b1ccc531c77e58ecdc94eb426ddc"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"path": "scripts/harness_gate.py",
|
|
314
|
-
"sha256": "
|
|
314
|
+
"sha256": "5218faac4ba9fac8fdf0e5030b04a86084485500ac9d39a0ce76057c895d3700"
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"path": "scripts/harness_ledger.py",
|
|
318
|
-
"sha256": "
|
|
318
|
+
"sha256": "f1a4c5ade21e227e3595da2764f9daa8b3fabf16f39077fea7ad2ac09f778463"
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"path": "scripts/harness_preflight.py",
|
|
@@ -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.9",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "b8278ddb00c83b860acb8a0427b28efbb0454d91c84a0409740f8ab1cfb45b2b"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"path": "agents/harness-evaluator.md",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "contracts/workflow-policy.json",
|
|
30
|
-
"sha256": "
|
|
30
|
+
"sha256": "e642d840fa90aa5943cb80bee6538e0aa11577fcaab0c4e534641ebfae8d8f00"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"path": "harness-apidoc/checklist.md",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-apidoc/SKILL.md",
|
|
42
|
-
"sha256": "
|
|
42
|
+
"sha256": "fc66ce9ba9ed77af1e4950bf8e5016768eabc30579500382b651664641f77b64"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/checklist.md",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"path": "harness-archive/reference.md",
|
|
50
|
-
"sha256": "
|
|
50
|
+
"sha256": "3e4402520f764c1a9a8796bdf841d42c5e0dd700928e9505007c171e24f0219e"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"path": "harness-archive/SKILL.md",
|
|
58
|
-
"sha256": "
|
|
58
|
+
"sha256": "db89da9e207360b614976bfedd585a9cbaa17652f06db03d93a7c0caaabd00cf"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
62
|
-
"sha256": "
|
|
62
|
+
"sha256": "f15d2b541649fe677d56de46bc7ac8deccaeab12e57c530f5cd64fb340f17df4"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"path": "harness-codebase-map/SKILL.md",
|
|
78
|
-
"sha256": "
|
|
78
|
+
"sha256": "18c86b4001aca8ef4f53ba8f7e320352b22059dd435de531799c0c13168d435f"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -139,11 +139,11 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
142
|
-
"sha256": "
|
|
142
|
+
"sha256": "672e370dd129995b6c404874198221b42f9b7cbd30f5c6df244297b4263d74c7"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"path": "harness-knowledge-query/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "26582f7c382dde23141b118a2e6b0eb3f5cf84265ea83977c054dcafbbe48a1c"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-package/checklist.md",
|
|
@@ -155,11 +155,11 @@
|
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "harness-package/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "1ba01c452654fd4078e36ebe78f44846836b91adb43b888513dc1a7beea4b852"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "harness-plan/checklist.md",
|
|
162
|
-
"sha256": "
|
|
162
|
+
"sha256": "efd49a7430aae916d2cd6da82f812c0fdc9777eaabe8212a92904d5dcfa38534"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-plan/protocols.md",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-plan/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
174
|
+
"sha256": "5d10ec519f8d5ce275f21c05efbaca5e723cb03bd03394c10db7d57e640be4dd"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-review/checklist.md",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "harness-review/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
190
|
+
"sha256": "7cff5a1962f624a944a706fc92f991b823f2da867d80e5357d95b8ef7187e6c4"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-run/checklist.md",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-run/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "e4702962e80fed4be51783c7329558bc52b8b065d511afbcf40758d7c66bf9d9"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "harness-submit/checklist.md",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"path": "harness-submit/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "da1266ae6a3f5378c6e9d70099436245069165124ae47e3874adaa3849cb90e3"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "harness-sync/reference.md",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"path": "harness-sync/SKILL.md",
|
|
226
|
-
"sha256": "
|
|
226
|
+
"sha256": "7be3229816b1f29dcc344af0fa2e3c28cc94b27def2c8333eecf59be3d49404a"
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"path": "harness-test/checklist.md",
|
|
@@ -247,11 +247,11 @@
|
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"path": "harness-test/SKILL.md",
|
|
250
|
-
"sha256": "
|
|
250
|
+
"sha256": "d58669f95797ba391ac88ad19c2a4cec382036cd64d277e67f766b576877f2e7"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"path": "protocols/archive-report-protocol.md",
|
|
254
|
-
"sha256": "
|
|
254
|
+
"sha256": "2cf0e5e7912e706744f2381b2769e6cfe78919a9a49893455df5525e5943add3"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -259,15 +259,15 @@
|
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "protocols/ledger-protocol.md",
|
|
262
|
-
"sha256": "
|
|
262
|
+
"sha256": "536c222e95d6840782adebe08195940e44edeb4a12ff8333311ff0c9785343b2"
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"path": "protocols/powershell-protocol.md",
|
|
266
|
-
"sha256": "
|
|
266
|
+
"sha256": "f723f18eee08125e75f387e655f7e604eb603f636cd6809dd6b5948748f32d04"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"path": "protocols/report-pipeline-protocol.md",
|
|
270
|
-
"sha256": "
|
|
270
|
+
"sha256": "1a54a6a1540e9da41cf3466eee8a3810eb2b3ae732ab87f295d1832d135da6fb"
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
"path": "protocols/sensitive-info-protocol.md",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "scripts/harness_archive.py",
|
|
294
|
-
"sha256": "
|
|
294
|
+
"sha256": "8195480e0d0251e6cf9edcdfd31feaa067775be6da1ab730acf756ab57417375"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"path": "scripts/harness_change.py",
|
|
@@ -307,15 +307,15 @@
|
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"path": "scripts/harness_events.py",
|
|
310
|
-
"sha256": "
|
|
310
|
+
"sha256": "4eca34ec53aadef3a251b4f38a400be1a7f3b1ccc531c77e58ecdc94eb426ddc"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"path": "scripts/harness_gate.py",
|
|
314
|
-
"sha256": "
|
|
314
|
+
"sha256": "5218faac4ba9fac8fdf0e5030b04a86084485500ac9d39a0ce76057c895d3700"
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"path": "scripts/harness_ledger.py",
|
|
318
|
-
"sha256": "
|
|
318
|
+
"sha256": "f1a4c5ade21e227e3595da2764f9daa8b3fabf16f39077fea7ad2ac09f778463"
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"path": "scripts/harness_preflight.py",
|