@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": "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": "482399b969657bede0ea1228d799455761d0cbf97c83b5bdac03f0191feb0016"
|
|
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-archive/checklist.md",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "harness-archive/reference.md",
|
|
38
|
-
"sha256": "
|
|
38
|
+
"sha256": "3e4402520f764c1a9a8796bdf841d42c5e0dd700928e9505007c171e24f0219e"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/SKILL.md",
|
|
46
|
-
"sha256": "
|
|
46
|
+
"sha256": "b05d306315170319b976ad5f965ac941447ab67e27f3ebee5607eb0db7a72b90"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
50
|
-
"sha256": "
|
|
50
|
+
"sha256": "f15d2b541649fe677d56de46bc7ac8deccaeab12e57c530f5cd64fb340f17df4"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "harness-codebase-map/SKILL.md",
|
|
66
|
-
"sha256": "
|
|
66
|
+
"sha256": "4f7675f0d972342e83438882ea4a6ad17d695b444c3b804fd72f5df8cf63f1fb"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -127,15 +127,15 @@
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "82898ed1836693f9ffd912ee6118efee594a239000d77e2ad46e3ca9780a6c10"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-knowledge-query/SKILL.md",
|
|
134
|
-
"sha256": "
|
|
134
|
+
"sha256": "e2fe535f32df511e6298d157083a0e8aab6ce8976bd16a6e88649a553e5d612a"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "harness-plan/checklist.md",
|
|
138
|
-
"sha256": "
|
|
138
|
+
"sha256": "efd49a7430aae916d2cd6da82f812c0fdc9777eaabe8212a92904d5dcfa38534"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-plan/protocols.md",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-plan/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
150
|
+
"sha256": "e38466e43f60f102439f28de8bb7e6f62fcea9900486ae841b9febbacf312998"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-review/checklist.md",
|
|
@@ -163,11 +163,11 @@
|
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-review/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "a6d69e3e8c76dffdd72bd724e739486e4c0ae9514aa0414ad181dab1e9cb92cd"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-run/checklist.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "4a829a9a1521402d508f2b76ba16246f8d5b860cc5eeaa40faa96cbc874992c2"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-run/protocols.md",
|
|
@@ -175,11 +175,11 @@
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-run/reference.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "ceb8c2efe6c12dcc1d655e1a58407528293d914cceacf3f111fe57e39af17831"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-run/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "1e0a96d1c09f016de7fc85edf37173bb9565f1baa5d173e81fb48e37b32448e5"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-submit/checklist.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-submit/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "987dc838b6e963ce116b803a8b14cb738f97097a7a09218445892cc34036a562"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-sync/reference.md",
|
|
@@ -199,11 +199,15 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-sync/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "99d43c3c7bf58e91f81c3effa3b59ec129d47458b6da4ece06262bd108657168"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-test/checklist.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "66f96a4e5cc39ab7ec736994a23dac88e349c63845659d595737100b9584b84e"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"path": "harness-test/pitfalls-java.md",
|
|
210
|
+
"sha256": "85c5ab2a2706960093954382265b5fbdfa63f794d857868322d4cebc36936908"
|
|
207
211
|
},
|
|
208
212
|
{
|
|
209
213
|
"path": "harness-test/pitfalls.md",
|
|
@@ -211,7 +215,7 @@
|
|
|
211
215
|
},
|
|
212
216
|
{
|
|
213
217
|
"path": "harness-test/reference.md",
|
|
214
|
-
"sha256": "
|
|
218
|
+
"sha256": "bd6ddba4a8c743454f4ffb7b865f2a1ba8e28fc48c433e1fc765af024ee165bb"
|
|
215
219
|
},
|
|
216
220
|
{
|
|
217
221
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -219,11 +223,11 @@
|
|
|
219
223
|
},
|
|
220
224
|
{
|
|
221
225
|
"path": "harness-test/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
226
|
+
"sha256": "6d3d90e1b055ed5db8b0b6a6867b002b2b9a715c759c25a7d9ae316fc387dfb9"
|
|
223
227
|
},
|
|
224
228
|
{
|
|
225
229
|
"path": "protocols/archive-report-protocol.md",
|
|
226
|
-
"sha256": "
|
|
230
|
+
"sha256": "2cf0e5e7912e706744f2381b2769e6cfe78919a9a49893455df5525e5943add3"
|
|
227
231
|
},
|
|
228
232
|
{
|
|
229
233
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -231,15 +235,15 @@
|
|
|
231
235
|
},
|
|
232
236
|
{
|
|
233
237
|
"path": "protocols/ledger-protocol.md",
|
|
234
|
-
"sha256": "
|
|
238
|
+
"sha256": "536c222e95d6840782adebe08195940e44edeb4a12ff8333311ff0c9785343b2"
|
|
235
239
|
},
|
|
236
240
|
{
|
|
237
241
|
"path": "protocols/powershell-protocol.md",
|
|
238
|
-
"sha256": "
|
|
242
|
+
"sha256": "f723f18eee08125e75f387e655f7e604eb603f636cd6809dd6b5948748f32d04"
|
|
239
243
|
},
|
|
240
244
|
{
|
|
241
245
|
"path": "protocols/report-pipeline-protocol.md",
|
|
242
|
-
"sha256": "
|
|
246
|
+
"sha256": "1a54a6a1540e9da41cf3466eee8a3810eb2b3ae732ab87f295d1832d135da6fb"
|
|
243
247
|
},
|
|
244
248
|
{
|
|
245
249
|
"path": "protocols/sensitive-info-protocol.md",
|
|
@@ -263,7 +267,7 @@
|
|
|
263
267
|
},
|
|
264
268
|
{
|
|
265
269
|
"path": "scripts/harness_archive.py",
|
|
266
|
-
"sha256": "
|
|
270
|
+
"sha256": "8195480e0d0251e6cf9edcdfd31feaa067775be6da1ab730acf756ab57417375"
|
|
267
271
|
},
|
|
268
272
|
{
|
|
269
273
|
"path": "scripts/harness_change.py",
|
|
@@ -279,15 +283,15 @@
|
|
|
279
283
|
},
|
|
280
284
|
{
|
|
281
285
|
"path": "scripts/harness_events.py",
|
|
282
|
-
"sha256": "
|
|
286
|
+
"sha256": "4eca34ec53aadef3a251b4f38a400be1a7f3b1ccc531c77e58ecdc94eb426ddc"
|
|
283
287
|
},
|
|
284
288
|
{
|
|
285
289
|
"path": "scripts/harness_gate.py",
|
|
286
|
-
"sha256": "
|
|
290
|
+
"sha256": "5218faac4ba9fac8fdf0e5030b04a86084485500ac9d39a0ce76057c895d3700"
|
|
287
291
|
},
|
|
288
292
|
{
|
|
289
293
|
"path": "scripts/harness_ledger.py",
|
|
290
|
-
"sha256": "
|
|
294
|
+
"sha256": "f1a4c5ade21e227e3595da2764f9daa8b3fabf16f39077fea7ad2ac09f778463"
|
|
291
295
|
},
|
|
292
296
|
{
|
|
293
297
|
"path": "scripts/harness_preflight.py",
|
|
@@ -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.9",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "b1ae852a69abdc81e51c8ed21b7bdff81175af728c414a1726ac14efe4029fc0"
|
|
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-archive/checklist.md",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "harness-archive/reference.md",
|
|
38
|
-
"sha256": "
|
|
38
|
+
"sha256": "3e4402520f764c1a9a8796bdf841d42c5e0dd700928e9505007c171e24f0219e"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"path": "harness-archive/SKILL.md",
|
|
46
|
-
"sha256": "
|
|
46
|
+
"sha256": "c7c047f80efcdcec8196bdd6dc936f2e6087fc95041e2c5900e62f44767543ea"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
50
|
-
"sha256": "
|
|
50
|
+
"sha256": "f15d2b541649fe677d56de46bc7ac8deccaeab12e57c530f5cd64fb340f17df4"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "harness-codebase-map/SKILL.md",
|
|
66
|
-
"sha256": "
|
|
66
|
+
"sha256": "5f8ed81f30f261782519988c9437e24fccb782fe96e3b838acb5540e4e05952c"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -127,15 +127,15 @@
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "0f4e4d4d548ec0169b519cee8d573314aac578cfe142d34b39fb9b8b7678da34"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-knowledge-query/SKILL.md",
|
|
134
|
-
"sha256": "
|
|
134
|
+
"sha256": "0542f5d6576b31f32118e03f19771c9c503198937868ee4ac10e438b1b52e80e"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "harness-plan/checklist.md",
|
|
138
|
-
"sha256": "
|
|
138
|
+
"sha256": "efd49a7430aae916d2cd6da82f812c0fdc9777eaabe8212a92904d5dcfa38534"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "harness-plan/protocols.md",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"path": "harness-plan/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
150
|
+
"sha256": "878b567018fc964f3eb12b6b21c4b3fc129356b480eacd7202eca9070a5dc061"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"path": "harness-review/checklist.md",
|
|
@@ -163,11 +163,11 @@
|
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"path": "harness-review/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
166
|
+
"sha256": "9c9d35751bc1f87350f142f8904596452f3daf113b32e41aa9337950f653e883"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"path": "harness-run/checklist.md",
|
|
170
|
-
"sha256": "
|
|
170
|
+
"sha256": "4a829a9a1521402d508f2b76ba16246f8d5b860cc5eeaa40faa96cbc874992c2"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"path": "harness-run/protocols.md",
|
|
@@ -175,11 +175,11 @@
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "harness-run/reference.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "ceb8c2efe6c12dcc1d655e1a58407528293d914cceacf3f111fe57e39af17831"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"path": "harness-run/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
182
|
+
"sha256": "67d244c13a5f943d7a45bc29dd4bafc1c33039de9b67b1342957f2fefffe789a"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"path": "harness-submit/checklist.md",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"path": "harness-submit/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
194
|
+
"sha256": "f83f87fb150c911b8ad2548fb91b3f455925fb0d26389f387409d63e48848ce4"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"path": "harness-sync/reference.md",
|
|
@@ -199,11 +199,15 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "harness-sync/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "70540be56bf135817c382dad707d662118f6ba39964a5ef43a3b225a8838a8ef"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"path": "harness-test/checklist.md",
|
|
206
|
-
"sha256": "
|
|
206
|
+
"sha256": "66f96a4e5cc39ab7ec736994a23dac88e349c63845659d595737100b9584b84e"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"path": "harness-test/pitfalls-java.md",
|
|
210
|
+
"sha256": "85c5ab2a2706960093954382265b5fbdfa63f794d857868322d4cebc36936908"
|
|
207
211
|
},
|
|
208
212
|
{
|
|
209
213
|
"path": "harness-test/pitfalls.md",
|
|
@@ -211,7 +215,7 @@
|
|
|
211
215
|
},
|
|
212
216
|
{
|
|
213
217
|
"path": "harness-test/reference.md",
|
|
214
|
-
"sha256": "
|
|
218
|
+
"sha256": "bd6ddba4a8c743454f4ffb7b865f2a1ba8e28fc48c433e1fc765af024ee165bb"
|
|
215
219
|
},
|
|
216
220
|
{
|
|
217
221
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -219,11 +223,11 @@
|
|
|
219
223
|
},
|
|
220
224
|
{
|
|
221
225
|
"path": "harness-test/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
226
|
+
"sha256": "863ef59201db76bb99113a2a122bed4536eaac51e7e015e811668f246d1f38d8"
|
|
223
227
|
},
|
|
224
228
|
{
|
|
225
229
|
"path": "protocols/archive-report-protocol.md",
|
|
226
|
-
"sha256": "
|
|
230
|
+
"sha256": "2cf0e5e7912e706744f2381b2769e6cfe78919a9a49893455df5525e5943add3"
|
|
227
231
|
},
|
|
228
232
|
{
|
|
229
233
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
@@ -231,15 +235,15 @@
|
|
|
231
235
|
},
|
|
232
236
|
{
|
|
233
237
|
"path": "protocols/ledger-protocol.md",
|
|
234
|
-
"sha256": "
|
|
238
|
+
"sha256": "536c222e95d6840782adebe08195940e44edeb4a12ff8333311ff0c9785343b2"
|
|
235
239
|
},
|
|
236
240
|
{
|
|
237
241
|
"path": "protocols/powershell-protocol.md",
|
|
238
|
-
"sha256": "
|
|
242
|
+
"sha256": "f723f18eee08125e75f387e655f7e604eb603f636cd6809dd6b5948748f32d04"
|
|
239
243
|
},
|
|
240
244
|
{
|
|
241
245
|
"path": "protocols/report-pipeline-protocol.md",
|
|
242
|
-
"sha256": "
|
|
246
|
+
"sha256": "1a54a6a1540e9da41cf3466eee8a3810eb2b3ae732ab87f295d1832d135da6fb"
|
|
243
247
|
},
|
|
244
248
|
{
|
|
245
249
|
"path": "protocols/sensitive-info-protocol.md",
|
|
@@ -263,7 +267,7 @@
|
|
|
263
267
|
},
|
|
264
268
|
{
|
|
265
269
|
"path": "scripts/harness_archive.py",
|
|
266
|
-
"sha256": "
|
|
270
|
+
"sha256": "8195480e0d0251e6cf9edcdfd31feaa067775be6da1ab730acf756ab57417375"
|
|
267
271
|
},
|
|
268
272
|
{
|
|
269
273
|
"path": "scripts/harness_change.py",
|
|
@@ -279,15 +283,15 @@
|
|
|
279
283
|
},
|
|
280
284
|
{
|
|
281
285
|
"path": "scripts/harness_events.py",
|
|
282
|
-
"sha256": "
|
|
286
|
+
"sha256": "4eca34ec53aadef3a251b4f38a400be1a7f3b1ccc531c77e58ecdc94eb426ddc"
|
|
283
287
|
},
|
|
284
288
|
{
|
|
285
289
|
"path": "scripts/harness_gate.py",
|
|
286
|
-
"sha256": "
|
|
290
|
+
"sha256": "5218faac4ba9fac8fdf0e5030b04a86084485500ac9d39a0ce76057c895d3700"
|
|
287
291
|
},
|
|
288
292
|
{
|
|
289
293
|
"path": "scripts/harness_ledger.py",
|
|
290
|
-
"sha256": "
|
|
294
|
+
"sha256": "f1a4c5ade21e227e3595da2764f9daa8b3fabf16f39077fea7ad2ac09f778463"
|
|
291
295
|
},
|
|
292
296
|
{
|
|
293
297
|
"path": "scripts/harness_preflight.py",
|
|
@@ -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.9",
|
|
6
6
|
"generator": "harness_deploy.py",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": ".harness-build.json",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "504a9bfebb47b2f5100d30c66cae9b03192ebbad3e4feff37d04995f2d1e1ea2"
|
|
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": "2ee74c40a061eb9202d2fe920d4f0baf8ee481cdebfd692a8cd97819a3f6e3e5"
|
|
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": "006f9c96a12907c24d068c3a4a573fc1c1fc84e1c1c0e1aa7adf4637aac41c3a"
|
|
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": "1e2adc363e141e7bbb475046bce5a2e49ca60fd59ceb68c9e29d1f55184f1a63"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-knowledge-query/SKILL.md",
|
|
122
|
-
"sha256": "
|
|
122
|
+
"sha256": "b186f3552b4347f4cc2e1afe81d6812636bb2e554e45eed93e8b0e25b09389b9"
|
|
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": "0a1826730edb6189a18544751e0d2d94af8b036eef1549075feeee6b4afeac3c"
|
|
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": "98d17bf7e0670abb1757523f13ccb39514d9bfa5fa28a2afd71101d6115dfd08"
|
|
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": "f014c0e84c60fc9fdb1723e2b99ef47d4e3782eac3d4e43a0671aebe029477a8"
|
|
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": "cb15dd178259d45e9a2efb1daa6a6422a143fdfac5dd10f70e26ac00bd18a55d"
|
|
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": "4a12537fdee2a021e783f478bdfc441ca8c9275b45cf2de46cd814417896c9f2"
|
|
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": "7435e73fe0e6ffe6ee6050e68fa515d75743a4df10e3ae0af15cf98f7c9a7363"
|
|
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",
|