@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": "java",
|
|
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": "8f6e1ab754438f7f9dd67ac7e24260b1a6417f7787eaab80a5cdd39ba2f6b68a"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -79,15 +79,15 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-apidoc/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
82
|
+
"sha256": "1321c35d2e15e848805b0844deb694e6497fa915e7c56b05a84995ada8597dec"
|
|
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": "66a49fbf7f124720596c934a0c56e33a0ec7d871d543323597e527661b0fe5e3"
|
|
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": "817c5843fbe8247b0a9cdc18e1df8d6c627d466f034a739d0cd0331f418b42b7"
|
|
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": "3005b52752e9ae9e0e1a1b516a814234a927557e44b73ddbdc52d53d04095ba3"
|
|
159
155
|
},
|
|
160
156
|
{
|
|
161
157
|
"path": "harness-knowledge-query/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
158
|
+
"sha256": "0f9d8e7a4e1d740d8ab4c52b8533084f39f5b20162be9e86ed9914d9a0546c0f"
|
|
163
159
|
},
|
|
164
160
|
{
|
|
165
161
|
"path": "harness-package/checklist.md",
|
|
@@ -171,7 +167,7 @@
|
|
|
171
167
|
},
|
|
172
168
|
{
|
|
173
169
|
"path": "harness-package/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
170
|
+
"sha256": "e1a4d0bb551c58b8f29db0721b0b9ed78a2642910b7cf353b6d63a973d6cfbe3"
|
|
175
171
|
},
|
|
176
172
|
{
|
|
177
173
|
"path": "harness-plan/checklist.md",
|
|
@@ -187,7 +183,7 @@
|
|
|
187
183
|
},
|
|
188
184
|
{
|
|
189
185
|
"path": "harness-plan/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
186
|
+
"sha256": "672338b76e61c548226ba773a5237ca67ac0ec25b9c9837b780a7cec985c6ae6"
|
|
191
187
|
},
|
|
192
188
|
{
|
|
193
189
|
"path": "harness-review/checklist.md",
|
|
@@ -203,7 +199,7 @@
|
|
|
203
199
|
},
|
|
204
200
|
{
|
|
205
201
|
"path": "harness-review/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
202
|
+
"sha256": "46400fe227e9d480e8bf9885360640770fabb80c6ca62bed5b7676cb4704f19c"
|
|
207
203
|
},
|
|
208
204
|
{
|
|
209
205
|
"path": "harness-run/checklist.md",
|
|
@@ -211,7 +207,7 @@
|
|
|
211
207
|
},
|
|
212
208
|
{
|
|
213
209
|
"path": "harness-run/protocols.md",
|
|
214
|
-
"sha256": "
|
|
210
|
+
"sha256": "101d52437bd439016227ea0b3ae188c1ca834a85d9c6f1c69a032ac9045f8cf4"
|
|
215
211
|
},
|
|
216
212
|
{
|
|
217
213
|
"path": "harness-run/reference.md",
|
|
@@ -219,7 +215,7 @@
|
|
|
219
215
|
},
|
|
220
216
|
{
|
|
221
217
|
"path": "harness-run/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
218
|
+
"sha256": "69291d78358db069c41c79244adaf7eb00674d485a3af7d4e92a8cbba81a447e"
|
|
223
219
|
},
|
|
224
220
|
{
|
|
225
221
|
"path": "harness-submit/checklist.md",
|
|
@@ -231,7 +227,7 @@
|
|
|
231
227
|
},
|
|
232
228
|
{
|
|
233
229
|
"path": "harness-submit/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
230
|
+
"sha256": "798fb5244eb27abdbe53d9c80d32f9ee7e8062847d64de988ffc3717abe2a624"
|
|
235
231
|
},
|
|
236
232
|
{
|
|
237
233
|
"path": "harness-sync/reference.md",
|
|
@@ -239,11 +235,11 @@
|
|
|
239
235
|
},
|
|
240
236
|
{
|
|
241
237
|
"path": "harness-sync/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
238
|
+
"sha256": "0ca24a053a9f920a0d95fa7c9fc77609c574a871fcb30db097b0e61afe773e6c"
|
|
243
239
|
},
|
|
244
240
|
{
|
|
245
241
|
"path": "harness-test/checklist.md",
|
|
246
|
-
"sha256": "
|
|
242
|
+
"sha256": "20699c556b0baea99526f25ad55f3c850dad9213a619c7c0cd9c69ab1b8e3590"
|
|
247
243
|
},
|
|
248
244
|
{
|
|
249
245
|
"path": "harness-test/pitfalls-java.md",
|
|
@@ -251,11 +247,11 @@
|
|
|
251
247
|
},
|
|
252
248
|
{
|
|
253
249
|
"path": "harness-test/pitfalls.md",
|
|
254
|
-
"sha256": "
|
|
250
|
+
"sha256": "e28bdcbff963d3cb071a5b0662fccf73682e8c26c83bb57981f9e4c2ce308ba3"
|
|
255
251
|
},
|
|
256
252
|
{
|
|
257
253
|
"path": "harness-test/reference.md",
|
|
258
|
-
"sha256": "
|
|
254
|
+
"sha256": "6a76595c85e7e9b9ca16f310391635c4bcd7d3da318d0d0e6edcdc038346783b"
|
|
259
255
|
},
|
|
260
256
|
{
|
|
261
257
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -263,11 +259,11 @@
|
|
|
263
259
|
},
|
|
264
260
|
{
|
|
265
261
|
"path": "harness-test/SKILL.md",
|
|
266
|
-
"sha256": "
|
|
262
|
+
"sha256": "de440f7e40025124acda0f5fc44a8f2998dda401013815b35e7f61a2f8323b6f"
|
|
267
263
|
},
|
|
268
264
|
{
|
|
269
265
|
"path": "protocols/archive-report-protocol.md",
|
|
270
|
-
"sha256": "
|
|
266
|
+
"sha256": "5f4497efb7f2a75065e5bf712e21837f74dde670ff415d4208098102b063c016"
|
|
271
267
|
},
|
|
272
268
|
{
|
|
273
269
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -275,7 +271,7 @@
|
|
|
275
271
|
},
|
|
276
272
|
{
|
|
277
273
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
278
|
-
"sha256": "
|
|
274
|
+
"sha256": "6560ccf52fa1e29da7a895eb88f1c7fb18c10d70b83f9e86d8fe4edf4b863ceb"
|
|
279
275
|
},
|
|
280
276
|
{
|
|
281
277
|
"path": "protocols/execution-session-protocol.md",
|
|
@@ -287,7 +283,7 @@
|
|
|
287
283
|
},
|
|
288
284
|
{
|
|
289
285
|
"path": "protocols/ledger-protocol.md",
|
|
290
|
-
"sha256": "
|
|
286
|
+
"sha256": "c952dad5842ae50c18cdf0c71651a37f748fe569d1734ee65ca99420ff4c5f65"
|
|
291
287
|
},
|
|
292
288
|
{
|
|
293
289
|
"path": "protocols/memory-closeout-protocol.md",
|
|
@@ -307,15 +303,15 @@
|
|
|
307
303
|
},
|
|
308
304
|
{
|
|
309
305
|
"path": "protocols/report-pipeline-protocol.md",
|
|
310
|
-
"sha256": "
|
|
306
|
+
"sha256": "9ed52d4bfc15a47004c396f615bcb3ee9f9e453539fe4aa220fea8a41b1c9d30"
|
|
311
307
|
},
|
|
312
308
|
{
|
|
313
309
|
"path": "protocols/sensitive-info-protocol.md",
|
|
314
|
-
"sha256": "
|
|
310
|
+
"sha256": "cdf72b7b35f562a46f671fc6aff7ff6f64ca44bc08e9214e2b3d0c82f1703b22"
|
|
315
311
|
},
|
|
316
312
|
{
|
|
317
313
|
"path": "protocols/state-layout-protocol.md",
|
|
318
|
-
"sha256": "
|
|
314
|
+
"sha256": "337e6e31219ce53316269199f256bfd2796941020cbe8ca14f9ae02bff917a54"
|
|
319
315
|
},
|
|
320
316
|
{
|
|
321
317
|
"path": "protocols/submit-protocol.md",
|
|
@@ -327,7 +323,7 @@
|
|
|
327
323
|
},
|
|
328
324
|
{
|
|
329
325
|
"path": "README.md",
|
|
330
|
-
"sha256": "
|
|
326
|
+
"sha256": "108dbd779cb108a0628856c68dbff4bc60d63fc0b7f0c02005610d68be58256c"
|
|
331
327
|
},
|
|
332
328
|
{
|
|
333
329
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -335,7 +331,7 @@
|
|
|
335
331
|
},
|
|
336
332
|
{
|
|
337
333
|
"path": "scripts/harness_archive.py",
|
|
338
|
-
"sha256": "
|
|
334
|
+
"sha256": "5b28014e37c34d344c3b85aad03ffc587b55cdde4092408d34e626534fb5cb75"
|
|
339
335
|
},
|
|
340
336
|
{
|
|
341
337
|
"path": "scripts/harness_change.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
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": "d288b232f42830eb95f19aaeff9307b12be868d30f8b043ebad199c2e9ad69a5"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -79,15 +79,15 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-apidoc/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
82
|
+
"sha256": "4db98635932aef125b33c50cf512f40b32915f462e190ac2cb4c68fb39da167b"
|
|
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": "760c163735da2540e7e864d8c4185e5a530efb625f2a407921fe7d8ede71fbb2"
|
|
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": "a7990b23df426ca20c6e1c27fc68aee789a969d0de61bffa81092c961371784b"
|
|
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": "d7e3b9d8403cfb0e53d1bbfb664eb99cc20ec1b04c176ca7207f2f7eab58ca28"
|
|
159
155
|
},
|
|
160
156
|
{
|
|
161
157
|
"path": "harness-knowledge-query/SKILL.md",
|
|
162
|
-
"sha256": "
|
|
158
|
+
"sha256": "e3143dd84c75e7c3e015326b76f193876d9d1ace66c361d8730eff0fccdfc32d"
|
|
163
159
|
},
|
|
164
160
|
{
|
|
165
161
|
"path": "harness-package/checklist.md",
|
|
@@ -171,7 +167,7 @@
|
|
|
171
167
|
},
|
|
172
168
|
{
|
|
173
169
|
"path": "harness-package/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
170
|
+
"sha256": "66c0fc6b35430b4eab6536ac8de07e106f2e49c0b9a2dfa741855cd4ed91e00d"
|
|
175
171
|
},
|
|
176
172
|
{
|
|
177
173
|
"path": "harness-plan/checklist.md",
|
|
@@ -187,7 +183,7 @@
|
|
|
187
183
|
},
|
|
188
184
|
{
|
|
189
185
|
"path": "harness-plan/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
186
|
+
"sha256": "74882fd77bade42b74a55e7216a4a1b11c5e1dabd1a422e233ec2b807b75199d"
|
|
191
187
|
},
|
|
192
188
|
{
|
|
193
189
|
"path": "harness-review/checklist.md",
|
|
@@ -203,7 +199,7 @@
|
|
|
203
199
|
},
|
|
204
200
|
{
|
|
205
201
|
"path": "harness-review/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
202
|
+
"sha256": "2fb2d7c52f36ed569bfad31d5a29812ef73720bd41c337f3bead474791130f52"
|
|
207
203
|
},
|
|
208
204
|
{
|
|
209
205
|
"path": "harness-run/checklist.md",
|
|
@@ -211,7 +207,7 @@
|
|
|
211
207
|
},
|
|
212
208
|
{
|
|
213
209
|
"path": "harness-run/protocols.md",
|
|
214
|
-
"sha256": "
|
|
210
|
+
"sha256": "101d52437bd439016227ea0b3ae188c1ca834a85d9c6f1c69a032ac9045f8cf4"
|
|
215
211
|
},
|
|
216
212
|
{
|
|
217
213
|
"path": "harness-run/reference.md",
|
|
@@ -219,7 +215,7 @@
|
|
|
219
215
|
},
|
|
220
216
|
{
|
|
221
217
|
"path": "harness-run/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
218
|
+
"sha256": "a98e7544d318c1a60e3ba7369fab2d86d3f1c348c890d2154c67a69c95137caa"
|
|
223
219
|
},
|
|
224
220
|
{
|
|
225
221
|
"path": "harness-submit/checklist.md",
|
|
@@ -231,7 +227,7 @@
|
|
|
231
227
|
},
|
|
232
228
|
{
|
|
233
229
|
"path": "harness-submit/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
230
|
+
"sha256": "e9c6a95762fec6712fd043291e76a92ceaaf22636e16bc600b77b2dfee94d932"
|
|
235
231
|
},
|
|
236
232
|
{
|
|
237
233
|
"path": "harness-sync/reference.md",
|
|
@@ -239,11 +235,11 @@
|
|
|
239
235
|
},
|
|
240
236
|
{
|
|
241
237
|
"path": "harness-sync/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
238
|
+
"sha256": "a4849e44f02a513799579f36e539864b519152ec5d824d5352cbb2b082595118"
|
|
243
239
|
},
|
|
244
240
|
{
|
|
245
241
|
"path": "harness-test/checklist.md",
|
|
246
|
-
"sha256": "
|
|
242
|
+
"sha256": "20699c556b0baea99526f25ad55f3c850dad9213a619c7c0cd9c69ab1b8e3590"
|
|
247
243
|
},
|
|
248
244
|
{
|
|
249
245
|
"path": "harness-test/pitfalls-java.md",
|
|
@@ -251,11 +247,11 @@
|
|
|
251
247
|
},
|
|
252
248
|
{
|
|
253
249
|
"path": "harness-test/pitfalls.md",
|
|
254
|
-
"sha256": "
|
|
250
|
+
"sha256": "e28bdcbff963d3cb071a5b0662fccf73682e8c26c83bb57981f9e4c2ce308ba3"
|
|
255
251
|
},
|
|
256
252
|
{
|
|
257
253
|
"path": "harness-test/reference.md",
|
|
258
|
-
"sha256": "
|
|
254
|
+
"sha256": "6a76595c85e7e9b9ca16f310391635c4bcd7d3da318d0d0e6edcdc038346783b"
|
|
259
255
|
},
|
|
260
256
|
{
|
|
261
257
|
"path": "harness-test/scripts/runtime-helpers.mjs",
|
|
@@ -263,11 +259,11 @@
|
|
|
263
259
|
},
|
|
264
260
|
{
|
|
265
261
|
"path": "harness-test/SKILL.md",
|
|
266
|
-
"sha256": "
|
|
262
|
+
"sha256": "7f2b1c2f24469f29920c71885f2bcdb5962bdbd50db127271688a95e2edd4fe2"
|
|
267
263
|
},
|
|
268
264
|
{
|
|
269
265
|
"path": "protocols/archive-report-protocol.md",
|
|
270
|
-
"sha256": "
|
|
266
|
+
"sha256": "5f4497efb7f2a75065e5bf712e21837f74dde670ff415d4208098102b063c016"
|
|
271
267
|
},
|
|
272
268
|
{
|
|
273
269
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -275,7 +271,7 @@
|
|
|
275
271
|
},
|
|
276
272
|
{
|
|
277
273
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
278
|
-
"sha256": "
|
|
274
|
+
"sha256": "6560ccf52fa1e29da7a895eb88f1c7fb18c10d70b83f9e86d8fe4edf4b863ceb"
|
|
279
275
|
},
|
|
280
276
|
{
|
|
281
277
|
"path": "protocols/execution-session-protocol.md",
|
|
@@ -287,7 +283,7 @@
|
|
|
287
283
|
},
|
|
288
284
|
{
|
|
289
285
|
"path": "protocols/ledger-protocol.md",
|
|
290
|
-
"sha256": "
|
|
286
|
+
"sha256": "c952dad5842ae50c18cdf0c71651a37f748fe569d1734ee65ca99420ff4c5f65"
|
|
291
287
|
},
|
|
292
288
|
{
|
|
293
289
|
"path": "protocols/memory-closeout-protocol.md",
|
|
@@ -307,15 +303,15 @@
|
|
|
307
303
|
},
|
|
308
304
|
{
|
|
309
305
|
"path": "protocols/report-pipeline-protocol.md",
|
|
310
|
-
"sha256": "
|
|
306
|
+
"sha256": "9ed52d4bfc15a47004c396f615bcb3ee9f9e453539fe4aa220fea8a41b1c9d30"
|
|
311
307
|
},
|
|
312
308
|
{
|
|
313
309
|
"path": "protocols/sensitive-info-protocol.md",
|
|
314
|
-
"sha256": "
|
|
310
|
+
"sha256": "cdf72b7b35f562a46f671fc6aff7ff6f64ca44bc08e9214e2b3d0c82f1703b22"
|
|
315
311
|
},
|
|
316
312
|
{
|
|
317
313
|
"path": "protocols/state-layout-protocol.md",
|
|
318
|
-
"sha256": "
|
|
314
|
+
"sha256": "337e6e31219ce53316269199f256bfd2796941020cbe8ca14f9ae02bff917a54"
|
|
319
315
|
},
|
|
320
316
|
{
|
|
321
317
|
"path": "protocols/submit-protocol.md",
|
|
@@ -327,7 +323,7 @@
|
|
|
327
323
|
},
|
|
328
324
|
{
|
|
329
325
|
"path": "README.md",
|
|
330
|
-
"sha256": "
|
|
326
|
+
"sha256": "108dbd779cb108a0628856c68dbff4bc60d63fc0b7f0c02005610d68be58256c"
|
|
331
327
|
},
|
|
332
328
|
{
|
|
333
329
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -335,7 +331,7 @@
|
|
|
335
331
|
},
|
|
336
332
|
{
|
|
337
333
|
"path": "scripts/harness_archive.py",
|
|
338
|
-
"sha256": "
|
|
334
|
+
"sha256": "5b28014e37c34d344c3b85aad03ffc587b55cdde4092408d34e626534fb5cb75"
|
|
339
335
|
},
|
|
340
336
|
{
|
|
341
337
|
"path": "scripts/harness_change.py",
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"general",
|
|
7
7
|
"java"
|
|
8
8
|
],
|
|
9
|
-
"bundle_version": "0.2.
|
|
10
|
-
"content_sha256": "sha256:
|
|
11
|
-
"minimumCliVersion": "0.2.
|
|
12
|
-
"workflowPackageVersion": "0.2.
|
|
9
|
+
"bundle_version": "0.2.49",
|
|
10
|
+
"content_sha256": "sha256:0c019b09f6030d9ea81350acb0f9b74277a3d21c0a742b9b60da74e646021c2a",
|
|
11
|
+
"minimumCliVersion": "0.2.66",
|
|
12
|
+
"workflowPackageVersion": "0.2.60",
|
|
13
13
|
"capabilities": [
|
|
14
14
|
"sync@2",
|
|
15
15
|
"rules-sync@1",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"registry-governance@1"
|
|
25
25
|
],
|
|
26
26
|
"requires": {
|
|
27
|
-
"minimumCliVersion": "0.2.
|
|
27
|
+
"minimumCliVersion": "0.2.66",
|
|
28
28
|
"capabilities": [
|
|
29
29
|
"sync@2",
|
|
30
30
|
"rules-sync@1",
|