@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": "cursor",
|
|
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": "9bad33f0e42ab8835c71c87437c1c9e732651508855b50b1c3a7ff68e3d8a91f"
|
|
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": "2b2735433570d3f05f2de8cd054a9c54b981981a60f5c9c0fe25f2fd68b4d747"
|
|
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": "81fd842cc3aa83e958833b71d393a60efad30f7dd8f174a63ea5a69251e035df"
|
|
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": "61722ec0f8042849a37fcb4564baa0c20496b61930bf7c743d64c2418747143f"
|
|
147
143
|
},
|
|
148
144
|
{
|
|
149
145
|
"path": "harness-knowledge-query/SKILL.md",
|
|
150
|
-
"sha256": "
|
|
146
|
+
"sha256": "92c1f23a7be42665e5ea41e306cded1da0df5f2e9987cfca0542c8d0ed85c68f"
|
|
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": "173d3b43a50beb969404690e75c61fe294550a1149a149fd3b9fd273f1a543ff"
|
|
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": "b21e8cad0ec81bdac6ab1db5bb0304fbb79d095483d979193bc18530cb1b9974"
|
|
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": "5db5118dca64732c12d74b6ee899500f894c04dcd245a528b257328a5c1b1192"
|
|
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": "859da93dda74eafca1625ff3390c6f3cb38491c499cb8ee4bfcce7c79bea354c"
|
|
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": "7043f9a4ded522307a33e93922188b57508b79c8b03631f5b6ddd2eb40660e90"
|
|
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": "951e858ece1ece11889634f297e89af9f185384eabcc0e18b4281e0e21e09451"
|
|
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",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
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": "b3ba9e5d524e68310455a04ddbc617dafaea142db53db42050570b8aae966dbc"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -91,15 +91,15 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"path": "harness-apidoc/SKILL.md",
|
|
94
|
-
"sha256": "
|
|
94
|
+
"sha256": "9e9b31d4d8fd3a3af70fe2c1dad8e1432cb374d2a3cb8748aee8027ec991905d"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/checklist.md",
|
|
98
|
-
"sha256": "
|
|
98
|
+
"sha256": "b285e531406a11e2b63b291b888f18dff06033178b014419c97202a6484040f3"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"path": "harness-archive/reference.md",
|
|
102
|
-
"sha256": "
|
|
102
|
+
"sha256": "bad888106b12f37ea56a52f78c6c0d47c117a9bf0f664a7c9a95f4ea8fb39825"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -107,15 +107,11 @@
|
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-archive/SKILL.md",
|
|
110
|
-
"sha256": "
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"path": "harness-archive/templates/render-summary.mjs",
|
|
114
|
-
"sha256": "970585dcd1c590a6fc985289954b60c41b2cf012df7ea2dd790260e452e404c9"
|
|
110
|
+
"sha256": "df4e5d4fbbad2a19ff10d3799b6609c09b7946a2ca173a2341458927e4e7dc1f"
|
|
115
111
|
},
|
|
116
112
|
{
|
|
117
113
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
118
|
-
"sha256": "
|
|
114
|
+
"sha256": "626e8821af4a29d51ae7a8d8e97f413fa72ce5c440186d115b5390bab24df77c"
|
|
119
115
|
},
|
|
120
116
|
{
|
|
121
117
|
"path": "harness-codebase-map/checklist.md",
|
|
@@ -127,7 +123,7 @@
|
|
|
127
123
|
},
|
|
128
124
|
{
|
|
129
125
|
"path": "harness-codebase-map/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
126
|
+
"sha256": "3476f18a6666a19838ab34f72824714e130a1673a989208f34861f2bddc39759"
|
|
131
127
|
},
|
|
132
128
|
{
|
|
133
129
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -167,11 +163,11 @@
|
|
|
167
163
|
},
|
|
168
164
|
{
|
|
169
165
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
166
|
+
"sha256": "451540bc67050dcce48ead94e207bff0009e36e41adc558ad7fac48174bcf15b"
|
|
171
167
|
},
|
|
172
168
|
{
|
|
173
169
|
"path": "harness-knowledge-query/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
170
|
+
"sha256": "0fe4d0e47f5cedee90da9bf5c11ed0359a79d6cedc0438041d4a9cc77ba49390"
|
|
175
171
|
},
|
|
176
172
|
{
|
|
177
173
|
"path": "harness-package/checklist.md",
|
|
@@ -183,7 +179,7 @@
|
|
|
183
179
|
},
|
|
184
180
|
{
|
|
185
181
|
"path": "harness-package/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
182
|
+
"sha256": "47ec7debbc36993abe223cefa4de321900138b81a828689fb4e26009c315e9c5"
|
|
187
183
|
},
|
|
188
184
|
{
|
|
189
185
|
"path": "harness-plan/checklist.md",
|
|
@@ -199,7 +195,7 @@
|
|
|
199
195
|
},
|
|
200
196
|
{
|
|
201
197
|
"path": "harness-plan/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
198
|
+
"sha256": "43bc7e5d56ec093fe69ebca12280b35c152b62b603c0ab5c6e01d6f0aabd3a9c"
|
|
203
199
|
},
|
|
204
200
|
{
|
|
205
201
|
"path": "harness-review/checklist.md",
|
|
@@ -215,7 +211,7 @@
|
|
|
215
211
|
},
|
|
216
212
|
{
|
|
217
213
|
"path": "harness-review/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
214
|
+
"sha256": "44d7791d933764b82190180c091a4e8b2a648e50750a5ba77ff986aac34eaf43"
|
|
219
215
|
},
|
|
220
216
|
{
|
|
221
217
|
"path": "harness-run/checklist.md",
|
|
@@ -223,7 +219,7 @@
|
|
|
223
219
|
},
|
|
224
220
|
{
|
|
225
221
|
"path": "harness-run/protocols.md",
|
|
226
|
-
"sha256": "
|
|
222
|
+
"sha256": "101d52437bd439016227ea0b3ae188c1ca834a85d9c6f1c69a032ac9045f8cf4"
|
|
227
223
|
},
|
|
228
224
|
{
|
|
229
225
|
"path": "harness-run/reference.md",
|
|
@@ -231,7 +227,7 @@
|
|
|
231
227
|
},
|
|
232
228
|
{
|
|
233
229
|
"path": "harness-run/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
230
|
+
"sha256": "e43c6ef5c26ec7dbbd3a131c57c694d3daa49786cb5b3a05263dc8c1e8ea7637"
|
|
235
231
|
},
|
|
236
232
|
{
|
|
237
233
|
"path": "harness-submit/checklist.md",
|
|
@@ -243,7 +239,7 @@
|
|
|
243
239
|
},
|
|
244
240
|
{
|
|
245
241
|
"path": "harness-submit/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
242
|
+
"sha256": "db10a524325e8d08c14e9ee5b40f08606aca90f9f2c8f7a955bbd0789838ed04"
|
|
247
243
|
},
|
|
248
244
|
{
|
|
249
245
|
"path": "harness-sync/reference.md",
|
|
@@ -251,11 +247,11 @@
|
|
|
251
247
|
},
|
|
252
248
|
{
|
|
253
249
|
"path": "harness-sync/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
250
|
+
"sha256": "684d031c1d0908a50523a4428b67a97c5230f06ff06fc4b314d6da9be256b347"
|
|
255
251
|
},
|
|
256
252
|
{
|
|
257
253
|
"path": "harness-test/checklist.md",
|
|
258
|
-
"sha256": "
|
|
254
|
+
"sha256": "20699c556b0baea99526f25ad55f3c850dad9213a619c7c0cd9c69ab1b8e3590"
|
|
259
255
|
},
|
|
260
256
|
{
|
|
261
257
|
"path": "harness-test/pitfalls-java.md",
|
|
@@ -263,11 +259,11 @@
|
|
|
263
259
|
},
|
|
264
260
|
{
|
|
265
261
|
"path": "harness-test/pitfalls.md",
|
|
266
|
-
"sha256": "
|
|
262
|
+
"sha256": "e28bdcbff963d3cb071a5b0662fccf73682e8c26c83bb57981f9e4c2ce308ba3"
|
|
267
263
|
},
|
|
268
264
|
{
|
|
269
265
|
"path": "harness-test/reference.md",
|
|
270
|
-
"sha256": "
|
|
266
|
+
"sha256": "6a76595c85e7e9b9ca16f310391635c4bcd7d3da318d0d0e6edcdc038346783b"
|
|
271
267
|
},
|
|
272
268
|
{
|
|
273
269
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -275,11 +271,11 @@
|
|
|
275
271
|
},
|
|
276
272
|
{
|
|
277
273
|
"path": "harness-test/SKILL.md",
|
|
278
|
-
"sha256": "
|
|
274
|
+
"sha256": "4a36ca6c4a4554ac0abd548e13b51ed7cb5a7b716070e7efac3263706f5fe1f3"
|
|
279
275
|
},
|
|
280
276
|
{
|
|
281
277
|
"path": "protocols/archive-report-protocol.md",
|
|
282
|
-
"sha256": "
|
|
278
|
+
"sha256": "5f4497efb7f2a75065e5bf712e21837f74dde670ff415d4208098102b063c016"
|
|
283
279
|
},
|
|
284
280
|
{
|
|
285
281
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -287,7 +283,7 @@
|
|
|
287
283
|
},
|
|
288
284
|
{
|
|
289
285
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
290
|
-
"sha256": "
|
|
286
|
+
"sha256": "6560ccf52fa1e29da7a895eb88f1c7fb18c10d70b83f9e86d8fe4edf4b863ceb"
|
|
291
287
|
},
|
|
292
288
|
{
|
|
293
289
|
"path": "protocols/execution-session-protocol.md",
|
|
@@ -299,7 +295,7 @@
|
|
|
299
295
|
},
|
|
300
296
|
{
|
|
301
297
|
"path": "protocols/ledger-protocol.md",
|
|
302
|
-
"sha256": "
|
|
298
|
+
"sha256": "c952dad5842ae50c18cdf0c71651a37f748fe569d1734ee65ca99420ff4c5f65"
|
|
303
299
|
},
|
|
304
300
|
{
|
|
305
301
|
"path": "protocols/memory-closeout-protocol.md",
|
|
@@ -319,15 +315,15 @@
|
|
|
319
315
|
},
|
|
320
316
|
{
|
|
321
317
|
"path": "protocols/report-pipeline-protocol.md",
|
|
322
|
-
"sha256": "
|
|
318
|
+
"sha256": "9ed52d4bfc15a47004c396f615bcb3ee9f9e453539fe4aa220fea8a41b1c9d30"
|
|
323
319
|
},
|
|
324
320
|
{
|
|
325
321
|
"path": "protocols/sensitive-info-protocol.md",
|
|
326
|
-
"sha256": "
|
|
322
|
+
"sha256": "cdf72b7b35f562a46f671fc6aff7ff6f64ca44bc08e9214e2b3d0c82f1703b22"
|
|
327
323
|
},
|
|
328
324
|
{
|
|
329
325
|
"path": "protocols/state-layout-protocol.md",
|
|
330
|
-
"sha256": "
|
|
326
|
+
"sha256": "337e6e31219ce53316269199f256bfd2796941020cbe8ca14f9ae02bff917a54"
|
|
331
327
|
},
|
|
332
328
|
{
|
|
333
329
|
"path": "protocols/submit-protocol.md",
|
|
@@ -339,7 +335,7 @@
|
|
|
339
335
|
},
|
|
340
336
|
{
|
|
341
337
|
"path": "README.md",
|
|
342
|
-
"sha256": "
|
|
338
|
+
"sha256": "108dbd779cb108a0628856c68dbff4bc60d63fc0b7f0c02005610d68be58256c"
|
|
343
339
|
},
|
|
344
340
|
{
|
|
345
341
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -347,7 +343,7 @@
|
|
|
347
343
|
},
|
|
348
344
|
{
|
|
349
345
|
"path": "scripts/harness_archive.py",
|
|
350
|
-
"sha256": "
|
|
346
|
+
"sha256": "5b28014e37c34d344c3b85aad03ffc587b55cdde4092408d34e626534fb5cb75"
|
|
351
347
|
},
|
|
352
348
|
{
|
|
353
349
|
"path": "scripts/harness_change.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
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": "6b1741a51ebb0dc39fb433e0dd8ad81c4443ed0084960d6d7059c213a00d676e"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -91,15 +91,15 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"path": "harness-apidoc/SKILL.md",
|
|
94
|
-
"sha256": "
|
|
94
|
+
"sha256": "3f620fa4584669358255bfda0f1bab9cbe3b8a4eb6777746c738b7a9064cfb3e"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/checklist.md",
|
|
98
|
-
"sha256": "
|
|
98
|
+
"sha256": "b285e531406a11e2b63b291b888f18dff06033178b014419c97202a6484040f3"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"path": "harness-archive/reference.md",
|
|
102
|
-
"sha256": "
|
|
102
|
+
"sha256": "bad888106b12f37ea56a52f78c6c0d47c117a9bf0f664a7c9a95f4ea8fb39825"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"path": "harness-archive/scripts/gen-manifest.ps1",
|
|
@@ -107,15 +107,11 @@
|
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-archive/SKILL.md",
|
|
110
|
-
"sha256": "
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"path": "harness-archive/templates/render-summary.mjs",
|
|
114
|
-
"sha256": "970585dcd1c590a6fc985289954b60c41b2cf012df7ea2dd790260e452e404c9"
|
|
110
|
+
"sha256": "7d1924cf1b626d15a3bd4385cb1c93de29e1fe442cdf80dad4714d21ffa88dc3"
|
|
115
111
|
},
|
|
116
112
|
{
|
|
117
113
|
"path": "harness-archive/templates/summary-data-template.json",
|
|
118
|
-
"sha256": "
|
|
114
|
+
"sha256": "626e8821af4a29d51ae7a8d8e97f413fa72ce5c440186d115b5390bab24df77c"
|
|
119
115
|
},
|
|
120
116
|
{
|
|
121
117
|
"path": "harness-codebase-map/checklist.md",
|
|
@@ -127,7 +123,7 @@
|
|
|
127
123
|
},
|
|
128
124
|
{
|
|
129
125
|
"path": "harness-codebase-map/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
126
|
+
"sha256": "85d823f8045a2eccab6ec43de86958babf3098ac02d0188cb9cec8eb2991dc06"
|
|
131
127
|
},
|
|
132
128
|
{
|
|
133
129
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -167,11 +163,11 @@
|
|
|
167
163
|
},
|
|
168
164
|
{
|
|
169
165
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
166
|
+
"sha256": "aded2412b45fde3b806432e314e0be3e5bc23740adf419952447480418a3dc32"
|
|
171
167
|
},
|
|
172
168
|
{
|
|
173
169
|
"path": "harness-knowledge-query/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
170
|
+
"sha256": "5d670c06c639e7474fc15d0b6ae4279b0d2f0da8894e14c601bbc1c66f408551"
|
|
175
171
|
},
|
|
176
172
|
{
|
|
177
173
|
"path": "harness-package/checklist.md",
|
|
@@ -183,7 +179,7 @@
|
|
|
183
179
|
},
|
|
184
180
|
{
|
|
185
181
|
"path": "harness-package/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
182
|
+
"sha256": "8685d29bc0485015a8fe4ad900e44b5cc55ba648cdce55ef570db7c849a72f6d"
|
|
187
183
|
},
|
|
188
184
|
{
|
|
189
185
|
"path": "harness-plan/checklist.md",
|
|
@@ -199,7 +195,7 @@
|
|
|
199
195
|
},
|
|
200
196
|
{
|
|
201
197
|
"path": "harness-plan/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
198
|
+
"sha256": "1d0bdf031506adefe508ae366ab41352bcf9338d99da4e10eb4bceb857419abe"
|
|
203
199
|
},
|
|
204
200
|
{
|
|
205
201
|
"path": "harness-review/checklist.md",
|
|
@@ -215,7 +211,7 @@
|
|
|
215
211
|
},
|
|
216
212
|
{
|
|
217
213
|
"path": "harness-review/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
214
|
+
"sha256": "0eb21cc4c8e3a9cb4d9be202060ca7fdc8da556ab7fc1184d225f6a8725bc4a4"
|
|
219
215
|
},
|
|
220
216
|
{
|
|
221
217
|
"path": "harness-run/checklist.md",
|
|
@@ -223,7 +219,7 @@
|
|
|
223
219
|
},
|
|
224
220
|
{
|
|
225
221
|
"path": "harness-run/protocols.md",
|
|
226
|
-
"sha256": "
|
|
222
|
+
"sha256": "101d52437bd439016227ea0b3ae188c1ca834a85d9c6f1c69a032ac9045f8cf4"
|
|
227
223
|
},
|
|
228
224
|
{
|
|
229
225
|
"path": "harness-run/reference.md",
|
|
@@ -231,7 +227,7 @@
|
|
|
231
227
|
},
|
|
232
228
|
{
|
|
233
229
|
"path": "harness-run/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
230
|
+
"sha256": "4d90af3b7a3a36de8084b0097b0aec16c95aa4b777be8e37830352158e3b60fa"
|
|
235
231
|
},
|
|
236
232
|
{
|
|
237
233
|
"path": "harness-submit/checklist.md",
|
|
@@ -243,7 +239,7 @@
|
|
|
243
239
|
},
|
|
244
240
|
{
|
|
245
241
|
"path": "harness-submit/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
242
|
+
"sha256": "7a7f0fbc33f52958d2022fea6bd5f1b0f3712cea5c9766029e6469a3451e9ed7"
|
|
247
243
|
},
|
|
248
244
|
{
|
|
249
245
|
"path": "harness-sync/reference.md",
|
|
@@ -251,11 +247,11 @@
|
|
|
251
247
|
},
|
|
252
248
|
{
|
|
253
249
|
"path": "harness-sync/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
250
|
+
"sha256": "c4fe3b66d1dd8531944e05bd72533355df0812ead2a990d1fdbc5adfca311ab6"
|
|
255
251
|
},
|
|
256
252
|
{
|
|
257
253
|
"path": "harness-test/checklist.md",
|
|
258
|
-
"sha256": "
|
|
254
|
+
"sha256": "20699c556b0baea99526f25ad55f3c850dad9213a619c7c0cd9c69ab1b8e3590"
|
|
259
255
|
},
|
|
260
256
|
{
|
|
261
257
|
"path": "harness-test/pitfalls-java.md",
|
|
@@ -263,11 +259,11 @@
|
|
|
263
259
|
},
|
|
264
260
|
{
|
|
265
261
|
"path": "harness-test/pitfalls.md",
|
|
266
|
-
"sha256": "
|
|
262
|
+
"sha256": "e28bdcbff963d3cb071a5b0662fccf73682e8c26c83bb57981f9e4c2ce308ba3"
|
|
267
263
|
},
|
|
268
264
|
{
|
|
269
265
|
"path": "harness-test/reference.md",
|
|
270
|
-
"sha256": "
|
|
266
|
+
"sha256": "6a76595c85e7e9b9ca16f310391635c4bcd7d3da318d0d0e6edcdc038346783b"
|
|
271
267
|
},
|
|
272
268
|
{
|
|
273
269
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -275,11 +271,11 @@
|
|
|
275
271
|
},
|
|
276
272
|
{
|
|
277
273
|
"path": "harness-test/SKILL.md",
|
|
278
|
-
"sha256": "
|
|
274
|
+
"sha256": "0bc4e976c69d1e9e95fb92babc54c541d2d66a7f32d302a9fe1ea93de88a0c8f"
|
|
279
275
|
},
|
|
280
276
|
{
|
|
281
277
|
"path": "protocols/archive-report-protocol.md",
|
|
282
|
-
"sha256": "
|
|
278
|
+
"sha256": "5f4497efb7f2a75065e5bf712e21837f74dde670ff415d4208098102b063c016"
|
|
283
279
|
},
|
|
284
280
|
{
|
|
285
281
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -287,7 +283,7 @@
|
|
|
287
283
|
},
|
|
288
284
|
{
|
|
289
285
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
290
|
-
"sha256": "
|
|
286
|
+
"sha256": "6560ccf52fa1e29da7a895eb88f1c7fb18c10d70b83f9e86d8fe4edf4b863ceb"
|
|
291
287
|
},
|
|
292
288
|
{
|
|
293
289
|
"path": "protocols/execution-session-protocol.md",
|
|
@@ -299,7 +295,7 @@
|
|
|
299
295
|
},
|
|
300
296
|
{
|
|
301
297
|
"path": "protocols/ledger-protocol.md",
|
|
302
|
-
"sha256": "
|
|
298
|
+
"sha256": "c952dad5842ae50c18cdf0c71651a37f748fe569d1734ee65ca99420ff4c5f65"
|
|
303
299
|
},
|
|
304
300
|
{
|
|
305
301
|
"path": "protocols/memory-closeout-protocol.md",
|
|
@@ -319,15 +315,15 @@
|
|
|
319
315
|
},
|
|
320
316
|
{
|
|
321
317
|
"path": "protocols/report-pipeline-protocol.md",
|
|
322
|
-
"sha256": "
|
|
318
|
+
"sha256": "9ed52d4bfc15a47004c396f615bcb3ee9f9e453539fe4aa220fea8a41b1c9d30"
|
|
323
319
|
},
|
|
324
320
|
{
|
|
325
321
|
"path": "protocols/sensitive-info-protocol.md",
|
|
326
|
-
"sha256": "
|
|
322
|
+
"sha256": "cdf72b7b35f562a46f671fc6aff7ff6f64ca44bc08e9214e2b3d0c82f1703b22"
|
|
327
323
|
},
|
|
328
324
|
{
|
|
329
325
|
"path": "protocols/state-layout-protocol.md",
|
|
330
|
-
"sha256": "
|
|
326
|
+
"sha256": "337e6e31219ce53316269199f256bfd2796941020cbe8ca14f9ae02bff917a54"
|
|
331
327
|
},
|
|
332
328
|
{
|
|
333
329
|
"path": "protocols/submit-protocol.md",
|
|
@@ -339,7 +335,7 @@
|
|
|
339
335
|
},
|
|
340
336
|
{
|
|
341
337
|
"path": "README.md",
|
|
342
|
-
"sha256": "
|
|
338
|
+
"sha256": "108dbd779cb108a0628856c68dbff4bc60d63fc0b7f0c02005610d68be58256c"
|
|
343
339
|
},
|
|
344
340
|
{
|
|
345
341
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -347,7 +343,7 @@
|
|
|
347
343
|
},
|
|
348
344
|
{
|
|
349
345
|
"path": "scripts/harness_archive.py",
|
|
350
|
-
"sha256": "
|
|
346
|
+
"sha256": "5b28014e37c34d344c3b85aad03ffc587b55cdde4092408d34e626534fb5cb75"
|
|
351
347
|
},
|
|
352
348
|
{
|
|
353
349
|
"path": "scripts/harness_change.py",
|