@hunter-harness/workflow-harness 0.2.35 → 0.2.37
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/contracts/build-profile-v3.schema.json +147 -0
- package/harness/bundles/general/claude-code/contracts/doctor-capability.schema.json +43 -0
- package/harness/bundles/general/claude-code/contracts/external-platform-observation.schema.json +62 -0
- package/harness/bundles/general/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-knowledge-ingest/scripts/harness_knowledge.py +24 -1
- package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-sync/reference.md +2 -2
- package/harness/bundles/general/claude-code/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/claude-code/harness-test/pitfalls.md +1 -1
- package/harness/bundles/general/claude-code/protocols/ci-layering-protocol.md +22 -0
- package/harness/bundles/general/claude-code/protocols/external-platform-protocol.md +27 -0
- package/harness/bundles/general/claude-code/protocols/memory-closeout-protocol.md +21 -0
- package/harness/bundles/general/claude-code/protocols/registry-governance-protocol.md +31 -0
- package/harness/bundles/general/claude-code/protocols/verification-graph-protocol.md +26 -0
- package/harness/bundles/general/claude-code/scripts/harness_archive.py +13 -9
- package/harness/bundles/general/claude-code/scripts/harness_ledger.py +121 -12
- package/harness/bundles/general/claude-code/scripts/harness_preflight.py +2 -2
- package/harness/bundles/general/claude-code/scripts/harness_profile.py +308 -23
- package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/general/codebuddy/contracts/build-profile-v3.schema.json +147 -0
- package/harness/bundles/general/codebuddy/contracts/doctor-capability.schema.json +43 -0
- package/harness/bundles/general/codebuddy/contracts/external-platform-observation.schema.json +62 -0
- package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge.py +24 -1
- package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-sync/reference.md +2 -2
- package/harness/bundles/general/codebuddy/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/codebuddy/harness-test/pitfalls.md +1 -1
- package/harness/bundles/general/codebuddy/protocols/ci-layering-protocol.md +22 -0
- package/harness/bundles/general/codebuddy/protocols/external-platform-protocol.md +27 -0
- package/harness/bundles/general/codebuddy/protocols/memory-closeout-protocol.md +21 -0
- package/harness/bundles/general/codebuddy/protocols/registry-governance-protocol.md +31 -0
- package/harness/bundles/general/codebuddy/protocols/verification-graph-protocol.md +26 -0
- package/harness/bundles/general/codebuddy/scripts/harness_archive.py +13 -9
- package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +121 -12
- package/harness/bundles/general/codebuddy/scripts/harness_preflight.py +2 -2
- package/harness/bundles/general/codebuddy/scripts/harness_profile.py +308 -23
- package/harness/bundles/general/codex/.harness-build.json +1 -1
- package/harness/bundles/general/codex/contracts/build-profile-v3.schema.json +147 -0
- package/harness/bundles/general/codex/contracts/doctor-capability.schema.json +43 -0
- package/harness/bundles/general/codex/contracts/external-platform-observation.schema.json +62 -0
- package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-knowledge-ingest/scripts/harness_knowledge.py +24 -1
- package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-sync/reference.md +2 -2
- package/harness/bundles/general/codex/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/codex/harness-test/pitfalls.md +1 -1
- package/harness/bundles/general/codex/protocols/ci-layering-protocol.md +22 -0
- package/harness/bundles/general/codex/protocols/external-platform-protocol.md +27 -0
- package/harness/bundles/general/codex/protocols/memory-closeout-protocol.md +21 -0
- package/harness/bundles/general/codex/protocols/registry-governance-protocol.md +31 -0
- package/harness/bundles/general/codex/protocols/verification-graph-protocol.md +26 -0
- package/harness/bundles/general/codex/scripts/harness_archive.py +13 -9
- package/harness/bundles/general/codex/scripts/harness_ledger.py +121 -12
- package/harness/bundles/general/codex/scripts/harness_preflight.py +2 -2
- package/harness/bundles/general/codex/scripts/harness_profile.py +308 -23
- package/harness/bundles/general/cursor/.harness-build.json +1 -1
- package/harness/bundles/general/cursor/contracts/build-profile-v3.schema.json +147 -0
- package/harness/bundles/general/cursor/contracts/doctor-capability.schema.json +43 -0
- package/harness/bundles/general/cursor/contracts/external-platform-observation.schema.json +62 -0
- package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-knowledge-ingest/scripts/harness_knowledge.py +24 -1
- package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-plan/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-run/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-sync/reference.md +2 -2
- package/harness/bundles/general/cursor/harness-test/SKILL.md +1 -1
- package/harness/bundles/general/cursor/harness-test/pitfalls.md +1 -1
- package/harness/bundles/general/cursor/protocols/ci-layering-protocol.md +22 -0
- package/harness/bundles/general/cursor/protocols/external-platform-protocol.md +27 -0
- package/harness/bundles/general/cursor/protocols/memory-closeout-protocol.md +21 -0
- package/harness/bundles/general/cursor/protocols/registry-governance-protocol.md +31 -0
- package/harness/bundles/general/cursor/protocols/verification-graph-protocol.md +26 -0
- package/harness/bundles/general/cursor/scripts/harness_archive.py +13 -9
- package/harness/bundles/general/cursor/scripts/harness_ledger.py +121 -12
- package/harness/bundles/general/cursor/scripts/harness_preflight.py +2 -2
- package/harness/bundles/general/cursor/scripts/harness_profile.py +308 -23
- package/harness/bundles/java/claude-code/.harness-build.json +1 -1
- package/harness/bundles/java/claude-code/contracts/build-profile-v3.schema.json +147 -0
- package/harness/bundles/java/claude-code/contracts/doctor-capability.schema.json +43 -0
- package/harness/bundles/java/claude-code/contracts/external-platform-observation.schema.json +62 -0
- package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-knowledge-ingest/scripts/harness_knowledge.py +24 -1
- package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-sync/reference.md +2 -2
- package/harness/bundles/java/claude-code/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/claude-code/harness-test/pitfalls.md +1 -1
- package/harness/bundles/java/claude-code/protocols/ci-layering-protocol.md +22 -0
- package/harness/bundles/java/claude-code/protocols/external-platform-protocol.md +27 -0
- package/harness/bundles/java/claude-code/protocols/memory-closeout-protocol.md +21 -0
- package/harness/bundles/java/claude-code/protocols/registry-governance-protocol.md +31 -0
- package/harness/bundles/java/claude-code/protocols/verification-graph-protocol.md +26 -0
- package/harness/bundles/java/claude-code/scripts/harness_archive.py +13 -9
- package/harness/bundles/java/claude-code/scripts/harness_ledger.py +121 -12
- package/harness/bundles/java/claude-code/scripts/harness_preflight.py +2 -2
- package/harness/bundles/java/claude-code/scripts/harness_profile.py +308 -23
- package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
- package/harness/bundles/java/codebuddy/contracts/build-profile-v3.schema.json +147 -0
- package/harness/bundles/java/codebuddy/contracts/doctor-capability.schema.json +43 -0
- package/harness/bundles/java/codebuddy/contracts/external-platform-observation.schema.json +62 -0
- package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge.py +24 -1
- package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-sync/reference.md +2 -2
- package/harness/bundles/java/codebuddy/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/codebuddy/harness-test/pitfalls.md +1 -1
- package/harness/bundles/java/codebuddy/protocols/ci-layering-protocol.md +22 -0
- package/harness/bundles/java/codebuddy/protocols/external-platform-protocol.md +27 -0
- package/harness/bundles/java/codebuddy/protocols/memory-closeout-protocol.md +21 -0
- package/harness/bundles/java/codebuddy/protocols/registry-governance-protocol.md +31 -0
- package/harness/bundles/java/codebuddy/protocols/verification-graph-protocol.md +26 -0
- package/harness/bundles/java/codebuddy/scripts/harness_archive.py +13 -9
- package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +121 -12
- package/harness/bundles/java/codebuddy/scripts/harness_preflight.py +2 -2
- package/harness/bundles/java/codebuddy/scripts/harness_profile.py +308 -23
- package/harness/bundles/java/codex/.harness-build.json +1 -1
- package/harness/bundles/java/codex/contracts/build-profile-v3.schema.json +147 -0
- package/harness/bundles/java/codex/contracts/doctor-capability.schema.json +43 -0
- package/harness/bundles/java/codex/contracts/external-platform-observation.schema.json +62 -0
- package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-knowledge-ingest/scripts/harness_knowledge.py +24 -1
- package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-sync/reference.md +2 -2
- package/harness/bundles/java/codex/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/codex/harness-test/pitfalls.md +1 -1
- package/harness/bundles/java/codex/protocols/ci-layering-protocol.md +22 -0
- package/harness/bundles/java/codex/protocols/external-platform-protocol.md +27 -0
- package/harness/bundles/java/codex/protocols/memory-closeout-protocol.md +21 -0
- package/harness/bundles/java/codex/protocols/registry-governance-protocol.md +31 -0
- package/harness/bundles/java/codex/protocols/verification-graph-protocol.md +26 -0
- package/harness/bundles/java/codex/scripts/harness_archive.py +13 -9
- package/harness/bundles/java/codex/scripts/harness_ledger.py +121 -12
- package/harness/bundles/java/codex/scripts/harness_preflight.py +2 -2
- package/harness/bundles/java/codex/scripts/harness_profile.py +308 -23
- package/harness/bundles/java/cursor/.harness-build.json +1 -1
- package/harness/bundles/java/cursor/contracts/build-profile-v3.schema.json +147 -0
- package/harness/bundles/java/cursor/contracts/doctor-capability.schema.json +43 -0
- package/harness/bundles/java/cursor/contracts/external-platform-observation.schema.json +62 -0
- package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-archive/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-knowledge-ingest/scripts/harness_knowledge.py +24 -1
- package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-package/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-plan/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-review/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-run/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-submit/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-sync/reference.md +2 -2
- package/harness/bundles/java/cursor/harness-test/SKILL.md +1 -1
- package/harness/bundles/java/cursor/harness-test/pitfalls.md +1 -1
- package/harness/bundles/java/cursor/protocols/ci-layering-protocol.md +22 -0
- package/harness/bundles/java/cursor/protocols/external-platform-protocol.md +27 -0
- package/harness/bundles/java/cursor/protocols/memory-closeout-protocol.md +21 -0
- package/harness/bundles/java/cursor/protocols/registry-governance-protocol.md +31 -0
- package/harness/bundles/java/cursor/protocols/verification-graph-protocol.md +26 -0
- package/harness/bundles/java/cursor/scripts/harness_archive.py +13 -9
- package/harness/bundles/java/cursor/scripts/harness_ledger.py +121 -12
- package/harness/bundles/java/cursor/scripts/harness_preflight.py +2 -2
- package/harness/bundles/java/cursor/scripts/harness_profile.py +308 -23
- package/harness/manifests/general/claude-code.json +59 -21
- package/harness/manifests/general/codebuddy.json +59 -21
- package/harness/manifests/general/codex.json +59 -21
- package/harness/manifests/general/cursor.json +59 -21
- package/harness/manifests/java/claude-code.json +61 -23
- package/harness/manifests/java/codebuddy.json +61 -23
- package/harness/manifests/java/codex.json +61 -23
- package/harness/manifests/java/cursor.json +61 -23
- package/hunter-workflow-family.json +18 -6
- package/package.json +1 -1
|
@@ -2,21 +2,27 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "claude-code",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.27",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.39",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@1",
|
|
10
10
|
"rules-sync@1",
|
|
11
11
|
"rules-review@1",
|
|
12
|
-
"knowledge-sync@2"
|
|
12
|
+
"knowledge-sync@2",
|
|
13
|
+
"build-profile@3",
|
|
14
|
+
"verification-graph@1",
|
|
15
|
+
"external-convergence@1",
|
|
16
|
+
"codegraph-status@1",
|
|
17
|
+
"doctor-capability@1",
|
|
18
|
+
"registry-governance@1"
|
|
13
19
|
]
|
|
14
20
|
},
|
|
15
21
|
"generator": "harness_deploy.py",
|
|
16
22
|
"files": [
|
|
17
23
|
{
|
|
18
24
|
"path": ".harness-build.json",
|
|
19
|
-
"sha256": "
|
|
25
|
+
"sha256": "f50aa5ae66861984bdb97bb805cb9267b3901f9be279cf71f0b96227f812a973"
|
|
20
26
|
},
|
|
21
27
|
{
|
|
22
28
|
"path": "agents/harness-evaluator.md",
|
|
@@ -34,10 +40,22 @@
|
|
|
34
40
|
"path": "CONTEXT.md",
|
|
35
41
|
"sha256": "4838854cc45e8bd47552fb34e41cadca3121eeaa4597196568f35e25534d5a33"
|
|
36
42
|
},
|
|
43
|
+
{
|
|
44
|
+
"path": "contracts/build-profile-v3.schema.json",
|
|
45
|
+
"sha256": "4bce197283c749a79a12bdefa85dbb6506656478806c629270594d52ecc6c14c"
|
|
46
|
+
},
|
|
37
47
|
{
|
|
38
48
|
"path": "contracts/ci-metrics.schema.json",
|
|
39
49
|
"sha256": "63e05a5ee620069dac7f63ab5780a07900114534c201e3f449b1bd8de9365757"
|
|
40
50
|
},
|
|
51
|
+
{
|
|
52
|
+
"path": "contracts/doctor-capability.schema.json",
|
|
53
|
+
"sha256": "c735afeffa740689d6a460a10b038f32b07c5eb34d07dd4ae17c18d1d74c3206"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"path": "contracts/external-platform-observation.schema.json",
|
|
57
|
+
"sha256": "5b364237b5be669d3239b616628f43c4e01c98764ad1d8b7154f14477f2ff654"
|
|
58
|
+
},
|
|
41
59
|
{
|
|
42
60
|
"path": "contracts/workflow-policy.json",
|
|
43
61
|
"sha256": "c979394cdecc6a1a8cfec4d319c8539c90d93e17eac6c66c388efdeec28446a5"
|
|
@@ -52,7 +70,7 @@
|
|
|
52
70
|
},
|
|
53
71
|
{
|
|
54
72
|
"path": "harness-apidoc/SKILL.md",
|
|
55
|
-
"sha256": "
|
|
73
|
+
"sha256": "08bbc05b27e45ed49e31f2bf87f672c5cb44e543fe3de9cd39c3120afa602e59"
|
|
56
74
|
},
|
|
57
75
|
{
|
|
58
76
|
"path": "harness-archive/checklist.md",
|
|
@@ -68,7 +86,7 @@
|
|
|
68
86
|
},
|
|
69
87
|
{
|
|
70
88
|
"path": "harness-archive/SKILL.md",
|
|
71
|
-
"sha256": "
|
|
89
|
+
"sha256": "ed30a05d8f9c68d3900b543528cd6298ff6f3ee6b919574f7be4bd568deadb37"
|
|
72
90
|
},
|
|
73
91
|
{
|
|
74
92
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -88,7 +106,7 @@
|
|
|
88
106
|
},
|
|
89
107
|
{
|
|
90
108
|
"path": "harness-codebase-map/SKILL.md",
|
|
91
|
-
"sha256": "
|
|
109
|
+
"sha256": "342057d3a0652dba1c82465b17619254cd6b0ec67b7f2f5de8825782f605c210"
|
|
92
110
|
},
|
|
93
111
|
{
|
|
94
112
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -148,15 +166,15 @@
|
|
|
148
166
|
},
|
|
149
167
|
{
|
|
150
168
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
151
|
-
"sha256": "
|
|
169
|
+
"sha256": "4c83c3282b956143de287e6817f34687457c98f456f71749e2ad6ac4546a2498"
|
|
152
170
|
},
|
|
153
171
|
{
|
|
154
172
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
155
|
-
"sha256": "
|
|
173
|
+
"sha256": "83e70c61f445f6d46009eeb4dd4d2e9ebc35b0598cd559308bab0346217d75bc"
|
|
156
174
|
},
|
|
157
175
|
{
|
|
158
176
|
"path": "harness-knowledge-query/SKILL.md",
|
|
159
|
-
"sha256": "
|
|
177
|
+
"sha256": "91a9aa45621cefe39827b4fb251ba39439bb83459149575672e92993e8f894ca"
|
|
160
178
|
},
|
|
161
179
|
{
|
|
162
180
|
"path": "harness-package/checklist.md",
|
|
@@ -168,7 +186,7 @@
|
|
|
168
186
|
},
|
|
169
187
|
{
|
|
170
188
|
"path": "harness-package/SKILL.md",
|
|
171
|
-
"sha256": "
|
|
189
|
+
"sha256": "e5f2a209c7d2f7d025bc9271bf8bfc35d510f107fb8af72574439e3304795d03"
|
|
172
190
|
},
|
|
173
191
|
{
|
|
174
192
|
"path": "harness-plan/checklist.md",
|
|
@@ -184,7 +202,7 @@
|
|
|
184
202
|
},
|
|
185
203
|
{
|
|
186
204
|
"path": "harness-plan/SKILL.md",
|
|
187
|
-
"sha256": "
|
|
205
|
+
"sha256": "50cbfebd7ceae30096cbff6134d5d46dc1e4e22a790104a1490ec5aca7437c1d"
|
|
188
206
|
},
|
|
189
207
|
{
|
|
190
208
|
"path": "harness-review/checklist.md",
|
|
@@ -200,7 +218,7 @@
|
|
|
200
218
|
},
|
|
201
219
|
{
|
|
202
220
|
"path": "harness-review/SKILL.md",
|
|
203
|
-
"sha256": "
|
|
221
|
+
"sha256": "a94c2d0d39e3e8707623f959853644f6f90c67e908e6d0376d55f6e5e0e564a9"
|
|
204
222
|
},
|
|
205
223
|
{
|
|
206
224
|
"path": "harness-run/checklist.md",
|
|
@@ -216,7 +234,7 @@
|
|
|
216
234
|
},
|
|
217
235
|
{
|
|
218
236
|
"path": "harness-run/SKILL.md",
|
|
219
|
-
"sha256": "
|
|
237
|
+
"sha256": "fbaad315e155efcdb56d6efe6d931a3c803d1b0a733f3d2112150264b1b551fc"
|
|
220
238
|
},
|
|
221
239
|
{
|
|
222
240
|
"path": "harness-submit/checklist.md",
|
|
@@ -228,15 +246,15 @@
|
|
|
228
246
|
},
|
|
229
247
|
{
|
|
230
248
|
"path": "harness-submit/SKILL.md",
|
|
231
|
-
"sha256": "
|
|
249
|
+
"sha256": "dc445c14732eff8c0d3cb07a2d9e0a7af7a6dad4ba1f82e202795c47dfdd2d6c"
|
|
232
250
|
},
|
|
233
251
|
{
|
|
234
252
|
"path": "harness-sync/reference.md",
|
|
235
|
-
"sha256": "
|
|
253
|
+
"sha256": "e11bb410b602a5a8c3d1c14808b5407d46c982b39b6be2961b60b6ab3546af81"
|
|
236
254
|
},
|
|
237
255
|
{
|
|
238
256
|
"path": "harness-sync/SKILL.md",
|
|
239
|
-
"sha256": "
|
|
257
|
+
"sha256": "76235e69f141e27ca759ae342a63ed431111a82f7a46d089f49fc23f88e1b7ea"
|
|
240
258
|
},
|
|
241
259
|
{
|
|
242
260
|
"path": "harness-test/checklist.md",
|
|
@@ -248,7 +266,7 @@
|
|
|
248
266
|
},
|
|
249
267
|
{
|
|
250
268
|
"path": "harness-test/pitfalls.md",
|
|
251
|
-
"sha256": "
|
|
269
|
+
"sha256": "2b14fc907885f0f4f5ec5d97e4c6f78fbd83bf1b1368c058b9154a3180c7e761"
|
|
252
270
|
},
|
|
253
271
|
{
|
|
254
272
|
"path": "harness-test/reference.md",
|
|
@@ -260,20 +278,32 @@
|
|
|
260
278
|
},
|
|
261
279
|
{
|
|
262
280
|
"path": "harness-test/SKILL.md",
|
|
263
|
-
"sha256": "
|
|
281
|
+
"sha256": "b80bf930e694f6e6218f1c97bece276aac1504703ae930b9869008c09bc76147"
|
|
264
282
|
},
|
|
265
283
|
{
|
|
266
284
|
"path": "protocols/archive-report-protocol.md",
|
|
267
285
|
"sha256": "c6677d730908580dfc58f954df6c950327a4928e283290e24d9ad715a5e54ae5"
|
|
268
286
|
},
|
|
287
|
+
{
|
|
288
|
+
"path": "protocols/ci-layering-protocol.md",
|
|
289
|
+
"sha256": "52d953e9818dfd87736461204a9ce5f8fa08082b1b6f45b5e8aee9bb4482274c"
|
|
290
|
+
},
|
|
269
291
|
{
|
|
270
292
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
271
293
|
"sha256": "f78ea87823c0935a3033175b393582319da433cf4226e1705070b20d53890ba2"
|
|
272
294
|
},
|
|
295
|
+
{
|
|
296
|
+
"path": "protocols/external-platform-protocol.md",
|
|
297
|
+
"sha256": "6893e3b6a5615ee3eda567952797f91f4d2fcec59c1f8fd947e472a4c1f6ed71"
|
|
298
|
+
},
|
|
273
299
|
{
|
|
274
300
|
"path": "protocols/ledger-protocol.md",
|
|
275
301
|
"sha256": "56608039fd1babd469cb36b0f1c3d0871df460ddc36ef11c80d96218979f5217"
|
|
276
302
|
},
|
|
303
|
+
{
|
|
304
|
+
"path": "protocols/memory-closeout-protocol.md",
|
|
305
|
+
"sha256": "abcace86782a66e1d522d339d2bebdaafa5a5452b5b9239dae4d3d3aa6a60bdc"
|
|
306
|
+
},
|
|
277
307
|
{
|
|
278
308
|
"path": "protocols/model-routing-protocol.md",
|
|
279
309
|
"sha256": "1ce493d7dcc7a0c32b07b2d0118fdca40d72ca2487a63566f3c997293269f06e"
|
|
@@ -282,6 +312,10 @@
|
|
|
282
312
|
"path": "protocols/powershell-protocol.md",
|
|
283
313
|
"sha256": "f723f18eee08125e75f387e655f7e604eb603f636cd6809dd6b5948748f32d04"
|
|
284
314
|
},
|
|
315
|
+
{
|
|
316
|
+
"path": "protocols/registry-governance-protocol.md",
|
|
317
|
+
"sha256": "b0a0c9d0d1aca114f5a92dd782e13e12af3277574d474d4fd69a80ea5be377c3"
|
|
318
|
+
},
|
|
285
319
|
{
|
|
286
320
|
"path": "protocols/report-pipeline-protocol.md",
|
|
287
321
|
"sha256": "46ade8806083f2b83b41099976555291f01c44990977fc7eb968007dee5a653d"
|
|
@@ -298,6 +332,10 @@
|
|
|
298
332
|
"path": "protocols/submit-protocol.md",
|
|
299
333
|
"sha256": "01465556bd00fe01f91f315fd3eb365099eb3dd2e111331ba70c103a37794543"
|
|
300
334
|
},
|
|
335
|
+
{
|
|
336
|
+
"path": "protocols/verification-graph-protocol.md",
|
|
337
|
+
"sha256": "f34b3dbcfb09ce0f3cbf56a22bda1b25afef305b6f57b90138ba7b366511f402"
|
|
338
|
+
},
|
|
301
339
|
{
|
|
302
340
|
"path": "README.md",
|
|
303
341
|
"sha256": "0b2cd9f95c49abdc3b250219b7f885fce3a78248cccc859f1f186d862af1f201"
|
|
@@ -308,7 +346,7 @@
|
|
|
308
346
|
},
|
|
309
347
|
{
|
|
310
348
|
"path": "scripts/harness_archive.py",
|
|
311
|
-
"sha256": "
|
|
349
|
+
"sha256": "77b77ccbea2ec201294eb13763f90ca7bb2fc8f1fbdb4456e455d02bbcc78309"
|
|
312
350
|
},
|
|
313
351
|
{
|
|
314
352
|
"path": "scripts/harness_change.py",
|
|
@@ -344,7 +382,7 @@
|
|
|
344
382
|
},
|
|
345
383
|
{
|
|
346
384
|
"path": "scripts/harness_ledger.py",
|
|
347
|
-
"sha256": "
|
|
385
|
+
"sha256": "ffb7aa2f63b86edf74730dcf44cb530266bda2a8064bada11cd8240651b634e5"
|
|
348
386
|
},
|
|
349
387
|
{
|
|
350
388
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -368,11 +406,11 @@
|
|
|
368
406
|
},
|
|
369
407
|
{
|
|
370
408
|
"path": "scripts/harness_preflight.py",
|
|
371
|
-
"sha256": "
|
|
409
|
+
"sha256": "f4df5ebb1e0dc811076d801a037f84f04210bfe60cd058eea93fd4a84eefd95c"
|
|
372
410
|
},
|
|
373
411
|
{
|
|
374
412
|
"path": "scripts/harness_profile.py",
|
|
375
|
-
"sha256": "
|
|
413
|
+
"sha256": "cad15c1143a3fe42aa76e45ccf821dc212c2df281cbea21d0dcfde44f4ca26c7"
|
|
376
414
|
},
|
|
377
415
|
{
|
|
378
416
|
"path": "scripts/harness_report_model.py",
|
|
@@ -2,21 +2,27 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codebuddy",
|
|
5
|
-
"bundle_version": "0.2.
|
|
5
|
+
"bundle_version": "0.2.27",
|
|
6
6
|
"requires": {
|
|
7
|
-
"minimumCliVersion": "0.2.
|
|
7
|
+
"minimumCliVersion": "0.2.39",
|
|
8
8
|
"capabilities": [
|
|
9
9
|
"sync@1",
|
|
10
10
|
"rules-sync@1",
|
|
11
11
|
"rules-review@1",
|
|
12
|
-
"knowledge-sync@2"
|
|
12
|
+
"knowledge-sync@2",
|
|
13
|
+
"build-profile@3",
|
|
14
|
+
"verification-graph@1",
|
|
15
|
+
"external-convergence@1",
|
|
16
|
+
"codegraph-status@1",
|
|
17
|
+
"doctor-capability@1",
|
|
18
|
+
"registry-governance@1"
|
|
13
19
|
]
|
|
14
20
|
},
|
|
15
21
|
"generator": "harness_deploy.py",
|
|
16
22
|
"files": [
|
|
17
23
|
{
|
|
18
24
|
"path": ".harness-build.json",
|
|
19
|
-
"sha256": "
|
|
25
|
+
"sha256": "9216b22ff30be824f68ba8b49e4a4a65a691550a280242fb154e9ba13f81598e"
|
|
20
26
|
},
|
|
21
27
|
{
|
|
22
28
|
"path": "agents/harness-evaluator.md",
|
|
@@ -34,10 +40,22 @@
|
|
|
34
40
|
"path": "CONTEXT.md",
|
|
35
41
|
"sha256": "4838854cc45e8bd47552fb34e41cadca3121eeaa4597196568f35e25534d5a33"
|
|
36
42
|
},
|
|
43
|
+
{
|
|
44
|
+
"path": "contracts/build-profile-v3.schema.json",
|
|
45
|
+
"sha256": "4bce197283c749a79a12bdefa85dbb6506656478806c629270594d52ecc6c14c"
|
|
46
|
+
},
|
|
37
47
|
{
|
|
38
48
|
"path": "contracts/ci-metrics.schema.json",
|
|
39
49
|
"sha256": "63e05a5ee620069dac7f63ab5780a07900114534c201e3f449b1bd8de9365757"
|
|
40
50
|
},
|
|
51
|
+
{
|
|
52
|
+
"path": "contracts/doctor-capability.schema.json",
|
|
53
|
+
"sha256": "c735afeffa740689d6a460a10b038f32b07c5eb34d07dd4ae17c18d1d74c3206"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"path": "contracts/external-platform-observation.schema.json",
|
|
57
|
+
"sha256": "5b364237b5be669d3239b616628f43c4e01c98764ad1d8b7154f14477f2ff654"
|
|
58
|
+
},
|
|
41
59
|
{
|
|
42
60
|
"path": "contracts/workflow-policy.json",
|
|
43
61
|
"sha256": "c979394cdecc6a1a8cfec4d319c8539c90d93e17eac6c66c388efdeec28446a5"
|
|
@@ -52,7 +70,7 @@
|
|
|
52
70
|
},
|
|
53
71
|
{
|
|
54
72
|
"path": "harness-apidoc/SKILL.md",
|
|
55
|
-
"sha256": "
|
|
73
|
+
"sha256": "25bf5ec7502bac7d42dd049b0e662018ad4059e2e13469c28aab8e6878bf7725"
|
|
56
74
|
},
|
|
57
75
|
{
|
|
58
76
|
"path": "harness-archive/checklist.md",
|
|
@@ -68,7 +86,7 @@
|
|
|
68
86
|
},
|
|
69
87
|
{
|
|
70
88
|
"path": "harness-archive/SKILL.md",
|
|
71
|
-
"sha256": "
|
|
89
|
+
"sha256": "4f72567734c8a4b2779cc5fd92d340f1217b35955e9e4b38022fe73f45db773e"
|
|
72
90
|
},
|
|
73
91
|
{
|
|
74
92
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -88,7 +106,7 @@
|
|
|
88
106
|
},
|
|
89
107
|
{
|
|
90
108
|
"path": "harness-codebase-map/SKILL.md",
|
|
91
|
-
"sha256": "
|
|
109
|
+
"sha256": "10fa563e96d26eb3001f554ec9330f965cc62420be01bd4785f0d0c1ffbeb111"
|
|
92
110
|
},
|
|
93
111
|
{
|
|
94
112
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -148,15 +166,15 @@
|
|
|
148
166
|
},
|
|
149
167
|
{
|
|
150
168
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
151
|
-
"sha256": "
|
|
169
|
+
"sha256": "4c83c3282b956143de287e6817f34687457c98f456f71749e2ad6ac4546a2498"
|
|
152
170
|
},
|
|
153
171
|
{
|
|
154
172
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
155
|
-
"sha256": "
|
|
173
|
+
"sha256": "3120448d98a6906b6b2052bd67f55a49220b6bc743281480f5fe81c2ebf3c662"
|
|
156
174
|
},
|
|
157
175
|
{
|
|
158
176
|
"path": "harness-knowledge-query/SKILL.md",
|
|
159
|
-
"sha256": "
|
|
177
|
+
"sha256": "bfca810aee6427b537cff8a8e0cf6d90808b4e6ce2a1eb017d7a4b14e31e9298"
|
|
160
178
|
},
|
|
161
179
|
{
|
|
162
180
|
"path": "harness-package/checklist.md",
|
|
@@ -168,7 +186,7 @@
|
|
|
168
186
|
},
|
|
169
187
|
{
|
|
170
188
|
"path": "harness-package/SKILL.md",
|
|
171
|
-
"sha256": "
|
|
189
|
+
"sha256": "f123d9af63e8da336d7efd145b16d33b1812cb558b3073606b6e9871aa6129eb"
|
|
172
190
|
},
|
|
173
191
|
{
|
|
174
192
|
"path": "harness-plan/checklist.md",
|
|
@@ -184,7 +202,7 @@
|
|
|
184
202
|
},
|
|
185
203
|
{
|
|
186
204
|
"path": "harness-plan/SKILL.md",
|
|
187
|
-
"sha256": "
|
|
205
|
+
"sha256": "c30c9ca86e45253029c923e02354cd6f8179412f457407e84289899c3df10781"
|
|
188
206
|
},
|
|
189
207
|
{
|
|
190
208
|
"path": "harness-review/checklist.md",
|
|
@@ -200,7 +218,7 @@
|
|
|
200
218
|
},
|
|
201
219
|
{
|
|
202
220
|
"path": "harness-review/SKILL.md",
|
|
203
|
-
"sha256": "
|
|
221
|
+
"sha256": "601a82dba9e5dfe5983ccb4fd9826a72555d523536300e0a2d474d9b45015dc9"
|
|
204
222
|
},
|
|
205
223
|
{
|
|
206
224
|
"path": "harness-run/checklist.md",
|
|
@@ -216,7 +234,7 @@
|
|
|
216
234
|
},
|
|
217
235
|
{
|
|
218
236
|
"path": "harness-run/SKILL.md",
|
|
219
|
-
"sha256": "
|
|
237
|
+
"sha256": "14dc6681e322bcb3f1806bf8d092c82c76487b721dc107be0dea78e0ed8137d5"
|
|
220
238
|
},
|
|
221
239
|
{
|
|
222
240
|
"path": "harness-submit/checklist.md",
|
|
@@ -228,15 +246,15 @@
|
|
|
228
246
|
},
|
|
229
247
|
{
|
|
230
248
|
"path": "harness-submit/SKILL.md",
|
|
231
|
-
"sha256": "
|
|
249
|
+
"sha256": "005756c459dc76a4bc91cb71fcce7887d032f68a27a82c57828b71297b9055f8"
|
|
232
250
|
},
|
|
233
251
|
{
|
|
234
252
|
"path": "harness-sync/reference.md",
|
|
235
|
-
"sha256": "
|
|
253
|
+
"sha256": "e11bb410b602a5a8c3d1c14808b5407d46c982b39b6be2961b60b6ab3546af81"
|
|
236
254
|
},
|
|
237
255
|
{
|
|
238
256
|
"path": "harness-sync/SKILL.md",
|
|
239
|
-
"sha256": "
|
|
257
|
+
"sha256": "9cd5b3feb7b3b896348eb457e46fe408db6a5dc3dcad10e24a95b54f43790f8e"
|
|
240
258
|
},
|
|
241
259
|
{
|
|
242
260
|
"path": "harness-test/checklist.md",
|
|
@@ -248,7 +266,7 @@
|
|
|
248
266
|
},
|
|
249
267
|
{
|
|
250
268
|
"path": "harness-test/pitfalls.md",
|
|
251
|
-
"sha256": "
|
|
269
|
+
"sha256": "2b14fc907885f0f4f5ec5d97e4c6f78fbd83bf1b1368c058b9154a3180c7e761"
|
|
252
270
|
},
|
|
253
271
|
{
|
|
254
272
|
"path": "harness-test/reference.md",
|
|
@@ -260,20 +278,32 @@
|
|
|
260
278
|
},
|
|
261
279
|
{
|
|
262
280
|
"path": "harness-test/SKILL.md",
|
|
263
|
-
"sha256": "
|
|
281
|
+
"sha256": "13cc707019422ef2abb1b4f7cdeb5239f477e82641516ef8eb8b51a210f62c62"
|
|
264
282
|
},
|
|
265
283
|
{
|
|
266
284
|
"path": "protocols/archive-report-protocol.md",
|
|
267
285
|
"sha256": "c6677d730908580dfc58f954df6c950327a4928e283290e24d9ad715a5e54ae5"
|
|
268
286
|
},
|
|
287
|
+
{
|
|
288
|
+
"path": "protocols/ci-layering-protocol.md",
|
|
289
|
+
"sha256": "52d953e9818dfd87736461204a9ce5f8fa08082b1b6f45b5e8aee9bb4482274c"
|
|
290
|
+
},
|
|
269
291
|
{
|
|
270
292
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
271
293
|
"sha256": "f78ea87823c0935a3033175b393582319da433cf4226e1705070b20d53890ba2"
|
|
272
294
|
},
|
|
295
|
+
{
|
|
296
|
+
"path": "protocols/external-platform-protocol.md",
|
|
297
|
+
"sha256": "6893e3b6a5615ee3eda567952797f91f4d2fcec59c1f8fd947e472a4c1f6ed71"
|
|
298
|
+
},
|
|
273
299
|
{
|
|
274
300
|
"path": "protocols/ledger-protocol.md",
|
|
275
301
|
"sha256": "56608039fd1babd469cb36b0f1c3d0871df460ddc36ef11c80d96218979f5217"
|
|
276
302
|
},
|
|
303
|
+
{
|
|
304
|
+
"path": "protocols/memory-closeout-protocol.md",
|
|
305
|
+
"sha256": "abcace86782a66e1d522d339d2bebdaafa5a5452b5b9239dae4d3d3aa6a60bdc"
|
|
306
|
+
},
|
|
277
307
|
{
|
|
278
308
|
"path": "protocols/model-routing-protocol.md",
|
|
279
309
|
"sha256": "1ce493d7dcc7a0c32b07b2d0118fdca40d72ca2487a63566f3c997293269f06e"
|
|
@@ -282,6 +312,10 @@
|
|
|
282
312
|
"path": "protocols/powershell-protocol.md",
|
|
283
313
|
"sha256": "f723f18eee08125e75f387e655f7e604eb603f636cd6809dd6b5948748f32d04"
|
|
284
314
|
},
|
|
315
|
+
{
|
|
316
|
+
"path": "protocols/registry-governance-protocol.md",
|
|
317
|
+
"sha256": "b0a0c9d0d1aca114f5a92dd782e13e12af3277574d474d4fd69a80ea5be377c3"
|
|
318
|
+
},
|
|
285
319
|
{
|
|
286
320
|
"path": "protocols/report-pipeline-protocol.md",
|
|
287
321
|
"sha256": "46ade8806083f2b83b41099976555291f01c44990977fc7eb968007dee5a653d"
|
|
@@ -298,6 +332,10 @@
|
|
|
298
332
|
"path": "protocols/submit-protocol.md",
|
|
299
333
|
"sha256": "01465556bd00fe01f91f315fd3eb365099eb3dd2e111331ba70c103a37794543"
|
|
300
334
|
},
|
|
335
|
+
{
|
|
336
|
+
"path": "protocols/verification-graph-protocol.md",
|
|
337
|
+
"sha256": "f34b3dbcfb09ce0f3cbf56a22bda1b25afef305b6f57b90138ba7b366511f402"
|
|
338
|
+
},
|
|
301
339
|
{
|
|
302
340
|
"path": "README.md",
|
|
303
341
|
"sha256": "0b2cd9f95c49abdc3b250219b7f885fce3a78248cccc859f1f186d862af1f201"
|
|
@@ -308,7 +346,7 @@
|
|
|
308
346
|
},
|
|
309
347
|
{
|
|
310
348
|
"path": "scripts/harness_archive.py",
|
|
311
|
-
"sha256": "
|
|
349
|
+
"sha256": "77b77ccbea2ec201294eb13763f90ca7bb2fc8f1fbdb4456e455d02bbcc78309"
|
|
312
350
|
},
|
|
313
351
|
{
|
|
314
352
|
"path": "scripts/harness_change.py",
|
|
@@ -344,7 +382,7 @@
|
|
|
344
382
|
},
|
|
345
383
|
{
|
|
346
384
|
"path": "scripts/harness_ledger.py",
|
|
347
|
-
"sha256": "
|
|
385
|
+
"sha256": "ffb7aa2f63b86edf74730dcf44cb530266bda2a8064bada11cd8240651b634e5"
|
|
348
386
|
},
|
|
349
387
|
{
|
|
350
388
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -368,11 +406,11 @@
|
|
|
368
406
|
},
|
|
369
407
|
{
|
|
370
408
|
"path": "scripts/harness_preflight.py",
|
|
371
|
-
"sha256": "
|
|
409
|
+
"sha256": "f4df5ebb1e0dc811076d801a037f84f04210bfe60cd058eea93fd4a84eefd95c"
|
|
372
410
|
},
|
|
373
411
|
{
|
|
374
412
|
"path": "scripts/harness_profile.py",
|
|
375
|
-
"sha256": "
|
|
413
|
+
"sha256": "cad15c1143a3fe42aa76e45ccf821dc212c2df281cbea21d0dcfde44f4ca26c7"
|
|
376
414
|
},
|
|
377
415
|
{
|
|
378
416
|
"path": "scripts/harness_report_model.py",
|