@hunter-harness/workflow-harness 0.2.49 → 0.2.51
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 +4 -4
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +11 -3
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +45 -244
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +41 -112
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +9 -4
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +2 -2
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +7 -2
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +8 -3
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +7 -2
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +12 -7
- package/harness/bundles/general/claude-code/harness-sync/reference.md +18 -11
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +7 -2
- package/harness/bundles/general/claude-code/protocols/archive-report-protocol.md +5 -7
- package/harness/bundles/general/claude-code/protocols/state-layout-protocol.md +17 -11
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +769 -191
- package/harness/bundles/general/claude-code/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/general/claude-code/scripts/harness_gate.py +17 -0
- package/harness/bundles/general/claude-code/scripts/harness_profile.py +0 -1
- package/harness/bundles/general/claude-code/scripts/harness_state.py +3 -5
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/README.md +4 -4
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +11 -3
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +42 -230
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +38 -98
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +9 -4
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +2 -2
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +7 -2
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +8 -3
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +7 -2
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +13 -8
- package/harness/bundles/general/codebuddy/harness-sync/reference.md +18 -11
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +7 -2
- package/harness/bundles/general/codebuddy/protocols/archive-report-protocol.md +5 -7
- package/harness/bundles/general/codebuddy/protocols/state-layout-protocol.md +17 -11
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +769 -191
- package/harness/bundles/general/codebuddy/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/general/codebuddy/scripts/harness_gate.py +17 -0
- package/harness/bundles/general/codebuddy/scripts/harness_profile.py +0 -1
- package/harness/bundles/general/codebuddy/scripts/harness_state.py +3 -5
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/README.md +4 -4
- package/harness/bundles/general/codex/harness-archive/SKILL.md +11 -3
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +42 -230
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +38 -98
- package/harness/bundles/general/codex/harness-plan/SKILL.md +9 -4
- package/harness/bundles/general/codex/harness-plan/checklist.md +2 -2
- package/harness/bundles/general/codex/harness-review/SKILL.md +7 -2
- package/harness/bundles/general/codex/harness-run/SKILL.md +8 -3
- package/harness/bundles/general/codex/harness-submit/SKILL.md +7 -2
- package/harness/bundles/general/codex/harness-sync/SKILL.md +13 -8
- package/harness/bundles/general/codex/harness-sync/reference.md +18 -11
- package/harness/bundles/general/codex/harness-test/SKILL.md +7 -2
- package/harness/bundles/general/codex/protocols/archive-report-protocol.md +5 -7
- package/harness/bundles/general/codex/protocols/state-layout-protocol.md +17 -11
- package/harness/bundles/general/codex/scripts/harness_archive.py +769 -191
- package/harness/bundles/general/codex/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/general/codex/scripts/harness_gate.py +17 -0
- package/harness/bundles/general/codex/scripts/harness_profile.py +0 -1
- package/harness/bundles/general/codex/scripts/harness_state.py +3 -5
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/README.md +4 -4
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +11 -3
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +42 -230
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +38 -98
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +9 -4
- package/harness/bundles/general/cursor/harness-plan/checklist.md +2 -2
- package/harness/bundles/general/cursor/harness-review/SKILL.md +7 -2
- package/harness/bundles/general/cursor/harness-run/SKILL.md +8 -3
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +7 -2
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +13 -8
- package/harness/bundles/general/cursor/harness-sync/reference.md +18 -11
- package/harness/bundles/general/cursor/harness-test/SKILL.md +7 -2
- package/harness/bundles/general/cursor/protocols/archive-report-protocol.md +5 -7
- package/harness/bundles/general/cursor/protocols/state-layout-protocol.md +17 -11
- package/harness/bundles/general/cursor/scripts/harness_archive.py +769 -191
- package/harness/bundles/general/cursor/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/general/cursor/scripts/harness_gate.py +17 -0
- package/harness/bundles/general/cursor/scripts/harness_profile.py +0 -1
- package/harness/bundles/general/cursor/scripts/harness_state.py +3 -5
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/README.md +4 -4
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +7 -2
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +11 -3
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +45 -244
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +41 -112
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +7 -2
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +9 -4
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +2 -2
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +7 -2
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +8 -3
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +7 -2
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +12 -7
- package/harness/bundles/java/claude-code/harness-sync/reference.md +18 -11
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +7 -2
- package/harness/bundles/java/claude-code/protocols/archive-report-protocol.md +5 -7
- package/harness/bundles/java/claude-code/protocols/state-layout-protocol.md +17 -11
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +769 -191
- package/harness/bundles/java/claude-code/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/java/claude-code/scripts/harness_gate.py +17 -0
- package/harness/bundles/java/claude-code/scripts/harness_profile.py +0 -1
- package/harness/bundles/java/claude-code/scripts/harness_state.py +3 -5
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/README.md +4 -4
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +7 -2
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +11 -3
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +42 -230
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +38 -98
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +7 -2
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +9 -4
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +2 -2
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +7 -2
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +8 -3
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +7 -2
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +13 -8
- package/harness/bundles/java/codebuddy/harness-sync/reference.md +18 -11
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +7 -2
- package/harness/bundles/java/codebuddy/protocols/archive-report-protocol.md +5 -7
- package/harness/bundles/java/codebuddy/protocols/state-layout-protocol.md +17 -11
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +769 -191
- package/harness/bundles/java/codebuddy/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/java/codebuddy/scripts/harness_gate.py +17 -0
- package/harness/bundles/java/codebuddy/scripts/harness_profile.py +0 -1
- package/harness/bundles/java/codebuddy/scripts/harness_state.py +3 -5
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/README.md +4 -4
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +7 -2
- package/harness/bundles/java/codex/harness-archive/SKILL.md +11 -3
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +42 -230
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +38 -98
- package/harness/bundles/java/codex/harness-package/SKILL.md +7 -2
- package/harness/bundles/java/codex/harness-plan/SKILL.md +9 -4
- package/harness/bundles/java/codex/harness-plan/checklist.md +2 -2
- package/harness/bundles/java/codex/harness-review/SKILL.md +7 -2
- package/harness/bundles/java/codex/harness-run/SKILL.md +8 -3
- package/harness/bundles/java/codex/harness-submit/SKILL.md +7 -2
- package/harness/bundles/java/codex/harness-sync/SKILL.md +13 -8
- package/harness/bundles/java/codex/harness-sync/reference.md +18 -11
- package/harness/bundles/java/codex/harness-test/SKILL.md +7 -2
- package/harness/bundles/java/codex/protocols/archive-report-protocol.md +5 -7
- package/harness/bundles/java/codex/protocols/state-layout-protocol.md +17 -11
- package/harness/bundles/java/codex/scripts/harness_archive.py +769 -191
- package/harness/bundles/java/codex/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/java/codex/scripts/harness_gate.py +17 -0
- package/harness/bundles/java/codex/scripts/harness_profile.py +0 -1
- package/harness/bundles/java/codex/scripts/harness_state.py +3 -5
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/README.md +4 -4
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +7 -2
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +11 -3
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +6 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +42 -230
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +38 -98
- package/harness/bundles/java/cursor/harness-package/SKILL.md +7 -2
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +9 -4
- package/harness/bundles/java/cursor/harness-plan/checklist.md +2 -2
- package/harness/bundles/java/cursor/harness-review/SKILL.md +7 -2
- package/harness/bundles/java/cursor/harness-run/SKILL.md +8 -3
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +7 -2
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +13 -8
- package/harness/bundles/java/cursor/harness-sync/reference.md +18 -11
- package/harness/bundles/java/cursor/harness-test/SKILL.md +7 -2
- package/harness/bundles/java/cursor/protocols/archive-report-protocol.md +5 -7
- package/harness/bundles/java/cursor/protocols/state-layout-protocol.md +17 -11
- package/harness/bundles/java/cursor/scripts/harness_archive.py +769 -191
- package/harness/bundles/java/cursor/scripts/harness_events_sync.py +90 -12
- package/harness/bundles/java/cursor/scripts/harness_gate.py +17 -0
- package/harness/bundles/java/cursor/scripts/harness_profile.py +0 -1
- package/harness/bundles/java/cursor/scripts/harness_state.py +3 -5
- package/harness/manifests/general/claude-code.json +23 -47
- package/harness/manifests/general/codebuddy.json +23 -47
- package/harness/manifests/general/codex.json +23 -47
- package/harness/manifests/general/cursor.json +23 -47
- package/harness/manifests/java/claude-code.json +25 -49
- package/harness/manifests/java/codebuddy.json +25 -49
- package/harness/manifests/java/codex.json +25 -49
- package/harness/manifests/java/cursor.json +25 -49
- package/hunter-workflow-family.json +4 -4
- package/package.json +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/design.md +0 -842
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -42
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/mcp-config.example.json +0 -10
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/reference.md +0 -413
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -7263
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -275
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/design.md +0 -842
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -42
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/mcp-config.example.json +0 -10
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/reference.md +0 -413
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -7263
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -275
- package/harness/bundles/general/codex/harness-knowledge-ingest/design.md +0 -842
- package/harness/bundles/general/codex/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -42
- package/harness/bundles/general/codex/harness-knowledge-ingest/mcp-config.example.json +0 -10
- package/harness/bundles/general/codex/harness-knowledge-ingest/reference.md +0 -413
- package/harness/bundles/general/codex/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -7263
- package/harness/bundles/general/codex/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -275
- package/harness/bundles/general/cursor/harness-knowledge-ingest/design.md +0 -842
- package/harness/bundles/general/cursor/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -42
- package/harness/bundles/general/cursor/harness-knowledge-ingest/mcp-config.example.json +0 -10
- package/harness/bundles/general/cursor/harness-knowledge-ingest/reference.md +0 -413
- package/harness/bundles/general/cursor/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -7263
- package/harness/bundles/general/cursor/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -275
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/design.md +0 -842
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -42
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/mcp-config.example.json +0 -10
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/reference.md +0 -413
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -7263
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -275
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/design.md +0 -842
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -42
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/mcp-config.example.json +0 -10
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/reference.md +0 -413
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -7263
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -275
- package/harness/bundles/java/codex/harness-knowledge-ingest/design.md +0 -842
- package/harness/bundles/java/codex/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -42
- package/harness/bundles/java/codex/harness-knowledge-ingest/mcp-config.example.json +0 -10
- package/harness/bundles/java/codex/harness-knowledge-ingest/reference.md +0 -413
- package/harness/bundles/java/codex/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -7263
- package/harness/bundles/java/codex/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -275
- package/harness/bundles/java/cursor/harness-knowledge-ingest/design.md +0 -842
- package/harness/bundles/java/cursor/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -42
- package/harness/bundles/java/cursor/harness-knowledge-ingest/mcp-config.example.json +0 -10
- package/harness/bundles/java/cursor/harness-knowledge-ingest/reference.md +0 -413
- package/harness/bundles/java/cursor/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -7263
- package/harness/bundles/java/cursor/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -275
|
@@ -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.39",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.53",
|
|
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": "239b95a60c9ca1d4a6a65a5bc3a792b755cb884724194d892b0932e776aea378"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"path": "harness-apidoc/SKILL.md",
|
|
94
|
-
"sha256": "
|
|
94
|
+
"sha256": "41bad85cb4660e7d7a38911796aefe5a0cfa32134d9f7cc7cb4669740a0c527f"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/checklist.md",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-archive/SKILL.md",
|
|
110
|
-
"sha256": "
|
|
110
|
+
"sha256": "a8afdbbcea722b4356de34a814a8af112a0deaa553ee9ffff703776d7a90570c"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"path": "harness-codebase-map/SKILL.md",
|
|
130
|
-
"sha256": "
|
|
130
|
+
"sha256": "70e0cc9467664cef12b0b20fcdb9947060c6e26c4cb0e39a1eb881c05816d6f6"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -165,37 +165,13 @@
|
|
|
165
165
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
166
166
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
167
167
|
},
|
|
168
|
-
{
|
|
169
|
-
"path": "harness-knowledge-ingest/design.md",
|
|
170
|
-
"sha256": "9d641634a8870eae0f637e2f380722176b48176d414c9493fa2872c791fda46a"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"path": "harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml",
|
|
174
|
-
"sha256": "943f93bf0d0b41f8a6b7e398b0e41367e54133a683a337637f081713b36d8ed3"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"path": "harness-knowledge-ingest/mcp-config.example.json",
|
|
178
|
-
"sha256": "538f815812f7e6e327ec295511bd15f41212be53df142e2fe1bc18c1f47c4124"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"path": "harness-knowledge-ingest/reference.md",
|
|
182
|
-
"sha256": "aaff0f08ff72f17ad610d6db51e9482b4eaeda87962765f679b2893dff9762e7"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"path": "harness-knowledge-ingest/scripts/harness_knowledge_mcp.py",
|
|
186
|
-
"sha256": "a421ca43e8d1ef1718d51a398e20abae411ea0007b3d45aa333791c511a2aa33"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
190
|
-
"sha256": "e12d01a9695ccc6624a4a7690f831622d18866fc0a6c383c640dc7345394d047"
|
|
191
|
-
},
|
|
192
168
|
{
|
|
193
169
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
194
|
-
"sha256": "
|
|
170
|
+
"sha256": "a2b714139f0da159f9a9df391449bcc12e9860285c06969e424dac8c56040d9b"
|
|
195
171
|
},
|
|
196
172
|
{
|
|
197
173
|
"path": "harness-knowledge-query/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
174
|
+
"sha256": "a82ede6ecda59664e1aa5ef4feb98436acb3e81d2cc2bd07d45f67ab7d0a88ba"
|
|
199
175
|
},
|
|
200
176
|
{
|
|
201
177
|
"path": "harness-package/checklist.md",
|
|
@@ -207,11 +183,11 @@
|
|
|
207
183
|
},
|
|
208
184
|
{
|
|
209
185
|
"path": "harness-package/SKILL.md",
|
|
210
|
-
"sha256": "
|
|
186
|
+
"sha256": "267dc5a48f3376301671042af5f977ae2eb338615c9df1e352b6e2832fce2eeb"
|
|
211
187
|
},
|
|
212
188
|
{
|
|
213
189
|
"path": "harness-plan/checklist.md",
|
|
214
|
-
"sha256": "
|
|
190
|
+
"sha256": "501e5e73c973e845134a94bd00834274f702d7c45be4e4f1b0fc63d8f9bd0945"
|
|
215
191
|
},
|
|
216
192
|
{
|
|
217
193
|
"path": "harness-plan/protocols.md",
|
|
@@ -223,7 +199,7 @@
|
|
|
223
199
|
},
|
|
224
200
|
{
|
|
225
201
|
"path": "harness-plan/SKILL.md",
|
|
226
|
-
"sha256": "
|
|
202
|
+
"sha256": "87f5d15b365d763aa29c0695ea6d9562c8664bd735a5e81a1b55f61898de9e30"
|
|
227
203
|
},
|
|
228
204
|
{
|
|
229
205
|
"path": "harness-review/checklist.md",
|
|
@@ -239,7 +215,7 @@
|
|
|
239
215
|
},
|
|
240
216
|
{
|
|
241
217
|
"path": "harness-review/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
218
|
+
"sha256": "faac47c826793784b7728d02a88244de2b84ab1cbcfcea7c2c1be3c2defd3286"
|
|
243
219
|
},
|
|
244
220
|
{
|
|
245
221
|
"path": "harness-run/checklist.md",
|
|
@@ -255,7 +231,7 @@
|
|
|
255
231
|
},
|
|
256
232
|
{
|
|
257
233
|
"path": "harness-run/SKILL.md",
|
|
258
|
-
"sha256": "
|
|
234
|
+
"sha256": "2ee34e0d00c1695f9aaa3c799c5736b4161d5270a251d01c3b6d0696c82b9fb1"
|
|
259
235
|
},
|
|
260
236
|
{
|
|
261
237
|
"path": "harness-submit/checklist.md",
|
|
@@ -267,15 +243,15 @@
|
|
|
267
243
|
},
|
|
268
244
|
{
|
|
269
245
|
"path": "harness-submit/SKILL.md",
|
|
270
|
-
"sha256": "
|
|
246
|
+
"sha256": "02b3a2bad08d9c588dab24f4aab3600ffbe1c94b4e9229ae495f9b1fca4622d3"
|
|
271
247
|
},
|
|
272
248
|
{
|
|
273
249
|
"path": "harness-sync/reference.md",
|
|
274
|
-
"sha256": "
|
|
250
|
+
"sha256": "7f2aea7240db514c42530cffc00d78910ade30aaf54787042e017885a1ad9a41"
|
|
275
251
|
},
|
|
276
252
|
{
|
|
277
253
|
"path": "harness-sync/SKILL.md",
|
|
278
|
-
"sha256": "
|
|
254
|
+
"sha256": "a9937b5597ff4829c6d037eba6ef22d3915721f3f5635b78ed21cb241d345108"
|
|
279
255
|
},
|
|
280
256
|
{
|
|
281
257
|
"path": "harness-test/checklist.md",
|
|
@@ -299,11 +275,11 @@
|
|
|
299
275
|
},
|
|
300
276
|
{
|
|
301
277
|
"path": "harness-test/SKILL.md",
|
|
302
|
-
"sha256": "
|
|
278
|
+
"sha256": "203c9a7480cb1c393d178513caad072a81fdf254768005c997d9c158aaa8500f"
|
|
303
279
|
},
|
|
304
280
|
{
|
|
305
281
|
"path": "protocols/archive-report-protocol.md",
|
|
306
|
-
"sha256": "
|
|
282
|
+
"sha256": "50bdb1769a57b6e8f29e769a3ae9090c9eddf63a1e22c34bf3671e456cace2d9"
|
|
307
283
|
},
|
|
308
284
|
{
|
|
309
285
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -351,7 +327,7 @@
|
|
|
351
327
|
},
|
|
352
328
|
{
|
|
353
329
|
"path": "protocols/state-layout-protocol.md",
|
|
354
|
-
"sha256": "
|
|
330
|
+
"sha256": "6cfbaf850cc2455ff89909a27bcfd9f7caa3f210cf552fa0b93b44367b43f860"
|
|
355
331
|
},
|
|
356
332
|
{
|
|
357
333
|
"path": "protocols/submit-protocol.md",
|
|
@@ -363,7 +339,7 @@
|
|
|
363
339
|
},
|
|
364
340
|
{
|
|
365
341
|
"path": "README.md",
|
|
366
|
-
"sha256": "
|
|
342
|
+
"sha256": "9b97846381d413dc7d50f5d7841f4cabf6ea3e2c4b0163c43586317b481cec4c"
|
|
367
343
|
},
|
|
368
344
|
{
|
|
369
345
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -371,7 +347,7 @@
|
|
|
371
347
|
},
|
|
372
348
|
{
|
|
373
349
|
"path": "scripts/harness_archive.py",
|
|
374
|
-
"sha256": "
|
|
350
|
+
"sha256": "e40181eec861bb1795bad27e8b5d1278a883ffadf8672e2f3888e25e34910869"
|
|
375
351
|
},
|
|
376
352
|
{
|
|
377
353
|
"path": "scripts/harness_change.py",
|
|
@@ -399,7 +375,7 @@
|
|
|
399
375
|
},
|
|
400
376
|
{
|
|
401
377
|
"path": "scripts/harness_events_sync.py",
|
|
402
|
-
"sha256": "
|
|
378
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
403
379
|
},
|
|
404
380
|
{
|
|
405
381
|
"path": "scripts/harness_events.py",
|
|
@@ -415,7 +391,7 @@
|
|
|
415
391
|
},
|
|
416
392
|
{
|
|
417
393
|
"path": "scripts/harness_gate.py",
|
|
418
|
-
"sha256": "
|
|
394
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
419
395
|
},
|
|
420
396
|
{
|
|
421
397
|
"path": "scripts/harness_headless.py",
|
|
@@ -463,7 +439,7 @@
|
|
|
463
439
|
},
|
|
464
440
|
{
|
|
465
441
|
"path": "scripts/harness_profile.py",
|
|
466
|
-
"sha256": "
|
|
442
|
+
"sha256": "16b1aac01efc469a57a468fbcb20d72b4cd22a447ae76d0104a013bd3bd4aa0e"
|
|
467
443
|
},
|
|
468
444
|
{
|
|
469
445
|
"path": "scripts/harness_report_model.py",
|
|
@@ -487,7 +463,7 @@
|
|
|
487
463
|
},
|
|
488
464
|
{
|
|
489
465
|
"path": "scripts/harness_state.py",
|
|
490
|
-
"sha256": "
|
|
466
|
+
"sha256": "2a74c29c8c230d0780f23d079cb294597729141e9b988679a0dcc16caf209400"
|
|
491
467
|
},
|
|
492
468
|
{
|
|
493
469
|
"path": "scripts/harness_sync.py",
|
|
@@ -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.39",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.53",
|
|
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": "df71c552184ef4361cc2076d8d72a09c983e43aabe4defcbaf203655c912c0b4"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-apidoc/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
82
|
+
"sha256": "2830d3f3273e5da7b355b797ebc9c099841c15ddfbb9ba7f23894d39b926d665"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/checklist.md",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
98
|
+
"sha256": "0eb5c5f958d796ecd4d89a5bdbb1d0b641146ffe640fd2f4c76d5f6132c104a8"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"path": "harness-codebase-map/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
118
|
+
"sha256": "97e17f12e5fc5a13c7cb17e5e48134cd7f7b8d8e198345f776f75bb5683b5d4a"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -153,37 +153,13 @@
|
|
|
153
153
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
154
154
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
155
155
|
},
|
|
156
|
-
{
|
|
157
|
-
"path": "harness-knowledge-ingest/design.md",
|
|
158
|
-
"sha256": "9d641634a8870eae0f637e2f380722176b48176d414c9493fa2872c791fda46a"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"path": "harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml",
|
|
162
|
-
"sha256": "943f93bf0d0b41f8a6b7e398b0e41367e54133a683a337637f081713b36d8ed3"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"path": "harness-knowledge-ingest/mcp-config.example.json",
|
|
166
|
-
"sha256": "538f815812f7e6e327ec295511bd15f41212be53df142e2fe1bc18c1f47c4124"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"path": "harness-knowledge-ingest/reference.md",
|
|
170
|
-
"sha256": "aaff0f08ff72f17ad610d6db51e9482b4eaeda87962765f679b2893dff9762e7"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"path": "harness-knowledge-ingest/scripts/harness_knowledge_mcp.py",
|
|
174
|
-
"sha256": "a421ca43e8d1ef1718d51a398e20abae411ea0007b3d45aa333791c511a2aa33"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
178
|
-
"sha256": "e12d01a9695ccc6624a4a7690f831622d18866fc0a6c383c640dc7345394d047"
|
|
179
|
-
},
|
|
180
156
|
{
|
|
181
157
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
158
|
+
"sha256": "9fb1047c60538e1feebc5da8879a5daee581ada6a0aba5b42843313f76ec5922"
|
|
183
159
|
},
|
|
184
160
|
{
|
|
185
161
|
"path": "harness-knowledge-query/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
162
|
+
"sha256": "deb869f64d0c08f2abf5f230ecd0275840abbb7cabcbe6aad8e0cde425b9002e"
|
|
187
163
|
},
|
|
188
164
|
{
|
|
189
165
|
"path": "harness-package/checklist.md",
|
|
@@ -195,11 +171,11 @@
|
|
|
195
171
|
},
|
|
196
172
|
{
|
|
197
173
|
"path": "harness-package/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
174
|
+
"sha256": "dc7cd4db595b6b6efc8cb3644ca17221fd0bb477b8acce779b189b797e1b77a8"
|
|
199
175
|
},
|
|
200
176
|
{
|
|
201
177
|
"path": "harness-plan/checklist.md",
|
|
202
|
-
"sha256": "
|
|
178
|
+
"sha256": "501e5e73c973e845134a94bd00834274f702d7c45be4e4f1b0fc63d8f9bd0945"
|
|
203
179
|
},
|
|
204
180
|
{
|
|
205
181
|
"path": "harness-plan/protocols.md",
|
|
@@ -211,7 +187,7 @@
|
|
|
211
187
|
},
|
|
212
188
|
{
|
|
213
189
|
"path": "harness-plan/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
190
|
+
"sha256": "1ebbd321c472cfef0e0d7af40383e9e396bf227ed1f5d6359f0277fdb6521449"
|
|
215
191
|
},
|
|
216
192
|
{
|
|
217
193
|
"path": "harness-review/checklist.md",
|
|
@@ -227,7 +203,7 @@
|
|
|
227
203
|
},
|
|
228
204
|
{
|
|
229
205
|
"path": "harness-review/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
206
|
+
"sha256": "0435eb96ad4b75c9d1b2ebd43210ae1a82db19f553d4d4e5119ad6ebacc6a256"
|
|
231
207
|
},
|
|
232
208
|
{
|
|
233
209
|
"path": "harness-run/checklist.md",
|
|
@@ -243,7 +219,7 @@
|
|
|
243
219
|
},
|
|
244
220
|
{
|
|
245
221
|
"path": "harness-run/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
222
|
+
"sha256": "cbacfcc0db36680c667508d18c82f1cd7c07ece4e5f8b96d2b2d3b020b9cfddc"
|
|
247
223
|
},
|
|
248
224
|
{
|
|
249
225
|
"path": "harness-submit/checklist.md",
|
|
@@ -255,15 +231,15 @@
|
|
|
255
231
|
},
|
|
256
232
|
{
|
|
257
233
|
"path": "harness-submit/SKILL.md",
|
|
258
|
-
"sha256": "
|
|
234
|
+
"sha256": "1cf8b22292d5f06cfdd41459ae30d655cef913056b44b6f803830f13baf2d960"
|
|
259
235
|
},
|
|
260
236
|
{
|
|
261
237
|
"path": "harness-sync/reference.md",
|
|
262
|
-
"sha256": "
|
|
238
|
+
"sha256": "7f2aea7240db514c42530cffc00d78910ade30aaf54787042e017885a1ad9a41"
|
|
263
239
|
},
|
|
264
240
|
{
|
|
265
241
|
"path": "harness-sync/SKILL.md",
|
|
266
|
-
"sha256": "
|
|
242
|
+
"sha256": "b4715024a8c8d21b1710ea41a86bebdbaae80fa41cf4571b383c6f47276c9025"
|
|
267
243
|
},
|
|
268
244
|
{
|
|
269
245
|
"path": "harness-test/checklist.md",
|
|
@@ -287,11 +263,11 @@
|
|
|
287
263
|
},
|
|
288
264
|
{
|
|
289
265
|
"path": "harness-test/SKILL.md",
|
|
290
|
-
"sha256": "
|
|
266
|
+
"sha256": "b17e02a0278b0708c0d2cac4bc16b7f54e7c39cbc4022586101459ff7a142e69"
|
|
291
267
|
},
|
|
292
268
|
{
|
|
293
269
|
"path": "protocols/archive-report-protocol.md",
|
|
294
|
-
"sha256": "
|
|
270
|
+
"sha256": "50bdb1769a57b6e8f29e769a3ae9090c9eddf63a1e22c34bf3671e456cace2d9"
|
|
295
271
|
},
|
|
296
272
|
{
|
|
297
273
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -339,7 +315,7 @@
|
|
|
339
315
|
},
|
|
340
316
|
{
|
|
341
317
|
"path": "protocols/state-layout-protocol.md",
|
|
342
|
-
"sha256": "
|
|
318
|
+
"sha256": "6cfbaf850cc2455ff89909a27bcfd9f7caa3f210cf552fa0b93b44367b43f860"
|
|
343
319
|
},
|
|
344
320
|
{
|
|
345
321
|
"path": "protocols/submit-protocol.md",
|
|
@@ -351,7 +327,7 @@
|
|
|
351
327
|
},
|
|
352
328
|
{
|
|
353
329
|
"path": "README.md",
|
|
354
|
-
"sha256": "
|
|
330
|
+
"sha256": "9b97846381d413dc7d50f5d7841f4cabf6ea3e2c4b0163c43586317b481cec4c"
|
|
355
331
|
},
|
|
356
332
|
{
|
|
357
333
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -359,7 +335,7 @@
|
|
|
359
335
|
},
|
|
360
336
|
{
|
|
361
337
|
"path": "scripts/harness_archive.py",
|
|
362
|
-
"sha256": "
|
|
338
|
+
"sha256": "e40181eec861bb1795bad27e8b5d1278a883ffadf8672e2f3888e25e34910869"
|
|
363
339
|
},
|
|
364
340
|
{
|
|
365
341
|
"path": "scripts/harness_change.py",
|
|
@@ -387,7 +363,7 @@
|
|
|
387
363
|
},
|
|
388
364
|
{
|
|
389
365
|
"path": "scripts/harness_events_sync.py",
|
|
390
|
-
"sha256": "
|
|
366
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
391
367
|
},
|
|
392
368
|
{
|
|
393
369
|
"path": "scripts/harness_events.py",
|
|
@@ -403,7 +379,7 @@
|
|
|
403
379
|
},
|
|
404
380
|
{
|
|
405
381
|
"path": "scripts/harness_gate.py",
|
|
406
|
-
"sha256": "
|
|
382
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
407
383
|
},
|
|
408
384
|
{
|
|
409
385
|
"path": "scripts/harness_headless.py",
|
|
@@ -451,7 +427,7 @@
|
|
|
451
427
|
},
|
|
452
428
|
{
|
|
453
429
|
"path": "scripts/harness_profile.py",
|
|
454
|
-
"sha256": "
|
|
430
|
+
"sha256": "16b1aac01efc469a57a468fbcb20d72b4cd22a447ae76d0104a013bd3bd4aa0e"
|
|
455
431
|
},
|
|
456
432
|
{
|
|
457
433
|
"path": "scripts/harness_report_model.py",
|
|
@@ -475,7 +451,7 @@
|
|
|
475
451
|
},
|
|
476
452
|
{
|
|
477
453
|
"path": "scripts/harness_state.py",
|
|
478
|
-
"sha256": "
|
|
454
|
+
"sha256": "2a74c29c8c230d0780f23d079cb294597729141e9b988679a0dcc16caf209400"
|
|
479
455
|
},
|
|
480
456
|
{
|
|
481
457
|
"path": "scripts/harness_sync.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.39",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.53",
|
|
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": "a39bf70854477283be1fb2b1fc53e951f97c63e82c3192f45b3a39fcab2620d1"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "harness-apidoc/SKILL.md",
|
|
82
|
-
"sha256": "
|
|
82
|
+
"sha256": "d749d7d04b35d1111b606663deba8853aa4e154143213a003b98eba23d3f63fe"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/checklist.md",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
98
|
+
"sha256": "50c32b61effbd314d95f89641415ceee12cfb3cf1f8a42cac638fdfdbdf54a89"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"path": "harness-codebase-map/SKILL.md",
|
|
118
|
-
"sha256": "
|
|
118
|
+
"sha256": "998fe20c415c6a289899969768cd97d733a2e91d7f1924400184fbc379a37e73"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -153,37 +153,13 @@
|
|
|
153
153
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
154
154
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
155
155
|
},
|
|
156
|
-
{
|
|
157
|
-
"path": "harness-knowledge-ingest/design.md",
|
|
158
|
-
"sha256": "9d641634a8870eae0f637e2f380722176b48176d414c9493fa2872c791fda46a"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"path": "harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml",
|
|
162
|
-
"sha256": "943f93bf0d0b41f8a6b7e398b0e41367e54133a683a337637f081713b36d8ed3"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"path": "harness-knowledge-ingest/mcp-config.example.json",
|
|
166
|
-
"sha256": "538f815812f7e6e327ec295511bd15f41212be53df142e2fe1bc18c1f47c4124"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"path": "harness-knowledge-ingest/reference.md",
|
|
170
|
-
"sha256": "aaff0f08ff72f17ad610d6db51e9482b4eaeda87962765f679b2893dff9762e7"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"path": "harness-knowledge-ingest/scripts/harness_knowledge_mcp.py",
|
|
174
|
-
"sha256": "a421ca43e8d1ef1718d51a398e20abae411ea0007b3d45aa333791c511a2aa33"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
178
|
-
"sha256": "e12d01a9695ccc6624a4a7690f831622d18866fc0a6c383c640dc7345394d047"
|
|
179
|
-
},
|
|
180
156
|
{
|
|
181
157
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
182
|
-
"sha256": "
|
|
158
|
+
"sha256": "8aba2208c6c5469a80efe331c007f0d252b0448cfe1cb9d13fe02669b70d657b"
|
|
183
159
|
},
|
|
184
160
|
{
|
|
185
161
|
"path": "harness-knowledge-query/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
162
|
+
"sha256": "c26956ecc8a6f8e51f4c22b9e2315e9257cf6cdd59264c9c0ee9168321a70aa2"
|
|
187
163
|
},
|
|
188
164
|
{
|
|
189
165
|
"path": "harness-package/checklist.md",
|
|
@@ -195,11 +171,11 @@
|
|
|
195
171
|
},
|
|
196
172
|
{
|
|
197
173
|
"path": "harness-package/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
174
|
+
"sha256": "9659f2247daa9912a778d6a8cccbaaf552d103f9483c3c6fa9f199452b23a876"
|
|
199
175
|
},
|
|
200
176
|
{
|
|
201
177
|
"path": "harness-plan/checklist.md",
|
|
202
|
-
"sha256": "
|
|
178
|
+
"sha256": "501e5e73c973e845134a94bd00834274f702d7c45be4e4f1b0fc63d8f9bd0945"
|
|
203
179
|
},
|
|
204
180
|
{
|
|
205
181
|
"path": "harness-plan/protocols.md",
|
|
@@ -211,7 +187,7 @@
|
|
|
211
187
|
},
|
|
212
188
|
{
|
|
213
189
|
"path": "harness-plan/SKILL.md",
|
|
214
|
-
"sha256": "
|
|
190
|
+
"sha256": "947200900a07a191e536937e449b2d3a62fdf80495051db7f815d7dcf067b1c4"
|
|
215
191
|
},
|
|
216
192
|
{
|
|
217
193
|
"path": "harness-review/checklist.md",
|
|
@@ -227,7 +203,7 @@
|
|
|
227
203
|
},
|
|
228
204
|
{
|
|
229
205
|
"path": "harness-review/SKILL.md",
|
|
230
|
-
"sha256": "
|
|
206
|
+
"sha256": "44281791468d8ec1e6084213bdc7d52df0752fea535b1462323de05e4a13bbcc"
|
|
231
207
|
},
|
|
232
208
|
{
|
|
233
209
|
"path": "harness-run/checklist.md",
|
|
@@ -243,7 +219,7 @@
|
|
|
243
219
|
},
|
|
244
220
|
{
|
|
245
221
|
"path": "harness-run/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
222
|
+
"sha256": "5f342c4f04d1e90e5ddd6709be780b6af1dc797315849e8b2c5748e6d866a49f"
|
|
247
223
|
},
|
|
248
224
|
{
|
|
249
225
|
"path": "harness-submit/checklist.md",
|
|
@@ -255,15 +231,15 @@
|
|
|
255
231
|
},
|
|
256
232
|
{
|
|
257
233
|
"path": "harness-submit/SKILL.md",
|
|
258
|
-
"sha256": "
|
|
234
|
+
"sha256": "4ad17574f92b651bcf916216a257c205b6ac0a610d7665a8e1531c98951c0e01"
|
|
259
235
|
},
|
|
260
236
|
{
|
|
261
237
|
"path": "harness-sync/reference.md",
|
|
262
|
-
"sha256": "
|
|
238
|
+
"sha256": "7f2aea7240db514c42530cffc00d78910ade30aaf54787042e017885a1ad9a41"
|
|
263
239
|
},
|
|
264
240
|
{
|
|
265
241
|
"path": "harness-sync/SKILL.md",
|
|
266
|
-
"sha256": "
|
|
242
|
+
"sha256": "0db899d2581584a02307cf9a1359d885805d7aca293823f70fe16f8890f13a33"
|
|
267
243
|
},
|
|
268
244
|
{
|
|
269
245
|
"path": "harness-test/checklist.md",
|
|
@@ -287,11 +263,11 @@
|
|
|
287
263
|
},
|
|
288
264
|
{
|
|
289
265
|
"path": "harness-test/SKILL.md",
|
|
290
|
-
"sha256": "
|
|
266
|
+
"sha256": "b1a89a7b9b7255a179a6756ff20dac14b3a57f7e6eeed2fc70bbef3a6b70fa86"
|
|
291
267
|
},
|
|
292
268
|
{
|
|
293
269
|
"path": "protocols/archive-report-protocol.md",
|
|
294
|
-
"sha256": "
|
|
270
|
+
"sha256": "50bdb1769a57b6e8f29e769a3ae9090c9eddf63a1e22c34bf3671e456cace2d9"
|
|
295
271
|
},
|
|
296
272
|
{
|
|
297
273
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -339,7 +315,7 @@
|
|
|
339
315
|
},
|
|
340
316
|
{
|
|
341
317
|
"path": "protocols/state-layout-protocol.md",
|
|
342
|
-
"sha256": "
|
|
318
|
+
"sha256": "6cfbaf850cc2455ff89909a27bcfd9f7caa3f210cf552fa0b93b44367b43f860"
|
|
343
319
|
},
|
|
344
320
|
{
|
|
345
321
|
"path": "protocols/submit-protocol.md",
|
|
@@ -351,7 +327,7 @@
|
|
|
351
327
|
},
|
|
352
328
|
{
|
|
353
329
|
"path": "README.md",
|
|
354
|
-
"sha256": "
|
|
330
|
+
"sha256": "9b97846381d413dc7d50f5d7841f4cabf6ea3e2c4b0163c43586317b481cec4c"
|
|
355
331
|
},
|
|
356
332
|
{
|
|
357
333
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -359,7 +335,7 @@
|
|
|
359
335
|
},
|
|
360
336
|
{
|
|
361
337
|
"path": "scripts/harness_archive.py",
|
|
362
|
-
"sha256": "
|
|
338
|
+
"sha256": "e40181eec861bb1795bad27e8b5d1278a883ffadf8672e2f3888e25e34910869"
|
|
363
339
|
},
|
|
364
340
|
{
|
|
365
341
|
"path": "scripts/harness_change.py",
|
|
@@ -387,7 +363,7 @@
|
|
|
387
363
|
},
|
|
388
364
|
{
|
|
389
365
|
"path": "scripts/harness_events_sync.py",
|
|
390
|
-
"sha256": "
|
|
366
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
391
367
|
},
|
|
392
368
|
{
|
|
393
369
|
"path": "scripts/harness_events.py",
|
|
@@ -403,7 +379,7 @@
|
|
|
403
379
|
},
|
|
404
380
|
{
|
|
405
381
|
"path": "scripts/harness_gate.py",
|
|
406
|
-
"sha256": "
|
|
382
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
407
383
|
},
|
|
408
384
|
{
|
|
409
385
|
"path": "scripts/harness_headless.py",
|
|
@@ -451,7 +427,7 @@
|
|
|
451
427
|
},
|
|
452
428
|
{
|
|
453
429
|
"path": "scripts/harness_profile.py",
|
|
454
|
-
"sha256": "
|
|
430
|
+
"sha256": "16b1aac01efc469a57a468fbcb20d72b4cd22a447ae76d0104a013bd3bd4aa0e"
|
|
455
431
|
},
|
|
456
432
|
{
|
|
457
433
|
"path": "scripts/harness_report_model.py",
|
|
@@ -475,7 +451,7 @@
|
|
|
475
451
|
},
|
|
476
452
|
{
|
|
477
453
|
"path": "scripts/harness_state.py",
|
|
478
|
-
"sha256": "
|
|
454
|
+
"sha256": "2a74c29c8c230d0780f23d079cb294597729141e9b988679a0dcc16caf209400"
|
|
479
455
|
},
|
|
480
456
|
{
|
|
481
457
|
"path": "scripts/harness_sync.py",
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"general",
|
|
7
7
|
"java"
|
|
8
8
|
],
|
|
9
|
-
"bundle_version": "0.2.
|
|
10
|
-
"content_sha256": "sha256:
|
|
11
|
-
"minimumCliVersion": "0.2.
|
|
9
|
+
"bundle_version": "0.2.39",
|
|
10
|
+
"content_sha256": "sha256:3901382ce76e21dea53dfa6dd3d528758581c5a6946f51628aba6bdf7b10572b",
|
|
11
|
+
"minimumCliVersion": "0.2.53",
|
|
12
12
|
"capabilities": [
|
|
13
13
|
"sync@2",
|
|
14
14
|
"rules-sync@1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"registry-governance@1"
|
|
24
24
|
],
|
|
25
25
|
"requires": {
|
|
26
|
-
"minimumCliVersion": "0.2.
|
|
26
|
+
"minimumCliVersion": "0.2.53",
|
|
27
27
|
"capabilities": [
|
|
28
28
|
"sync@2",
|
|
29
29
|
"rules-sync@1",
|