@hunter-harness/workflow-harness 0.2.59 → 0.2.60
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 +11 -13
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +13 -16
- package/harness/bundles/general/claude-code/harness-archive/checklist.md +5 -8
- package/harness/bundles/general/claude-code/harness-archive/reference.md +7 -16
- package/harness/bundles/general/claude-code/harness-archive/templates/summary-data-template.json +1 -7
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +4 -2
- package/harness/bundles/general/claude-code/harness-run/checklist.md +10 -9
- package/harness/bundles/general/claude-code/harness-run/protocols.md +2 -0
- package/harness/bundles/general/claude-code/harness-run/reference.md +19 -16
- 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 +2 -2
- package/harness/bundles/general/claude-code/harness-test/pitfalls.md +3 -3
- package/harness/bundles/general/claude-code/harness-test/reference.md +2 -2
- package/harness/bundles/general/claude-code/protocols/archive-report-protocol.md +16 -27
- package/harness/bundles/general/claude-code/protocols/evidence-based-reporting-protocol.md +5 -5
- package/harness/bundles/general/claude-code/protocols/ledger-protocol.md +6 -6
- package/harness/bundles/general/claude-code/protocols/report-pipeline-protocol.md +5 -6
- package/harness/bundles/general/claude-code/protocols/sensitive-info-protocol.md +3 -3
- package/harness/bundles/general/claude-code/protocols/state-layout-protocol.md +2 -4
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +161 -987
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/README.md +11 -13
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +13 -16
- package/harness/bundles/general/codebuddy/harness-archive/checklist.md +5 -8
- package/harness/bundles/general/codebuddy/harness-archive/reference.md +7 -16
- package/harness/bundles/general/codebuddy/harness-archive/templates/summary-data-template.json +1 -7
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +4 -2
- package/harness/bundles/general/codebuddy/harness-run/checklist.md +10 -9
- package/harness/bundles/general/codebuddy/harness-run/protocols.md +2 -0
- package/harness/bundles/general/codebuddy/harness-run/reference.md +19 -16
- 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 +2 -2
- package/harness/bundles/general/codebuddy/harness-test/pitfalls.md +3 -3
- package/harness/bundles/general/codebuddy/harness-test/reference.md +2 -2
- package/harness/bundles/general/codebuddy/protocols/archive-report-protocol.md +16 -27
- package/harness/bundles/general/codebuddy/protocols/evidence-based-reporting-protocol.md +5 -5
- package/harness/bundles/general/codebuddy/protocols/ledger-protocol.md +6 -6
- package/harness/bundles/general/codebuddy/protocols/report-pipeline-protocol.md +5 -6
- package/harness/bundles/general/codebuddy/protocols/sensitive-info-protocol.md +3 -3
- package/harness/bundles/general/codebuddy/protocols/state-layout-protocol.md +2 -4
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +161 -987
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/README.md +11 -13
- package/harness/bundles/general/codex/harness-archive/SKILL.md +13 -16
- package/harness/bundles/general/codex/harness-archive/checklist.md +5 -8
- package/harness/bundles/general/codex/harness-archive/reference.md +7 -16
- package/harness/bundles/general/codex/harness-archive/templates/summary-data-template.json +1 -7
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +4 -2
- package/harness/bundles/general/codex/harness-run/checklist.md +10 -9
- package/harness/bundles/general/codex/harness-run/protocols.md +2 -0
- package/harness/bundles/general/codex/harness-run/reference.md +19 -16
- 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 +2 -2
- package/harness/bundles/general/codex/harness-test/pitfalls.md +3 -3
- package/harness/bundles/general/codex/harness-test/reference.md +2 -2
- package/harness/bundles/general/codex/protocols/archive-report-protocol.md +16 -27
- package/harness/bundles/general/codex/protocols/evidence-based-reporting-protocol.md +5 -5
- package/harness/bundles/general/codex/protocols/ledger-protocol.md +6 -6
- package/harness/bundles/general/codex/protocols/report-pipeline-protocol.md +5 -6
- package/harness/bundles/general/codex/protocols/sensitive-info-protocol.md +3 -3
- package/harness/bundles/general/codex/protocols/state-layout-protocol.md +2 -4
- package/harness/bundles/general/codex/scripts/harness_archive.py +161 -987
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/README.md +11 -13
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +13 -16
- package/harness/bundles/general/cursor/harness-archive/checklist.md +5 -8
- package/harness/bundles/general/cursor/harness-archive/reference.md +7 -16
- package/harness/bundles/general/cursor/harness-archive/templates/summary-data-template.json +1 -7
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +4 -2
- package/harness/bundles/general/cursor/harness-run/checklist.md +10 -9
- package/harness/bundles/general/cursor/harness-run/protocols.md +2 -0
- package/harness/bundles/general/cursor/harness-run/reference.md +19 -16
- 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 +2 -2
- package/harness/bundles/general/cursor/harness-test/pitfalls.md +3 -3
- package/harness/bundles/general/cursor/harness-test/reference.md +2 -2
- package/harness/bundles/general/cursor/protocols/archive-report-protocol.md +16 -27
- package/harness/bundles/general/cursor/protocols/evidence-based-reporting-protocol.md +5 -5
- package/harness/bundles/general/cursor/protocols/ledger-protocol.md +6 -6
- package/harness/bundles/general/cursor/protocols/report-pipeline-protocol.md +5 -6
- package/harness/bundles/general/cursor/protocols/sensitive-info-protocol.md +3 -3
- package/harness/bundles/general/cursor/protocols/state-layout-protocol.md +2 -4
- package/harness/bundles/general/cursor/scripts/harness_archive.py +161 -987
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/README.md +11 -13
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +13 -16
- package/harness/bundles/java/claude-code/harness-archive/checklist.md +5 -8
- package/harness/bundles/java/claude-code/harness-archive/reference.md +7 -16
- package/harness/bundles/java/claude-code/harness-archive/templates/summary-data-template.json +1 -7
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +4 -2
- package/harness/bundles/java/claude-code/harness-run/protocols.md +2 -0
- 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/harness-test/checklist.md +2 -2
- package/harness/bundles/java/claude-code/harness-test/pitfalls.md +3 -3
- package/harness/bundles/java/claude-code/harness-test/reference.md +2 -2
- package/harness/bundles/java/claude-code/protocols/archive-report-protocol.md +16 -27
- package/harness/bundles/java/claude-code/protocols/evidence-based-reporting-protocol.md +5 -5
- package/harness/bundles/java/claude-code/protocols/ledger-protocol.md +6 -6
- package/harness/bundles/java/claude-code/protocols/report-pipeline-protocol.md +5 -6
- package/harness/bundles/java/claude-code/protocols/sensitive-info-protocol.md +3 -3
- package/harness/bundles/java/claude-code/protocols/state-layout-protocol.md +2 -4
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +161 -987
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/README.md +11 -13
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +13 -16
- package/harness/bundles/java/codebuddy/harness-archive/checklist.md +5 -8
- package/harness/bundles/java/codebuddy/harness-archive/reference.md +7 -16
- package/harness/bundles/java/codebuddy/harness-archive/templates/summary-data-template.json +1 -7
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +4 -2
- package/harness/bundles/java/codebuddy/harness-run/protocols.md +2 -0
- 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/harness-test/checklist.md +2 -2
- package/harness/bundles/java/codebuddy/harness-test/pitfalls.md +3 -3
- package/harness/bundles/java/codebuddy/harness-test/reference.md +2 -2
- package/harness/bundles/java/codebuddy/protocols/archive-report-protocol.md +16 -27
- package/harness/bundles/java/codebuddy/protocols/evidence-based-reporting-protocol.md +5 -5
- package/harness/bundles/java/codebuddy/protocols/ledger-protocol.md +6 -6
- package/harness/bundles/java/codebuddy/protocols/report-pipeline-protocol.md +5 -6
- package/harness/bundles/java/codebuddy/protocols/sensitive-info-protocol.md +3 -3
- package/harness/bundles/java/codebuddy/protocols/state-layout-protocol.md +2 -4
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +161 -987
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/README.md +11 -13
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +13 -16
- package/harness/bundles/java/codex/harness-archive/checklist.md +5 -8
- package/harness/bundles/java/codex/harness-archive/reference.md +7 -16
- package/harness/bundles/java/codex/harness-archive/templates/summary-data-template.json +1 -7
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +4 -2
- package/harness/bundles/java/codex/harness-run/protocols.md +2 -0
- 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/harness-test/checklist.md +2 -2
- package/harness/bundles/java/codex/harness-test/pitfalls.md +3 -3
- package/harness/bundles/java/codex/harness-test/reference.md +2 -2
- package/harness/bundles/java/codex/protocols/archive-report-protocol.md +16 -27
- package/harness/bundles/java/codex/protocols/evidence-based-reporting-protocol.md +5 -5
- package/harness/bundles/java/codex/protocols/ledger-protocol.md +6 -6
- package/harness/bundles/java/codex/protocols/report-pipeline-protocol.md +5 -6
- package/harness/bundles/java/codex/protocols/sensitive-info-protocol.md +3 -3
- package/harness/bundles/java/codex/protocols/state-layout-protocol.md +2 -4
- package/harness/bundles/java/codex/scripts/harness_archive.py +161 -987
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/README.md +11 -13
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +13 -16
- package/harness/bundles/java/cursor/harness-archive/checklist.md +5 -8
- package/harness/bundles/java/cursor/harness-archive/reference.md +7 -16
- package/harness/bundles/java/cursor/harness-archive/templates/summary-data-template.json +1 -7
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +4 -2
- package/harness/bundles/java/cursor/harness-run/protocols.md +2 -0
- 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/harness-test/checklist.md +2 -2
- package/harness/bundles/java/cursor/harness-test/pitfalls.md +3 -3
- package/harness/bundles/java/cursor/harness-test/reference.md +2 -2
- package/harness/bundles/java/cursor/protocols/archive-report-protocol.md +16 -27
- package/harness/bundles/java/cursor/protocols/evidence-based-reporting-protocol.md +5 -5
- package/harness/bundles/java/cursor/protocols/ledger-protocol.md +6 -6
- package/harness/bundles/java/cursor/protocols/report-pipeline-protocol.md +5 -6
- package/harness/bundles/java/cursor/protocols/sensitive-info-protocol.md +3 -3
- package/harness/bundles/java/cursor/protocols/state-layout-protocol.md +2 -4
- package/harness/bundles/java/cursor/scripts/harness_archive.py +161 -987
- package/harness/manifests/general/claude-code.json +30 -34
- package/harness/manifests/general/codebuddy.json +30 -34
- package/harness/manifests/general/codex.json +30 -34
- package/harness/manifests/general/cursor.json +30 -34
- package/harness/manifests/java/claude-code.json +30 -34
- package/harness/manifests/java/codebuddy.json +30 -34
- package/harness/manifests/java/codex.json +30 -34
- package/harness/manifests/java/cursor.json +30 -34
- package/hunter-workflow-family.json +5 -5
- package/package.json +1 -1
- package/harness/bundles/general/claude-code/harness-archive/templates/render-summary.mjs +0 -299
- package/harness/bundles/general/codebuddy/harness-archive/templates/render-summary.mjs +0 -299
- package/harness/bundles/general/codex/harness-archive/templates/render-summary.mjs +0 -299
- package/harness/bundles/general/cursor/harness-archive/templates/render-summary.mjs +0 -299
- package/harness/bundles/java/claude-code/harness-archive/templates/render-summary.mjs +0 -299
- package/harness/bundles/java/codebuddy/harness-archive/templates/render-summary.mjs +0 -299
- package/harness/bundles/java/codex/harness-archive/templates/render-summary.mjs +0 -299
- package/harness/bundles/java/cursor/harness-archive/templates/render-summary.mjs +0 -299
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.49",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.66",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
{
|
|
25
25
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "eaa445fc8683eb3c7b92a95f4daa346003f5dc32960a83019d3a84163a9647b1"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/checklist.md",
|
|
86
|
-
"sha256": "
|
|
86
|
+
"sha256": "b285e531406a11e2b63b291b888f18dff06033178b014419c97202a6484040f3"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"path": "harness-archive/reference.md",
|
|
90
|
-
"sha256": "
|
|
90
|
+
"sha256": "bad888106b12f37ea56a52f78c6c0d47c117a9bf0f664a7c9a95f4ea8fb39825"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -95,15 +95,11 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"path": "harness-archive/templates/render-summary.mjs",
|
|
102
|
-
"sha256": "970585dcd1c590a6fc985289954b60c41b2cf012df7ea2dd790260e452e404c9"
|
|
98
|
+
"sha256": "399d3ecbf1e005e9624a0337c4000f83421eef93bbc38889b0319e1306aa2e88"
|
|
103
99
|
},
|
|
104
100
|
{
|
|
105
101
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
106
|
-
"sha256": "
|
|
102
|
+
"sha256": "626e8821af4a29d51ae7a8d8e97f413fa72ce5c440186d115b5390bab24df77c"
|
|
107
103
|
},
|
|
108
104
|
{
|
|
109
105
|
"path": "harness-codebase-map/checklist.md",
|
|
@@ -115,7 +111,7 @@
|
|
|
115
111
|
},
|
|
116
112
|
{
|
|
117
113
|
"path": "harness-codebase-map/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
114
|
+
"sha256": "ebf367fdff111a315f735cadf25ba3bdf8154e0208f8ad64e0990d5f5945e9dd"
|
|
119
115
|
},
|
|
120
116
|
{
|
|
121
117
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -155,11 +151,11 @@
|
|
|
155
151
|
},
|
|
156
152
|
{
|
|
157
153
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
154
|
+
"sha256": "8869a4702f0b0c2597a3f76eaf5471331eb7c7e8d27d4a2b1d780b2f7d728af3"
|
|
159
155
|
},
|
|
160
156
|
{
|
|
161
157
|
"path": "harness-knowledge-query/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
158
|
+
"sha256": "032faada16fb5a2b4f5043edcbcc9749c8c66ff61e6772e17aaeb38aaf88f978"
|
|
163
159
|
},
|
|
164
160
|
{
|
|
165
161
|
"path": "harness-plan/checklist.md",
|
|
@@ -175,7 +171,7 @@
|
|
|
175
171
|
},
|
|
176
172
|
{
|
|
177
173
|
"path": "harness-plan/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
174
|
+
"sha256": "e2c4db3d1422b828b8f3b39f8bc02b9f8780fd4030bea13fb07d35c9ae94fbdc"
|
|
179
175
|
},
|
|
180
176
|
{
|
|
181
177
|
"path": "harness-review/checklist.md",
|
|
@@ -191,23 +187,23 @@
|
|
|
191
187
|
},
|
|
192
188
|
{
|
|
193
189
|
"path": "harness-review/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
190
|
+
"sha256": "2e43c66aeeee4b3fe0f837526243b190abdb5bd20ccf5e017a1e220220eaa006"
|
|
195
191
|
},
|
|
196
192
|
{
|
|
197
193
|
"path": "harness-run/checklist.md",
|
|
198
|
-
"sha256": "
|
|
194
|
+
"sha256": "76d32970de25d4d56a04c6935846eabd37bc16767bccd979f9f3fdcbd5d39dd7"
|
|
199
195
|
},
|
|
200
196
|
{
|
|
201
197
|
"path": "harness-run/protocols.md",
|
|
202
|
-
"sha256": "
|
|
198
|
+
"sha256": "101d52437bd439016227ea0b3ae188c1ca834a85d9c6f1c69a032ac9045f8cf4"
|
|
203
199
|
},
|
|
204
200
|
{
|
|
205
201
|
"path": "harness-run/reference.md",
|
|
206
|
-
"sha256": "
|
|
202
|
+
"sha256": "1d9714349da70302f19ba2a8f41bfaa125beb099db559070df3c0539c8da3a69"
|
|
207
203
|
},
|
|
208
204
|
{
|
|
209
205
|
"path": "harness-run/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
206
|
+
"sha256": "5ba74391dae1b0257cea98bd36e437df5226ec9764947992dac0b9a9ef15609e"
|
|
211
207
|
},
|
|
212
208
|
{
|
|
213
209
|
"path": "harness-submit/checklist.md",
|
|
@@ -219,7 +215,7 @@
|
|
|
219
215
|
},
|
|
220
216
|
{
|
|
221
217
|
"path": "harness-submit/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
218
|
+
"sha256": "f643bb96f0fc19f46059b3ad910e17354ec9314b5ac440cc7661b9f9e4023cef"
|
|
223
219
|
},
|
|
224
220
|
{
|
|
225
221
|
"path": "harness-sync/reference.md",
|
|
@@ -227,11 +223,11 @@
|
|
|
227
223
|
},
|
|
228
224
|
{
|
|
229
225
|
"path": "harness-sync/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
226
|
+
"sha256": "4f067519f1aae502055efa59f7a53d8b3106653b45893e234206c766924a53d3"
|
|
231
227
|
},
|
|
232
228
|
{
|
|
233
229
|
"path": "harness-test/checklist.md",
|
|
234
|
-
"sha256": "
|
|
230
|
+
"sha256": "b61055fdb7e22a53160bc66cba91b8d842bee501d50bd2122dae5849f2e9cf71"
|
|
235
231
|
},
|
|
236
232
|
{
|
|
237
233
|
"path": "harness-test/pitfalls-java.md",
|
|
@@ -239,11 +235,11 @@
|
|
|
239
235
|
},
|
|
240
236
|
{
|
|
241
237
|
"path": "harness-test/pitfalls.md",
|
|
242
|
-
"sha256": "
|
|
238
|
+
"sha256": "e28bdcbff963d3cb071a5b0662fccf73682e8c26c83bb57981f9e4c2ce308ba3"
|
|
243
239
|
},
|
|
244
240
|
{
|
|
245
241
|
"path": "harness-test/reference.md",
|
|
246
|
-
"sha256": "
|
|
242
|
+
"sha256": "02104991a1a551181a618cca6d793b3a193546b4f7c5d34858ea768dee7545ef"
|
|
247
243
|
},
|
|
248
244
|
{
|
|
249
245
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -251,11 +247,11 @@
|
|
|
251
247
|
},
|
|
252
248
|
{
|
|
253
249
|
"path": "harness-test/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
250
|
+
"sha256": "36119f9dd3bf32ed92726e5d8e5a067b39c3c468cd2a9eb446b9f379695d2933"
|
|
255
251
|
},
|
|
256
252
|
{
|
|
257
253
|
"path": "protocols/archive-report-protocol.md",
|
|
258
|
-
"sha256": "
|
|
254
|
+
"sha256": "5f4497efb7f2a75065e5bf712e21837f74dde670ff415d4208098102b063c016"
|
|
259
255
|
},
|
|
260
256
|
{
|
|
261
257
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -263,7 +259,7 @@
|
|
|
263
259
|
},
|
|
264
260
|
{
|
|
265
261
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
266
|
-
"sha256": "
|
|
262
|
+
"sha256": "6560ccf52fa1e29da7a895eb88f1c7fb18c10d70b83f9e86d8fe4edf4b863ceb"
|
|
267
263
|
},
|
|
268
264
|
{
|
|
269
265
|
"path": "protocols/execution-session-protocol.md",
|
|
@@ -275,7 +271,7 @@
|
|
|
275
271
|
},
|
|
276
272
|
{
|
|
277
273
|
"path": "protocols/ledger-protocol.md",
|
|
278
|
-
"sha256": "
|
|
274
|
+
"sha256": "c952dad5842ae50c18cdf0c71651a37f748fe569d1734ee65ca99420ff4c5f65"
|
|
279
275
|
},
|
|
280
276
|
{
|
|
281
277
|
"path": "protocols/memory-closeout-protocol.md",
|
|
@@ -295,15 +291,15 @@
|
|
|
295
291
|
},
|
|
296
292
|
{
|
|
297
293
|
"path": "protocols/report-pipeline-protocol.md",
|
|
298
|
-
"sha256": "
|
|
294
|
+
"sha256": "9ed52d4bfc15a47004c396f615bcb3ee9f9e453539fe4aa220fea8a41b1c9d30"
|
|
299
295
|
},
|
|
300
296
|
{
|
|
301
297
|
"path": "protocols/sensitive-info-protocol.md",
|
|
302
|
-
"sha256": "
|
|
298
|
+
"sha256": "cdf72b7b35f562a46f671fc6aff7ff6f64ca44bc08e9214e2b3d0c82f1703b22"
|
|
303
299
|
},
|
|
304
300
|
{
|
|
305
301
|
"path": "protocols/state-layout-protocol.md",
|
|
306
|
-
"sha256": "
|
|
302
|
+
"sha256": "337e6e31219ce53316269199f256bfd2796941020cbe8ca14f9ae02bff917a54"
|
|
307
303
|
},
|
|
308
304
|
{
|
|
309
305
|
"path": "protocols/submit-protocol.md",
|
|
@@ -315,7 +311,7 @@
|
|
|
315
311
|
},
|
|
316
312
|
{
|
|
317
313
|
"path": "README.md",
|
|
318
|
-
"sha256": "
|
|
314
|
+
"sha256": "108dbd779cb108a0628856c68dbff4bc60d63fc0b7f0c02005610d68be58256c"
|
|
319
315
|
},
|
|
320
316
|
{
|
|
321
317
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -323,7 +319,7 @@
|
|
|
323
319
|
},
|
|
324
320
|
{
|
|
325
321
|
"path": "scripts/harness_archive.py",
|
|
326
|
-
"sha256": "
|
|
322
|
+
"sha256": "5b28014e37c34d344c3b85aad03ffc587b55cdde4092408d34e626534fb5cb75"
|
|
327
323
|
},
|
|
328
324
|
{
|
|
329
325
|
"path": "scripts/harness_change.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.49",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.66",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
{
|
|
25
25
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "e72e7770f4e216c894a47de6098e47c76dec52a4f57251849bf5864764b63370"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/checklist.md",
|
|
86
|
-
"sha256": "
|
|
86
|
+
"sha256": "b285e531406a11e2b63b291b888f18dff06033178b014419c97202a6484040f3"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"path": "harness-archive/reference.md",
|
|
90
|
-
"sha256": "
|
|
90
|
+
"sha256": "bad888106b12f37ea56a52f78c6c0d47c117a9bf0f664a7c9a95f4ea8fb39825"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -95,15 +95,11 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"path": "harness-archive/templates/render-summary.mjs",
|
|
102
|
-
"sha256": "970585dcd1c590a6fc985289954b60c41b2cf012df7ea2dd790260e452e404c9"
|
|
98
|
+
"sha256": "c6cb5f9b6792d3589e9abc22a53bdbfa0e6704f48989544765871ab7f61d6711"
|
|
103
99
|
},
|
|
104
100
|
{
|
|
105
101
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
106
|
-
"sha256": "
|
|
102
|
+
"sha256": "626e8821af4a29d51ae7a8d8e97f413fa72ce5c440186d115b5390bab24df77c"
|
|
107
103
|
},
|
|
108
104
|
{
|
|
109
105
|
"path": "harness-codebase-map/checklist.md",
|
|
@@ -115,7 +111,7 @@
|
|
|
115
111
|
},
|
|
116
112
|
{
|
|
117
113
|
"path": "harness-codebase-map/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
114
|
+
"sha256": "05ea0c09ddb76def85db1b0334216d44c68dbc887f84aa7b0f33df12bed182ed"
|
|
119
115
|
},
|
|
120
116
|
{
|
|
121
117
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -155,11 +151,11 @@
|
|
|
155
151
|
},
|
|
156
152
|
{
|
|
157
153
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
158
|
-
"sha256": "
|
|
154
|
+
"sha256": "3962a980e0f49858defe6859c4591fd7350f96735d2f2bbd2f5720dd2acb308e"
|
|
159
155
|
},
|
|
160
156
|
{
|
|
161
157
|
"path": "harness-knowledge-query/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
158
|
+
"sha256": "e248d68442060ba0dad50d59d610438ad0b7cc5d9c59b9c75591c7a243e5877d"
|
|
163
159
|
},
|
|
164
160
|
{
|
|
165
161
|
"path": "harness-plan/checklist.md",
|
|
@@ -175,7 +171,7 @@
|
|
|
175
171
|
},
|
|
176
172
|
{
|
|
177
173
|
"path": "harness-plan/SKILL.md",
|
|
178
|
-
"sha256": "
|
|
174
|
+
"sha256": "4a17445d0e89d4239454c52e7961d23bc20266ef0ebc7b2bc295d48c3639faef"
|
|
179
175
|
},
|
|
180
176
|
{
|
|
181
177
|
"path": "harness-review/checklist.md",
|
|
@@ -191,23 +187,23 @@
|
|
|
191
187
|
},
|
|
192
188
|
{
|
|
193
189
|
"path": "harness-review/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
190
|
+
"sha256": "a3a26cee3b30297af175349938178dccc30a905758390e4e51f2dfc39f026570"
|
|
195
191
|
},
|
|
196
192
|
{
|
|
197
193
|
"path": "harness-run/checklist.md",
|
|
198
|
-
"sha256": "
|
|
194
|
+
"sha256": "76d32970de25d4d56a04c6935846eabd37bc16767bccd979f9f3fdcbd5d39dd7"
|
|
199
195
|
},
|
|
200
196
|
{
|
|
201
197
|
"path": "harness-run/protocols.md",
|
|
202
|
-
"sha256": "
|
|
198
|
+
"sha256": "101d52437bd439016227ea0b3ae188c1ca834a85d9c6f1c69a032ac9045f8cf4"
|
|
203
199
|
},
|
|
204
200
|
{
|
|
205
201
|
"path": "harness-run/reference.md",
|
|
206
|
-
"sha256": "
|
|
202
|
+
"sha256": "1d9714349da70302f19ba2a8f41bfaa125beb099db559070df3c0539c8da3a69"
|
|
207
203
|
},
|
|
208
204
|
{
|
|
209
205
|
"path": "harness-run/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
206
|
+
"sha256": "e59498fe527e50d6358c2c77cc0faaa49653151ca4d5c6d5b0783b803316c29b"
|
|
211
207
|
},
|
|
212
208
|
{
|
|
213
209
|
"path": "harness-submit/checklist.md",
|
|
@@ -219,7 +215,7 @@
|
|
|
219
215
|
},
|
|
220
216
|
{
|
|
221
217
|
"path": "harness-submit/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
218
|
+
"sha256": "401c41b4ddef37cd3784b342bf556582704885758d3e7a42ead3e263297c84be"
|
|
223
219
|
},
|
|
224
220
|
{
|
|
225
221
|
"path": "harness-sync/reference.md",
|
|
@@ -227,11 +223,11 @@
|
|
|
227
223
|
},
|
|
228
224
|
{
|
|
229
225
|
"path": "harness-sync/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
226
|
+
"sha256": "8ffc5f630dc5b77d509d6086bfa815da9ce4a615d66c344e5dfeaba38325686f"
|
|
231
227
|
},
|
|
232
228
|
{
|
|
233
229
|
"path": "harness-test/checklist.md",
|
|
234
|
-
"sha256": "
|
|
230
|
+
"sha256": "b61055fdb7e22a53160bc66cba91b8d842bee501d50bd2122dae5849f2e9cf71"
|
|
235
231
|
},
|
|
236
232
|
{
|
|
237
233
|
"path": "harness-test/pitfalls-java.md",
|
|
@@ -239,11 +235,11 @@
|
|
|
239
235
|
},
|
|
240
236
|
{
|
|
241
237
|
"path": "harness-test/pitfalls.md",
|
|
242
|
-
"sha256": "
|
|
238
|
+
"sha256": "e28bdcbff963d3cb071a5b0662fccf73682e8c26c83bb57981f9e4c2ce308ba3"
|
|
243
239
|
},
|
|
244
240
|
{
|
|
245
241
|
"path": "harness-test/reference.md",
|
|
246
|
-
"sha256": "
|
|
242
|
+
"sha256": "02104991a1a551181a618cca6d793b3a193546b4f7c5d34858ea768dee7545ef"
|
|
247
243
|
},
|
|
248
244
|
{
|
|
249
245
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -251,11 +247,11 @@
|
|
|
251
247
|
},
|
|
252
248
|
{
|
|
253
249
|
"path": "harness-test/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
250
|
+
"sha256": "a4a5b59a30109ad0b3e2755db649852d16f283414a6ba6c930086a6afef71d7f"
|
|
255
251
|
},
|
|
256
252
|
{
|
|
257
253
|
"path": "protocols/archive-report-protocol.md",
|
|
258
|
-
"sha256": "
|
|
254
|
+
"sha256": "5f4497efb7f2a75065e5bf712e21837f74dde670ff415d4208098102b063c016"
|
|
259
255
|
},
|
|
260
256
|
{
|
|
261
257
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -263,7 +259,7 @@
|
|
|
263
259
|
},
|
|
264
260
|
{
|
|
265
261
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
266
|
-
"sha256": "
|
|
262
|
+
"sha256": "6560ccf52fa1e29da7a895eb88f1c7fb18c10d70b83f9e86d8fe4edf4b863ceb"
|
|
267
263
|
},
|
|
268
264
|
{
|
|
269
265
|
"path": "protocols/execution-session-protocol.md",
|
|
@@ -275,7 +271,7 @@
|
|
|
275
271
|
},
|
|
276
272
|
{
|
|
277
273
|
"path": "protocols/ledger-protocol.md",
|
|
278
|
-
"sha256": "
|
|
274
|
+
"sha256": "c952dad5842ae50c18cdf0c71651a37f748fe569d1734ee65ca99420ff4c5f65"
|
|
279
275
|
},
|
|
280
276
|
{
|
|
281
277
|
"path": "protocols/memory-closeout-protocol.md",
|
|
@@ -295,15 +291,15 @@
|
|
|
295
291
|
},
|
|
296
292
|
{
|
|
297
293
|
"path": "protocols/report-pipeline-protocol.md",
|
|
298
|
-
"sha256": "
|
|
294
|
+
"sha256": "9ed52d4bfc15a47004c396f615bcb3ee9f9e453539fe4aa220fea8a41b1c9d30"
|
|
299
295
|
},
|
|
300
296
|
{
|
|
301
297
|
"path": "protocols/sensitive-info-protocol.md",
|
|
302
|
-
"sha256": "
|
|
298
|
+
"sha256": "cdf72b7b35f562a46f671fc6aff7ff6f64ca44bc08e9214e2b3d0c82f1703b22"
|
|
303
299
|
},
|
|
304
300
|
{
|
|
305
301
|
"path": "protocols/state-layout-protocol.md",
|
|
306
|
-
"sha256": "
|
|
302
|
+
"sha256": "337e6e31219ce53316269199f256bfd2796941020cbe8ca14f9ae02bff917a54"
|
|
307
303
|
},
|
|
308
304
|
{
|
|
309
305
|
"path": "protocols/submit-protocol.md",
|
|
@@ -315,7 +311,7 @@
|
|
|
315
311
|
},
|
|
316
312
|
{
|
|
317
313
|
"path": "README.md",
|
|
318
|
-
"sha256": "
|
|
314
|
+
"sha256": "108dbd779cb108a0628856c68dbff4bc60d63fc0b7f0c02005610d68be58256c"
|
|
319
315
|
},
|
|
320
316
|
{
|
|
321
317
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -323,7 +319,7 @@
|
|
|
323
319
|
},
|
|
324
320
|
{
|
|
325
321
|
"path": "scripts/harness_archive.py",
|
|
326
|
-
"sha256": "
|
|
322
|
+
"sha256": "5b28014e37c34d344c3b85aad03ffc587b55cdde4092408d34e626534fb5cb75"
|
|
327
323
|
},
|
|
328
324
|
{
|
|
329
325
|
"path": "scripts/harness_change.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.49",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.66",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@2",
|
|
10
10
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
{
|
|
25
25
|
"path": ".harness-build.json",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "ea5fa09ea519cdae1bef8527cd925e8e555956a7ce5adc92ba284f8d74114ab5"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"path": "harness-archive/checklist.md",
|
|
74
|
-
"sha256": "
|
|
74
|
+
"sha256": "b285e531406a11e2b63b291b888f18dff06033178b014419c97202a6484040f3"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"path": "harness-archive/reference.md",
|
|
78
|
-
"sha256": "
|
|
78
|
+
"sha256": "bad888106b12f37ea56a52f78c6c0d47c117a9bf0f664a7c9a95f4ea8fb39825"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -83,15 +83,11 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"path": "harness-archive/templates/render-summary.mjs",
|
|
90
|
-
"sha256": "970585dcd1c590a6fc985289954b60c41b2cf012df7ea2dd790260e452e404c9"
|
|
86
|
+
"sha256": "cf419491dfd0c15cf9c98f31b6ac7356f549f785ca352f2db30c1b60fbfe3b0e"
|
|
91
87
|
},
|
|
92
88
|
{
|
|
93
89
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
94
|
-
"sha256": "
|
|
90
|
+
"sha256": "626e8821af4a29d51ae7a8d8e97f413fa72ce5c440186d115b5390bab24df77c"
|
|
95
91
|
},
|
|
96
92
|
{
|
|
97
93
|
"path": "harness-codebase-map/checklist.md",
|
|
@@ -103,7 +99,7 @@
|
|
|
103
99
|
},
|
|
104
100
|
{
|
|
105
101
|
"path": "harness-codebase-map/SKILL.md",
|
|
106
|
-
"sha256": "
|
|
102
|
+
"sha256": "60b33ef1af3108e7af742e3666a7c632a073769afaae138d7830d45715e80836"
|
|
107
103
|
},
|
|
108
104
|
{
|
|
109
105
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -143,11 +139,11 @@
|
|
|
143
139
|
},
|
|
144
140
|
{
|
|
145
141
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
142
|
+
"sha256": "f2ad72c1bf695743ff29b507ac6e2d8cf22bd98f7472379b5818648aec9574b8"
|
|
147
143
|
},
|
|
148
144
|
{
|
|
149
145
|
"path": "harness-knowledge-query/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
146
|
+
"sha256": "ee4495d358dc7d8d3335952a67dcf5db835c57d2c6d77f1cd73ec9441b714dca"
|
|
151
147
|
},
|
|
152
148
|
{
|
|
153
149
|
"path": "harness-plan/checklist.md",
|
|
@@ -163,7 +159,7 @@
|
|
|
163
159
|
},
|
|
164
160
|
{
|
|
165
161
|
"path": "harness-plan/SKILL.md",
|
|
166
|
-
"sha256": "
|
|
162
|
+
"sha256": "7c4c7a371de2ab88efcdceac4fab5b3c10edc075f183949f5d63e3cd8956b887"
|
|
167
163
|
},
|
|
168
164
|
{
|
|
169
165
|
"path": "harness-review/checklist.md",
|
|
@@ -179,23 +175,23 @@
|
|
|
179
175
|
},
|
|
180
176
|
{
|
|
181
177
|
"path": "harness-review/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
178
|
+
"sha256": "0794ad9f41acf3b534a007c12dcdf02a9c758b8f6b65a26a6ec0796856cfe966"
|
|
183
179
|
},
|
|
184
180
|
{
|
|
185
181
|
"path": "harness-run/checklist.md",
|
|
186
|
-
"sha256": "
|
|
182
|
+
"sha256": "76d32970de25d4d56a04c6935846eabd37bc16767bccd979f9f3fdcbd5d39dd7"
|
|
187
183
|
},
|
|
188
184
|
{
|
|
189
185
|
"path": "harness-run/protocols.md",
|
|
190
|
-
"sha256": "
|
|
186
|
+
"sha256": "101d52437bd439016227ea0b3ae188c1ca834a85d9c6f1c69a032ac9045f8cf4"
|
|
191
187
|
},
|
|
192
188
|
{
|
|
193
189
|
"path": "harness-run/reference.md",
|
|
194
|
-
"sha256": "
|
|
190
|
+
"sha256": "1d9714349da70302f19ba2a8f41bfaa125beb099db559070df3c0539c8da3a69"
|
|
195
191
|
},
|
|
196
192
|
{
|
|
197
193
|
"path": "harness-run/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
194
|
+
"sha256": "0e9dcc0c76cb9da09a89b6df54ff6eada8724ce3e5afb336a09f31ca0466e0b5"
|
|
199
195
|
},
|
|
200
196
|
{
|
|
201
197
|
"path": "harness-submit/checklist.md",
|
|
@@ -207,7 +203,7 @@
|
|
|
207
203
|
},
|
|
208
204
|
{
|
|
209
205
|
"path": "harness-submit/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
206
|
+
"sha256": "cee86874a653cfc721536aa4d5158149d0dc1b476012733b10e7c3d54087f802"
|
|
211
207
|
},
|
|
212
208
|
{
|
|
213
209
|
"path": "harness-sync/reference.md",
|
|
@@ -215,11 +211,11 @@
|
|
|
215
211
|
},
|
|
216
212
|
{
|
|
217
213
|
"path": "harness-sync/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
214
|
+
"sha256": "247407909db44683936b3b2264e250f0568c87aa8b7b7df506c1d24ac8cc068f"
|
|
219
215
|
},
|
|
220
216
|
{
|
|
221
217
|
"path": "harness-test/checklist.md",
|
|
222
|
-
"sha256": "
|
|
218
|
+
"sha256": "b61055fdb7e22a53160bc66cba91b8d842bee501d50bd2122dae5849f2e9cf71"
|
|
223
219
|
},
|
|
224
220
|
{
|
|
225
221
|
"path": "harness-test/pitfalls-java.md",
|
|
@@ -227,11 +223,11 @@
|
|
|
227
223
|
},
|
|
228
224
|
{
|
|
229
225
|
"path": "harness-test/pitfalls.md",
|
|
230
|
-
"sha256": "
|
|
226
|
+
"sha256": "e28bdcbff963d3cb071a5b0662fccf73682e8c26c83bb57981f9e4c2ce308ba3"
|
|
231
227
|
},
|
|
232
228
|
{
|
|
233
229
|
"path": "harness-test/reference.md",
|
|
234
|
-
"sha256": "
|
|
230
|
+
"sha256": "02104991a1a551181a618cca6d793b3a193546b4f7c5d34858ea768dee7545ef"
|
|
235
231
|
},
|
|
236
232
|
{
|
|
237
233
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -239,11 +235,11 @@
|
|
|
239
235
|
},
|
|
240
236
|
{
|
|
241
237
|
"path": "harness-test/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
238
|
+
"sha256": "ef1f5ea75cf190c73eacce89cc9e03b200b71b08b4f707f4ec08febde7f3dc2b"
|
|
243
239
|
},
|
|
244
240
|
{
|
|
245
241
|
"path": "protocols/archive-report-protocol.md",
|
|
246
|
-
"sha256": "
|
|
242
|
+
"sha256": "5f4497efb7f2a75065e5bf712e21837f74dde670ff415d4208098102b063c016"
|
|
247
243
|
},
|
|
248
244
|
{
|
|
249
245
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -251,7 +247,7 @@
|
|
|
251
247
|
},
|
|
252
248
|
{
|
|
253
249
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
254
|
-
"sha256": "
|
|
250
|
+
"sha256": "6560ccf52fa1e29da7a895eb88f1c7fb18c10d70b83f9e86d8fe4edf4b863ceb"
|
|
255
251
|
},
|
|
256
252
|
{
|
|
257
253
|
"path": "protocols/execution-session-protocol.md",
|
|
@@ -263,7 +259,7 @@
|
|
|
263
259
|
},
|
|
264
260
|
{
|
|
265
261
|
"path": "protocols/ledger-protocol.md",
|
|
266
|
-
"sha256": "
|
|
262
|
+
"sha256": "c952dad5842ae50c18cdf0c71651a37f748fe569d1734ee65ca99420ff4c5f65"
|
|
267
263
|
},
|
|
268
264
|
{
|
|
269
265
|
"path": "protocols/memory-closeout-protocol.md",
|
|
@@ -283,15 +279,15 @@
|
|
|
283
279
|
},
|
|
284
280
|
{
|
|
285
281
|
"path": "protocols/report-pipeline-protocol.md",
|
|
286
|
-
"sha256": "
|
|
282
|
+
"sha256": "9ed52d4bfc15a47004c396f615bcb3ee9f9e453539fe4aa220fea8a41b1c9d30"
|
|
287
283
|
},
|
|
288
284
|
{
|
|
289
285
|
"path": "protocols/sensitive-info-protocol.md",
|
|
290
|
-
"sha256": "
|
|
286
|
+
"sha256": "cdf72b7b35f562a46f671fc6aff7ff6f64ca44bc08e9214e2b3d0c82f1703b22"
|
|
291
287
|
},
|
|
292
288
|
{
|
|
293
289
|
"path": "protocols/state-layout-protocol.md",
|
|
294
|
-
"sha256": "
|
|
290
|
+
"sha256": "337e6e31219ce53316269199f256bfd2796941020cbe8ca14f9ae02bff917a54"
|
|
295
291
|
},
|
|
296
292
|
{
|
|
297
293
|
"path": "protocols/submit-protocol.md",
|
|
@@ -303,7 +299,7 @@
|
|
|
303
299
|
},
|
|
304
300
|
{
|
|
305
301
|
"path": "README.md",
|
|
306
|
-
"sha256": "
|
|
302
|
+
"sha256": "108dbd779cb108a0628856c68dbff4bc60d63fc0b7f0c02005610d68be58256c"
|
|
307
303
|
},
|
|
308
304
|
{
|
|
309
305
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -311,7 +307,7 @@
|
|
|
311
307
|
},
|
|
312
308
|
{
|
|
313
309
|
"path": "scripts/harness_archive.py",
|
|
314
|
-
"sha256": "
|
|
310
|
+
"sha256": "5b28014e37c34d344c3b85aad03ffc587b55cdde4092408d34e626534fb5cb75"
|
|
315
311
|
},
|
|
316
312
|
{
|
|
317
313
|
"path": "scripts/harness_change.py",
|