@hunter-harness/workflow-harness 0.2.50 → 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 +6 -6
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +42 -258
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +38 -120
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/claude-code/harness-plan/checklist.md +2 -2
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +7 -7
- package/harness/bundles/general/claude-code/harness-sync/reference.md +18 -11
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +2 -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 +748 -200
- 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 +6 -6
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +39 -244
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +35 -106
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/codebuddy/harness-plan/checklist.md +2 -2
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +8 -8
- package/harness/bundles/general/codebuddy/harness-sync/reference.md +18 -11
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +2 -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 +748 -200
- 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 +6 -6
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +39 -244
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +35 -106
- package/harness/bundles/general/codex/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/codex/harness-plan/checklist.md +2 -2
- package/harness/bundles/general/codex/harness-review/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-run/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/codex/harness-sync/SKILL.md +8 -8
- package/harness/bundles/general/codex/harness-sync/reference.md +18 -11
- package/harness/bundles/general/codex/harness-test/SKILL.md +2 -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 +748 -200
- 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 +6 -6
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +39 -244
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +35 -106
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +4 -4
- package/harness/bundles/general/cursor/harness-plan/checklist.md +2 -2
- package/harness/bundles/general/cursor/harness-review/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-run/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +2 -2
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +8 -8
- package/harness/bundles/general/cursor/harness-sync/reference.md +18 -11
- package/harness/bundles/general/cursor/harness-test/SKILL.md +2 -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 +748 -200
- 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 +2 -2
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +6 -6
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +42 -258
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +38 -120
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +4 -4
- package/harness/bundles/java/claude-code/harness-plan/checklist.md +2 -2
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +7 -7
- package/harness/bundles/java/claude-code/harness-sync/reference.md +18 -11
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +2 -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 +748 -200
- 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 +2 -2
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +6 -6
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +39 -244
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +35 -106
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +4 -4
- package/harness/bundles/java/codebuddy/harness-plan/checklist.md +2 -2
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +8 -8
- package/harness/bundles/java/codebuddy/harness-sync/reference.md +18 -11
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +2 -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 +748 -200
- 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 +2 -2
- package/harness/bundles/java/codex/harness-archive/SKILL.md +6 -6
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +39 -244
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +35 -106
- package/harness/bundles/java/codex/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-plan/SKILL.md +4 -4
- package/harness/bundles/java/codex/harness-plan/checklist.md +2 -2
- package/harness/bundles/java/codex/harness-review/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-run/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/codex/harness-sync/SKILL.md +8 -8
- package/harness/bundles/java/codex/harness-sync/reference.md +18 -11
- package/harness/bundles/java/codex/harness-test/SKILL.md +2 -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 +748 -200
- 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 +2 -2
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +6 -6
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +39 -244
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +35 -106
- package/harness/bundles/java/cursor/harness-package/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +4 -4
- package/harness/bundles/java/cursor/harness-plan/checklist.md +2 -2
- package/harness/bundles/java/cursor/harness-review/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-run/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +2 -2
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +8 -8
- package/harness/bundles/java/cursor/harness-sync/reference.md +18 -11
- package/harness/bundles/java/cursor/harness-test/SKILL.md +2 -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 +748 -200
- 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 +21 -45
- package/harness/manifests/general/codebuddy.json +21 -45
- package/harness/manifests/general/codex.json +21 -45
- package/harness/manifests/general/cursor.json +21 -45
- package/harness/manifests/java/claude-code.json +23 -47
- package/harness/manifests/java/codebuddy.json +23 -47
- package/harness/manifests/java/codex.json +23 -47
- package/harness/manifests/java/cursor.json +23 -47
- 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
|
@@ -852,7 +852,6 @@ def _node_commands(project: Path) -> dict[str, Any]:
|
|
|
852
852
|
inputs.extend(
|
|
853
853
|
[
|
|
854
854
|
"harness/scripts/*.py",
|
|
855
|
-
"harness/harness-knowledge-ingest/scripts/*.py",
|
|
856
855
|
"harness/harness-test/scripts/*.mjs",
|
|
857
856
|
"harness/harness-test/scripts/tests/*.mjs",
|
|
858
857
|
"scripts/*.mjs",
|
|
@@ -218,11 +218,9 @@ def discover_segment_files(
|
|
|
218
218
|
project / "harness.json",
|
|
219
219
|
]
|
|
220
220
|
codebase_map = list((project / ".harness/codebase/map").glob("**/*"))
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
project / ".harness/knowledge/config.json",
|
|
225
|
-
]
|
|
221
|
+
# Knowledge is remote-only. Keep the segment for schema compatibility, but
|
|
222
|
+
# do not discover or fingerprint local indexes/fallback state.
|
|
223
|
+
knowledge: list[Path] = []
|
|
226
224
|
change_inputs: list[Path] = []
|
|
227
225
|
for folder in ("spec", "plans", "meta"):
|
|
228
226
|
change_inputs.extend((change_dir / folder).glob("**/*"))
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.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": "f53fc1874dd7d02adbcea358256c9ef1c8dd9d17a1abb88c487cf492bfb229be"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
98
|
+
"sha256": "080013e619368952f329b76e6aed44b7473aabf7dbe33a2838ad8373abd3a1e4"
|
|
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": "965ba75b28b7bd19994b0abad4ee831e396716211e10ee0255eb45623e97227c"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -153,41 +153,17 @@
|
|
|
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": "3e31c801b653630af8a35358b37f40ff5e6f4f7363665b432259ffb697d8dae6"
|
|
183
159
|
},
|
|
184
160
|
{
|
|
185
161
|
"path": "harness-knowledge-query/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
162
|
+
"sha256": "9c6a80f0c2212f9a4d5fa70bda25e5a1e77b06396b5cd37bc0456399c39f006f"
|
|
187
163
|
},
|
|
188
164
|
{
|
|
189
165
|
"path": "harness-plan/checklist.md",
|
|
190
|
-
"sha256": "
|
|
166
|
+
"sha256": "501e5e73c973e845134a94bd00834274f702d7c45be4e4f1b0fc63d8f9bd0945"
|
|
191
167
|
},
|
|
192
168
|
{
|
|
193
169
|
"path": "harness-plan/protocols.md",
|
|
@@ -199,7 +175,7 @@
|
|
|
199
175
|
},
|
|
200
176
|
{
|
|
201
177
|
"path": "harness-plan/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
178
|
+
"sha256": "3ce0040e074f5378fa33bcab1be66c9590bafb19ff28856475d06fa338606874"
|
|
203
179
|
},
|
|
204
180
|
{
|
|
205
181
|
"path": "harness-review/checklist.md",
|
|
@@ -215,7 +191,7 @@
|
|
|
215
191
|
},
|
|
216
192
|
{
|
|
217
193
|
"path": "harness-review/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
194
|
+
"sha256": "223bb89ea0494d6731293878b38648f6f63ab6e9676b5667b19b5075e35719e2"
|
|
219
195
|
},
|
|
220
196
|
{
|
|
221
197
|
"path": "harness-run/checklist.md",
|
|
@@ -231,7 +207,7 @@
|
|
|
231
207
|
},
|
|
232
208
|
{
|
|
233
209
|
"path": "harness-run/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
210
|
+
"sha256": "102cbd1e0310ffe786c6ad102c2b753ca60d57f48c676f98fc2f4425c22919f2"
|
|
235
211
|
},
|
|
236
212
|
{
|
|
237
213
|
"path": "harness-submit/checklist.md",
|
|
@@ -243,15 +219,15 @@
|
|
|
243
219
|
},
|
|
244
220
|
{
|
|
245
221
|
"path": "harness-submit/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
222
|
+
"sha256": "1f1a33492bba74851a44ca937801a632b92a64351abb89356292d44cca13c901"
|
|
247
223
|
},
|
|
248
224
|
{
|
|
249
225
|
"path": "harness-sync/reference.md",
|
|
250
|
-
"sha256": "
|
|
226
|
+
"sha256": "7f2aea7240db514c42530cffc00d78910ade30aaf54787042e017885a1ad9a41"
|
|
251
227
|
},
|
|
252
228
|
{
|
|
253
229
|
"path": "harness-sync/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
230
|
+
"sha256": "867c7ab7061aa7c89e349139c81fb1cb2b799205107b3c9436809b351c15a1da"
|
|
255
231
|
},
|
|
256
232
|
{
|
|
257
233
|
"path": "harness-test/checklist.md",
|
|
@@ -275,11 +251,11 @@
|
|
|
275
251
|
},
|
|
276
252
|
{
|
|
277
253
|
"path": "harness-test/SKILL.md",
|
|
278
|
-
"sha256": "
|
|
254
|
+
"sha256": "11be06d58e0ea5829f08341036bc7cc5bd1065b44f97aee0d819afa3ce0c529d"
|
|
279
255
|
},
|
|
280
256
|
{
|
|
281
257
|
"path": "protocols/archive-report-protocol.md",
|
|
282
|
-
"sha256": "
|
|
258
|
+
"sha256": "50bdb1769a57b6e8f29e769a3ae9090c9eddf63a1e22c34bf3671e456cace2d9"
|
|
283
259
|
},
|
|
284
260
|
{
|
|
285
261
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -327,7 +303,7 @@
|
|
|
327
303
|
},
|
|
328
304
|
{
|
|
329
305
|
"path": "protocols/state-layout-protocol.md",
|
|
330
|
-
"sha256": "
|
|
306
|
+
"sha256": "6cfbaf850cc2455ff89909a27bcfd9f7caa3f210cf552fa0b93b44367b43f860"
|
|
331
307
|
},
|
|
332
308
|
{
|
|
333
309
|
"path": "protocols/submit-protocol.md",
|
|
@@ -339,7 +315,7 @@
|
|
|
339
315
|
},
|
|
340
316
|
{
|
|
341
317
|
"path": "README.md",
|
|
342
|
-
"sha256": "
|
|
318
|
+
"sha256": "9b97846381d413dc7d50f5d7841f4cabf6ea3e2c4b0163c43586317b481cec4c"
|
|
343
319
|
},
|
|
344
320
|
{
|
|
345
321
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -347,7 +323,7 @@
|
|
|
347
323
|
},
|
|
348
324
|
{
|
|
349
325
|
"path": "scripts/harness_archive.py",
|
|
350
|
-
"sha256": "
|
|
326
|
+
"sha256": "e40181eec861bb1795bad27e8b5d1278a883ffadf8672e2f3888e25e34910869"
|
|
351
327
|
},
|
|
352
328
|
{
|
|
353
329
|
"path": "scripts/harness_change.py",
|
|
@@ -439,7 +415,7 @@
|
|
|
439
415
|
},
|
|
440
416
|
{
|
|
441
417
|
"path": "scripts/harness_profile.py",
|
|
442
|
-
"sha256": "
|
|
418
|
+
"sha256": "16b1aac01efc469a57a468fbcb20d72b4cd22a447ae76d0104a013bd3bd4aa0e"
|
|
443
419
|
},
|
|
444
420
|
{
|
|
445
421
|
"path": "scripts/harness_report_model.py",
|
|
@@ -463,7 +439,7 @@
|
|
|
463
439
|
},
|
|
464
440
|
{
|
|
465
441
|
"path": "scripts/harness_state.py",
|
|
466
|
-
"sha256": "
|
|
442
|
+
"sha256": "2a74c29c8c230d0780f23d079cb294597729141e9b988679a0dcc16caf209400"
|
|
467
443
|
},
|
|
468
444
|
{
|
|
469
445
|
"path": "scripts/harness_sync.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.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": "088e321c0734314df74f03d085259c10a644b2cfea9296d74a52ac814c58d6a3"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "agents/harness-evaluator.md",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"path": "harness-archive/SKILL.md",
|
|
98
|
-
"sha256": "
|
|
98
|
+
"sha256": "a6e89f60ac18ae3e51bb23fb1ac2c35966b7dc8cb8dc1236992e72a41e203dbb"
|
|
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": "9eebed61df63b65f89cfebced1303ffa4028d7178e68d447d1aa36a4723dc4fe"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -153,41 +153,17 @@
|
|
|
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": "797d61862cf9ac0b4fdb259bbf01b991c1a17b937483936bbbfb09bc71cf69fa"
|
|
183
159
|
},
|
|
184
160
|
{
|
|
185
161
|
"path": "harness-knowledge-query/SKILL.md",
|
|
186
|
-
"sha256": "
|
|
162
|
+
"sha256": "4df482024002f30fe34799f2c9b0762ac28c77322891ed1aa9e2a06a5091865b"
|
|
187
163
|
},
|
|
188
164
|
{
|
|
189
165
|
"path": "harness-plan/checklist.md",
|
|
190
|
-
"sha256": "
|
|
166
|
+
"sha256": "501e5e73c973e845134a94bd00834274f702d7c45be4e4f1b0fc63d8f9bd0945"
|
|
191
167
|
},
|
|
192
168
|
{
|
|
193
169
|
"path": "harness-plan/protocols.md",
|
|
@@ -199,7 +175,7 @@
|
|
|
199
175
|
},
|
|
200
176
|
{
|
|
201
177
|
"path": "harness-plan/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
178
|
+
"sha256": "aac1509ea13deb3b30a7be2691f68e2b34e14b7af0e17c9f970fd54f4ec8521e"
|
|
203
179
|
},
|
|
204
180
|
{
|
|
205
181
|
"path": "harness-review/checklist.md",
|
|
@@ -215,7 +191,7 @@
|
|
|
215
191
|
},
|
|
216
192
|
{
|
|
217
193
|
"path": "harness-review/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
194
|
+
"sha256": "ce7f1ecf8f8eb52831a72091e5fe0e215e73ef9511de9ce4f1921b7731827382"
|
|
219
195
|
},
|
|
220
196
|
{
|
|
221
197
|
"path": "harness-run/checklist.md",
|
|
@@ -231,7 +207,7 @@
|
|
|
231
207
|
},
|
|
232
208
|
{
|
|
233
209
|
"path": "harness-run/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
210
|
+
"sha256": "0f3819e5026bd0b4a17f013d55a2832ea8c84ef56cabda1ea329c53a1a95a60d"
|
|
235
211
|
},
|
|
236
212
|
{
|
|
237
213
|
"path": "harness-submit/checklist.md",
|
|
@@ -243,15 +219,15 @@
|
|
|
243
219
|
},
|
|
244
220
|
{
|
|
245
221
|
"path": "harness-submit/SKILL.md",
|
|
246
|
-
"sha256": "
|
|
222
|
+
"sha256": "4e15984f55107f031af0e9ccf576756ed48f7df4479ef7bfef8bab1c7ab1f3fb"
|
|
247
223
|
},
|
|
248
224
|
{
|
|
249
225
|
"path": "harness-sync/reference.md",
|
|
250
|
-
"sha256": "
|
|
226
|
+
"sha256": "7f2aea7240db514c42530cffc00d78910ade30aaf54787042e017885a1ad9a41"
|
|
251
227
|
},
|
|
252
228
|
{
|
|
253
229
|
"path": "harness-sync/SKILL.md",
|
|
254
|
-
"sha256": "
|
|
230
|
+
"sha256": "042f20f95a288ce9574ad70efd41f8a62a43b9afcb19812a71669b6f610e7c24"
|
|
255
231
|
},
|
|
256
232
|
{
|
|
257
233
|
"path": "harness-test/checklist.md",
|
|
@@ -275,11 +251,11 @@
|
|
|
275
251
|
},
|
|
276
252
|
{
|
|
277
253
|
"path": "harness-test/SKILL.md",
|
|
278
|
-
"sha256": "
|
|
254
|
+
"sha256": "538d81040e40bb2f9a4e8ed2544651e2e17038e33993a885cbdd4334e765a0ef"
|
|
279
255
|
},
|
|
280
256
|
{
|
|
281
257
|
"path": "protocols/archive-report-protocol.md",
|
|
282
|
-
"sha256": "
|
|
258
|
+
"sha256": "50bdb1769a57b6e8f29e769a3ae9090c9eddf63a1e22c34bf3671e456cace2d9"
|
|
283
259
|
},
|
|
284
260
|
{
|
|
285
261
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -327,7 +303,7 @@
|
|
|
327
303
|
},
|
|
328
304
|
{
|
|
329
305
|
"path": "protocols/state-layout-protocol.md",
|
|
330
|
-
"sha256": "
|
|
306
|
+
"sha256": "6cfbaf850cc2455ff89909a27bcfd9f7caa3f210cf552fa0b93b44367b43f860"
|
|
331
307
|
},
|
|
332
308
|
{
|
|
333
309
|
"path": "protocols/submit-protocol.md",
|
|
@@ -339,7 +315,7 @@
|
|
|
339
315
|
},
|
|
340
316
|
{
|
|
341
317
|
"path": "README.md",
|
|
342
|
-
"sha256": "
|
|
318
|
+
"sha256": "9b97846381d413dc7d50f5d7841f4cabf6ea3e2c4b0163c43586317b481cec4c"
|
|
343
319
|
},
|
|
344
320
|
{
|
|
345
321
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -347,7 +323,7 @@
|
|
|
347
323
|
},
|
|
348
324
|
{
|
|
349
325
|
"path": "scripts/harness_archive.py",
|
|
350
|
-
"sha256": "
|
|
326
|
+
"sha256": "e40181eec861bb1795bad27e8b5d1278a883ffadf8672e2f3888e25e34910869"
|
|
351
327
|
},
|
|
352
328
|
{
|
|
353
329
|
"path": "scripts/harness_change.py",
|
|
@@ -439,7 +415,7 @@
|
|
|
439
415
|
},
|
|
440
416
|
{
|
|
441
417
|
"path": "scripts/harness_profile.py",
|
|
442
|
-
"sha256": "
|
|
418
|
+
"sha256": "16b1aac01efc469a57a468fbcb20d72b4cd22a447ae76d0104a013bd3bd4aa0e"
|
|
443
419
|
},
|
|
444
420
|
{
|
|
445
421
|
"path": "scripts/harness_report_model.py",
|
|
@@ -463,7 +439,7 @@
|
|
|
463
439
|
},
|
|
464
440
|
{
|
|
465
441
|
"path": "scripts/harness_state.py",
|
|
466
|
-
"sha256": "
|
|
442
|
+
"sha256": "2a74c29c8c230d0780f23d079cb294597729141e9b988679a0dcc16caf209400"
|
|
467
443
|
},
|
|
468
444
|
{
|
|
469
445
|
"path": "scripts/harness_sync.py",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "codex",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.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": "0fdf9e95a51260388aa74ad1a22d9aed37cfcd8fe67952cb15b69c965b98a373"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"path": "CONTEXT.md",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "harness-archive/SKILL.md",
|
|
86
|
-
"sha256": "
|
|
86
|
+
"sha256": "07d23913cb8864f22f45adeeb7b59777d155092a270d0dd0fa8e00a5f04f9adf"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"path": "harness-codebase-map/SKILL.md",
|
|
106
|
-
"sha256": "
|
|
106
|
+
"sha256": "fac7af7c25711641f9ee3bfc2eacccb087808eb191262af2ebdcd859bbab0a81"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -141,41 +141,17 @@
|
|
|
141
141
|
"path": "harness-codebase-map/templates/TESTING.md",
|
|
142
142
|
"sha256": "3e19408d0d711a8a9432a17b6f85e025d20e19c31fa385bacb622012e300c015"
|
|
143
143
|
},
|
|
144
|
-
{
|
|
145
|
-
"path": "harness-knowledge-ingest/design.md",
|
|
146
|
-
"sha256": "9d641634a8870eae0f637e2f380722176b48176d414c9493fa2872c791fda46a"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"path": "harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml",
|
|
150
|
-
"sha256": "943f93bf0d0b41f8a6b7e398b0e41367e54133a683a337637f081713b36d8ed3"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"path": "harness-knowledge-ingest/mcp-config.example.json",
|
|
154
|
-
"sha256": "538f815812f7e6e327ec295511bd15f41212be53df142e2fe1bc18c1f47c4124"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"path": "harness-knowledge-ingest/reference.md",
|
|
158
|
-
"sha256": "aaff0f08ff72f17ad610d6db51e9482b4eaeda87962765f679b2893dff9762e7"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"path": "harness-knowledge-ingest/scripts/harness_knowledge_mcp.py",
|
|
162
|
-
"sha256": "a421ca43e8d1ef1718d51a398e20abae411ea0007b3d45aa333791c511a2aa33"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
166
|
-
"sha256": "e12d01a9695ccc6624a4a7690f831622d18866fc0a6c383c640dc7345394d047"
|
|
167
|
-
},
|
|
168
144
|
{
|
|
169
145
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
170
|
-
"sha256": "
|
|
146
|
+
"sha256": "179ee20e7ca96dc0db6b2ff003f622fa65934367dc405a92b105b65f58063412"
|
|
171
147
|
},
|
|
172
148
|
{
|
|
173
149
|
"path": "harness-knowledge-query/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
150
|
+
"sha256": "9e39a5589a81940ee711a9c321e06ef8d70eb7b8d2ec07275bcfec4d5b967f1f"
|
|
175
151
|
},
|
|
176
152
|
{
|
|
177
153
|
"path": "harness-plan/checklist.md",
|
|
178
|
-
"sha256": "
|
|
154
|
+
"sha256": "501e5e73c973e845134a94bd00834274f702d7c45be4e4f1b0fc63d8f9bd0945"
|
|
179
155
|
},
|
|
180
156
|
{
|
|
181
157
|
"path": "harness-plan/protocols.md",
|
|
@@ -187,7 +163,7 @@
|
|
|
187
163
|
},
|
|
188
164
|
{
|
|
189
165
|
"path": "harness-plan/SKILL.md",
|
|
190
|
-
"sha256": "
|
|
166
|
+
"sha256": "7cc7eae5812e532b55df043d00530b32ea4b663334250b2cd9c8f3dd228578b9"
|
|
191
167
|
},
|
|
192
168
|
{
|
|
193
169
|
"path": "harness-review/checklist.md",
|
|
@@ -203,7 +179,7 @@
|
|
|
203
179
|
},
|
|
204
180
|
{
|
|
205
181
|
"path": "harness-review/SKILL.md",
|
|
206
|
-
"sha256": "
|
|
182
|
+
"sha256": "233bdd9dc34770d05eb31ccb11ae4e168dd75c62911de1717618bea06083ba23"
|
|
207
183
|
},
|
|
208
184
|
{
|
|
209
185
|
"path": "harness-run/checklist.md",
|
|
@@ -219,7 +195,7 @@
|
|
|
219
195
|
},
|
|
220
196
|
{
|
|
221
197
|
"path": "harness-run/SKILL.md",
|
|
222
|
-
"sha256": "
|
|
198
|
+
"sha256": "5cf1a9728714da639bd9b7d8c8a017bc7ca27d5a349d30238a0c932d55ca7e91"
|
|
223
199
|
},
|
|
224
200
|
{
|
|
225
201
|
"path": "harness-submit/checklist.md",
|
|
@@ -231,15 +207,15 @@
|
|
|
231
207
|
},
|
|
232
208
|
{
|
|
233
209
|
"path": "harness-submit/SKILL.md",
|
|
234
|
-
"sha256": "
|
|
210
|
+
"sha256": "c31bdd310658b7f6472fb4eab8fd8679b29aac0ea3fedac40f683a22efd47647"
|
|
235
211
|
},
|
|
236
212
|
{
|
|
237
213
|
"path": "harness-sync/reference.md",
|
|
238
|
-
"sha256": "
|
|
214
|
+
"sha256": "7f2aea7240db514c42530cffc00d78910ade30aaf54787042e017885a1ad9a41"
|
|
239
215
|
},
|
|
240
216
|
{
|
|
241
217
|
"path": "harness-sync/SKILL.md",
|
|
242
|
-
"sha256": "
|
|
218
|
+
"sha256": "9de27b2a5397c4bcb7059eb5cc15e0f55da1d94e237e2fbf711349d24769f66f"
|
|
243
219
|
},
|
|
244
220
|
{
|
|
245
221
|
"path": "harness-test/checklist.md",
|
|
@@ -263,11 +239,11 @@
|
|
|
263
239
|
},
|
|
264
240
|
{
|
|
265
241
|
"path": "harness-test/SKILL.md",
|
|
266
|
-
"sha256": "
|
|
242
|
+
"sha256": "6bb3517738bbd50c0d390912029f44f9c1a92dcc8f62055139bcbf4d8279c06a"
|
|
267
243
|
},
|
|
268
244
|
{
|
|
269
245
|
"path": "protocols/archive-report-protocol.md",
|
|
270
|
-
"sha256": "
|
|
246
|
+
"sha256": "50bdb1769a57b6e8f29e769a3ae9090c9eddf63a1e22c34bf3671e456cace2d9"
|
|
271
247
|
},
|
|
272
248
|
{
|
|
273
249
|
"path": "protocols/ci-layering-protocol.md",
|
|
@@ -315,7 +291,7 @@
|
|
|
315
291
|
},
|
|
316
292
|
{
|
|
317
293
|
"path": "protocols/state-layout-protocol.md",
|
|
318
|
-
"sha256": "
|
|
294
|
+
"sha256": "6cfbaf850cc2455ff89909a27bcfd9f7caa3f210cf552fa0b93b44367b43f860"
|
|
319
295
|
},
|
|
320
296
|
{
|
|
321
297
|
"path": "protocols/submit-protocol.md",
|
|
@@ -327,7 +303,7 @@
|
|
|
327
303
|
},
|
|
328
304
|
{
|
|
329
305
|
"path": "README.md",
|
|
330
|
-
"sha256": "
|
|
306
|
+
"sha256": "9b97846381d413dc7d50f5d7841f4cabf6ea3e2c4b0163c43586317b481cec4c"
|
|
331
307
|
},
|
|
332
308
|
{
|
|
333
309
|
"path": "scripts/harness_apidoc.py",
|
|
@@ -335,7 +311,7 @@
|
|
|
335
311
|
},
|
|
336
312
|
{
|
|
337
313
|
"path": "scripts/harness_archive.py",
|
|
338
|
-
"sha256": "
|
|
314
|
+
"sha256": "e40181eec861bb1795bad27e8b5d1278a883ffadf8672e2f3888e25e34910869"
|
|
339
315
|
},
|
|
340
316
|
{
|
|
341
317
|
"path": "scripts/harness_change.py",
|
|
@@ -427,7 +403,7 @@
|
|
|
427
403
|
},
|
|
428
404
|
{
|
|
429
405
|
"path": "scripts/harness_profile.py",
|
|
430
|
-
"sha256": "
|
|
406
|
+
"sha256": "16b1aac01efc469a57a468fbcb20d72b4cd22a447ae76d0104a013bd3bd4aa0e"
|
|
431
407
|
},
|
|
432
408
|
{
|
|
433
409
|
"path": "scripts/harness_report_model.py",
|
|
@@ -451,7 +427,7 @@
|
|
|
451
427
|
},
|
|
452
428
|
{
|
|
453
429
|
"path": "scripts/harness_state.py",
|
|
454
|
-
"sha256": "
|
|
430
|
+
"sha256": "2a74c29c8c230d0780f23d079cb294597729141e9b988679a0dcc16caf209400"
|
|
455
431
|
},
|
|
456
432
|
{
|
|
457
433
|
"path": "scripts/harness_sync.py",
|