@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": "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",
|
|
@@ -363,7 +339,7 @@
|
|
|
363
339
|
},
|
|
364
340
|
{
|
|
365
341
|
"path": "scripts/harness_events_sync.py",
|
|
366
|
-
"sha256": "
|
|
342
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
367
343
|
},
|
|
368
344
|
{
|
|
369
345
|
"path": "scripts/harness_events.py",
|
|
@@ -379,7 +355,7 @@
|
|
|
379
355
|
},
|
|
380
356
|
{
|
|
381
357
|
"path": "scripts/harness_gate.py",
|
|
382
|
-
"sha256": "
|
|
358
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
383
359
|
},
|
|
384
360
|
{
|
|
385
361
|
"path": "scripts/harness_headless.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",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "general",
|
|
4
4
|
"adapter": "cursor",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.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": "52e1d36763dfb239e1b3801262e73203281bf3767a406e9a92554f0e9d71bbf1"
|
|
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": "acbddb974762ee5ec6598c3e709d4353ed4641d4529030b644e72ceb97a5c206"
|
|
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": "98e6214c7600c981acbdec1c8e21d288814a3601301640a69e2de82d44729e3b"
|
|
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": "dc0ea129487b4ea2cb6ddc4f97c1c3baacdd7071c58ac560e73cce92b49979ec"
|
|
171
147
|
},
|
|
172
148
|
{
|
|
173
149
|
"path": "harness-knowledge-query/SKILL.md",
|
|
174
|
-
"sha256": "
|
|
150
|
+
"sha256": "77585863fcadfd63b23cf00a2df029bb6e3572ce5cc37a869adcba0b47b4c5ab"
|
|
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": "09266233793d7f93484d1f31e976022aeb9d059c66745ef3c1911cf58e888e38"
|
|
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": "77d7103c6c51eb6ccb2dda8497bdf14265cce7e6c89136c27fd4b1fc8aac3bd4"
|
|
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": "b91248d1b9a69eda4f810cefab40cafdac61776c33243f3273a2e2dfcc76b87f"
|
|
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": "4d10164a2e90649f9020ff3103a3e523071466e7a218bd17d6b705e836cad310"
|
|
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": "1295809dd3855f5c5d450454fb3a624f8cb396b46cf47de3d3d2746217341048"
|
|
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": "2f7a3014ce884db0eff72b921ef5619fb267404d1d2909aaa82758506483fa8e"
|
|
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",
|
|
@@ -363,7 +339,7 @@
|
|
|
363
339
|
},
|
|
364
340
|
{
|
|
365
341
|
"path": "scripts/harness_events_sync.py",
|
|
366
|
-
"sha256": "
|
|
342
|
+
"sha256": "1dfd9b595e9b533ccbcba6521c05a9c59c9f6343acea371e2b68fd2eab9a6d97"
|
|
367
343
|
},
|
|
368
344
|
{
|
|
369
345
|
"path": "scripts/harness_events.py",
|
|
@@ -379,7 +355,7 @@
|
|
|
379
355
|
},
|
|
380
356
|
{
|
|
381
357
|
"path": "scripts/harness_gate.py",
|
|
382
|
-
"sha256": "
|
|
358
|
+
"sha256": "4ef8d33f1e3d3d44af6d7c32684665bab2e9b1cbd75b946cc926130624ff5a8f"
|
|
383
359
|
},
|
|
384
360
|
{
|
|
385
361
|
"path": "scripts/harness_headless.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",
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.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": "2862f4399f30af81f0cdf3e7e342235b50283cbd3e9cebcb723d4506c8e1c32d"
|
|
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": "2eb52b89b3e81597d748f6e9f1cb201e5acf804c56cf08b246216f67dd2129d3"
|
|
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": "12cc54334509b9424a4cc27ed9fb3dff8dab3635a652626bae462ac032198d71"
|
|
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": "cfce6664137846c94fa318d87b35b984be6296a5350b3c4d58fa9c99a3a96863"
|
|
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": "812670924411ec8c439b6897eadf4584853c0af6b7af7ed645e5de072687689b"
|
|
195
171
|
},
|
|
196
172
|
{
|
|
197
173
|
"path": "harness-knowledge-query/SKILL.md",
|
|
198
|
-
"sha256": "
|
|
174
|
+
"sha256": "46ae42af18cbcf1df12fa7fe219490725b7b4f1e8f232e04684b5cd1201e7de0"
|
|
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": "569f0a127f3c98c64eebcfbaf40d428dc32fe0374b1b894a007361b88abb6b38"
|
|
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": "9c31043937f4979a8d118b36d1a50034a78ff7c2606458552071e59bd5a8029a"
|
|
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": "77c25f8a5996d912171364dd88ce444857d2a480b290386b536b45c58958cc7b"
|
|
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": "a1adddd5da2e98e6f9ee6ed720577bdc21629422de9d0fabb0a06025796618ef"
|
|
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": "eb5230d46d863b129c9f0798a30d6dddd06991395bd28341f9a47ae420d76ada"
|
|
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": "427ff9ea91007ffdceb49c2461bbc226b94c21b96e00fba1d41f265827dc58fa"
|
|
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": "3f8f51c09c8aad4ccefaea3897a14e6ae1e715a8f290fdc3a47c7301d59369b5"
|
|
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",
|