@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,30 +2,48 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "codex",
|
|
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": "3e67c1625e353a2c71cc7e2380458c87c0bf0f34931336fea51565ac7abdf263"
|
|
20
26
|
},
|
|
21
27
|
{
|
|
22
28
|
"path": "CONTEXT.md",
|
|
23
29
|
"sha256": "4838854cc45e8bd47552fb34e41cadca3121eeaa4597196568f35e25534d5a33"
|
|
24
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"path": "contracts/build-profile-v3.schema.json",
|
|
33
|
+
"sha256": "4bce197283c749a79a12bdefa85dbb6506656478806c629270594d52ecc6c14c"
|
|
34
|
+
},
|
|
25
35
|
{
|
|
26
36
|
"path": "contracts/ci-metrics.schema.json",
|
|
27
37
|
"sha256": "63e05a5ee620069dac7f63ab5780a07900114534c201e3f449b1bd8de9365757"
|
|
28
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"path": "contracts/doctor-capability.schema.json",
|
|
41
|
+
"sha256": "c735afeffa740689d6a460a10b038f32b07c5eb34d07dd4ae17c18d1d74c3206"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"path": "contracts/external-platform-observation.schema.json",
|
|
45
|
+
"sha256": "5b364237b5be669d3239b616628f43c4e01c98764ad1d8b7154f14477f2ff654"
|
|
46
|
+
},
|
|
29
47
|
{
|
|
30
48
|
"path": "contracts/workflow-policy.json",
|
|
31
49
|
"sha256": "c979394cdecc6a1a8cfec4d319c8539c90d93e17eac6c66c388efdeec28446a5"
|
|
@@ -40,7 +58,7 @@
|
|
|
40
58
|
},
|
|
41
59
|
{
|
|
42
60
|
"path": "harness-apidoc/SKILL.md",
|
|
43
|
-
"sha256": "
|
|
61
|
+
"sha256": "eb15afe2ce02544874e0fcec3a985256d6416ca39652605aa0b29a60b984645c"
|
|
44
62
|
},
|
|
45
63
|
{
|
|
46
64
|
"path": "harness-archive/checklist.md",
|
|
@@ -56,7 +74,7 @@
|
|
|
56
74
|
},
|
|
57
75
|
{
|
|
58
76
|
"path": "harness-archive/SKILL.md",
|
|
59
|
-
"sha256": "
|
|
77
|
+
"sha256": "300d54f9c010233dbc5daaaa3d61ecb5187547c80784a79f03293c57c9bf7d07"
|
|
60
78
|
},
|
|
61
79
|
{
|
|
62
80
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -76,7 +94,7 @@
|
|
|
76
94
|
},
|
|
77
95
|
{
|
|
78
96
|
"path": "harness-codebase-map/SKILL.md",
|
|
79
|
-
"sha256": "
|
|
97
|
+
"sha256": "e0ace312ebf6a1252afa7d69b282e5c1609331c106261357590ee630af186859"
|
|
80
98
|
},
|
|
81
99
|
{
|
|
82
100
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -136,15 +154,15 @@
|
|
|
136
154
|
},
|
|
137
155
|
{
|
|
138
156
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
139
|
-
"sha256": "
|
|
157
|
+
"sha256": "4c83c3282b956143de287e6817f34687457c98f456f71749e2ad6ac4546a2498"
|
|
140
158
|
},
|
|
141
159
|
{
|
|
142
160
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
143
|
-
"sha256": "
|
|
161
|
+
"sha256": "d8f3bc3aa094ae2204a252f00ab599bf68c7202fff87e02100d1f0fee945a4a5"
|
|
144
162
|
},
|
|
145
163
|
{
|
|
146
164
|
"path": "harness-knowledge-query/SKILL.md",
|
|
147
|
-
"sha256": "
|
|
165
|
+
"sha256": "894ae2ae51289374587630247abd7f76346fa21023eab94a6e4fc21ba52c35e0"
|
|
148
166
|
},
|
|
149
167
|
{
|
|
150
168
|
"path": "harness-package/checklist.md",
|
|
@@ -156,7 +174,7 @@
|
|
|
156
174
|
},
|
|
157
175
|
{
|
|
158
176
|
"path": "harness-package/SKILL.md",
|
|
159
|
-
"sha256": "
|
|
177
|
+
"sha256": "74609b9de4fa3ca37faa7b28c8b1d93b3776aa0987d396d23f013e9fab9480f9"
|
|
160
178
|
},
|
|
161
179
|
{
|
|
162
180
|
"path": "harness-plan/checklist.md",
|
|
@@ -172,7 +190,7 @@
|
|
|
172
190
|
},
|
|
173
191
|
{
|
|
174
192
|
"path": "harness-plan/SKILL.md",
|
|
175
|
-
"sha256": "
|
|
193
|
+
"sha256": "40672ebf2301295e418723f07589cbe5a31bcc45e5daa100fdad5fd088aea367"
|
|
176
194
|
},
|
|
177
195
|
{
|
|
178
196
|
"path": "harness-review/checklist.md",
|
|
@@ -188,7 +206,7 @@
|
|
|
188
206
|
},
|
|
189
207
|
{
|
|
190
208
|
"path": "harness-review/SKILL.md",
|
|
191
|
-
"sha256": "
|
|
209
|
+
"sha256": "8b37aa1ae165d0e9cbf9d539af175cd11ae0fbcd412ecfb9fd0b571af2f54fc9"
|
|
192
210
|
},
|
|
193
211
|
{
|
|
194
212
|
"path": "harness-run/checklist.md",
|
|
@@ -204,7 +222,7 @@
|
|
|
204
222
|
},
|
|
205
223
|
{
|
|
206
224
|
"path": "harness-run/SKILL.md",
|
|
207
|
-
"sha256": "
|
|
225
|
+
"sha256": "c8f18c2d2526f385b86228bf2d68d7adda00d188006adba2e561abbb8316e65e"
|
|
208
226
|
},
|
|
209
227
|
{
|
|
210
228
|
"path": "harness-submit/checklist.md",
|
|
@@ -216,15 +234,15 @@
|
|
|
216
234
|
},
|
|
217
235
|
{
|
|
218
236
|
"path": "harness-submit/SKILL.md",
|
|
219
|
-
"sha256": "
|
|
237
|
+
"sha256": "d028df6cf54ce4c7deebb6e00a83bcde7a83adb3fa405fc32e91bc4a7c76dc7b"
|
|
220
238
|
},
|
|
221
239
|
{
|
|
222
240
|
"path": "harness-sync/reference.md",
|
|
223
|
-
"sha256": "
|
|
241
|
+
"sha256": "e11bb410b602a5a8c3d1c14808b5407d46c982b39b6be2961b60b6ab3546af81"
|
|
224
242
|
},
|
|
225
243
|
{
|
|
226
244
|
"path": "harness-sync/SKILL.md",
|
|
227
|
-
"sha256": "
|
|
245
|
+
"sha256": "835f6fa3971c6ff61f307588c1451fe866e6cb52bbe841986cfc154f3463fe1b"
|
|
228
246
|
},
|
|
229
247
|
{
|
|
230
248
|
"path": "harness-test/checklist.md",
|
|
@@ -236,7 +254,7 @@
|
|
|
236
254
|
},
|
|
237
255
|
{
|
|
238
256
|
"path": "harness-test/pitfalls.md",
|
|
239
|
-
"sha256": "
|
|
257
|
+
"sha256": "2b14fc907885f0f4f5ec5d97e4c6f78fbd83bf1b1368c058b9154a3180c7e761"
|
|
240
258
|
},
|
|
241
259
|
{
|
|
242
260
|
"path": "harness-test/reference.md",
|
|
@@ -248,20 +266,32 @@
|
|
|
248
266
|
},
|
|
249
267
|
{
|
|
250
268
|
"path": "harness-test/SKILL.md",
|
|
251
|
-
"sha256": "
|
|
269
|
+
"sha256": "4edc9e5c9da30ec50dba68b5dbaf7e9f0732d327469b9e1a7b39de3a1361418b"
|
|
252
270
|
},
|
|
253
271
|
{
|
|
254
272
|
"path": "protocols/archive-report-protocol.md",
|
|
255
273
|
"sha256": "c6677d730908580dfc58f954df6c950327a4928e283290e24d9ad715a5e54ae5"
|
|
256
274
|
},
|
|
275
|
+
{
|
|
276
|
+
"path": "protocols/ci-layering-protocol.md",
|
|
277
|
+
"sha256": "52d953e9818dfd87736461204a9ce5f8fa08082b1b6f45b5e8aee9bb4482274c"
|
|
278
|
+
},
|
|
257
279
|
{
|
|
258
280
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
259
281
|
"sha256": "f78ea87823c0935a3033175b393582319da433cf4226e1705070b20d53890ba2"
|
|
260
282
|
},
|
|
283
|
+
{
|
|
284
|
+
"path": "protocols/external-platform-protocol.md",
|
|
285
|
+
"sha256": "6893e3b6a5615ee3eda567952797f91f4d2fcec59c1f8fd947e472a4c1f6ed71"
|
|
286
|
+
},
|
|
261
287
|
{
|
|
262
288
|
"path": "protocols/ledger-protocol.md",
|
|
263
289
|
"sha256": "56608039fd1babd469cb36b0f1c3d0871df460ddc36ef11c80d96218979f5217"
|
|
264
290
|
},
|
|
291
|
+
{
|
|
292
|
+
"path": "protocols/memory-closeout-protocol.md",
|
|
293
|
+
"sha256": "abcace86782a66e1d522d339d2bebdaafa5a5452b5b9239dae4d3d3aa6a60bdc"
|
|
294
|
+
},
|
|
265
295
|
{
|
|
266
296
|
"path": "protocols/model-routing-protocol.md",
|
|
267
297
|
"sha256": "1ce493d7dcc7a0c32b07b2d0118fdca40d72ca2487a63566f3c997293269f06e"
|
|
@@ -270,6 +300,10 @@
|
|
|
270
300
|
"path": "protocols/powershell-protocol.md",
|
|
271
301
|
"sha256": "f723f18eee08125e75f387e655f7e604eb603f636cd6809dd6b5948748f32d04"
|
|
272
302
|
},
|
|
303
|
+
{
|
|
304
|
+
"path": "protocols/registry-governance-protocol.md",
|
|
305
|
+
"sha256": "b0a0c9d0d1aca114f5a92dd782e13e12af3277574d474d4fd69a80ea5be377c3"
|
|
306
|
+
},
|
|
273
307
|
{
|
|
274
308
|
"path": "protocols/report-pipeline-protocol.md",
|
|
275
309
|
"sha256": "46ade8806083f2b83b41099976555291f01c44990977fc7eb968007dee5a653d"
|
|
@@ -286,6 +320,10 @@
|
|
|
286
320
|
"path": "protocols/submit-protocol.md",
|
|
287
321
|
"sha256": "01465556bd00fe01f91f315fd3eb365099eb3dd2e111331ba70c103a37794543"
|
|
288
322
|
},
|
|
323
|
+
{
|
|
324
|
+
"path": "protocols/verification-graph-protocol.md",
|
|
325
|
+
"sha256": "f34b3dbcfb09ce0f3cbf56a22bda1b25afef305b6f57b90138ba7b366511f402"
|
|
326
|
+
},
|
|
289
327
|
{
|
|
290
328
|
"path": "README.md",
|
|
291
329
|
"sha256": "0b2cd9f95c49abdc3b250219b7f885fce3a78248cccc859f1f186d862af1f201"
|
|
@@ -296,7 +334,7 @@
|
|
|
296
334
|
},
|
|
297
335
|
{
|
|
298
336
|
"path": "scripts/harness_archive.py",
|
|
299
|
-
"sha256": "
|
|
337
|
+
"sha256": "77b77ccbea2ec201294eb13763f90ca7bb2fc8f1fbdb4456e455d02bbcc78309"
|
|
300
338
|
},
|
|
301
339
|
{
|
|
302
340
|
"path": "scripts/harness_change.py",
|
|
@@ -332,7 +370,7 @@
|
|
|
332
370
|
},
|
|
333
371
|
{
|
|
334
372
|
"path": "scripts/harness_ledger.py",
|
|
335
|
-
"sha256": "
|
|
373
|
+
"sha256": "ffb7aa2f63b86edf74730dcf44cb530266bda2a8064bada11cd8240651b634e5"
|
|
336
374
|
},
|
|
337
375
|
{
|
|
338
376
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -356,11 +394,11 @@
|
|
|
356
394
|
},
|
|
357
395
|
{
|
|
358
396
|
"path": "scripts/harness_preflight.py",
|
|
359
|
-
"sha256": "
|
|
397
|
+
"sha256": "f4df5ebb1e0dc811076d801a037f84f04210bfe60cd058eea93fd4a84eefd95c"
|
|
360
398
|
},
|
|
361
399
|
{
|
|
362
400
|
"path": "scripts/harness_profile.py",
|
|
363
|
-
"sha256": "
|
|
401
|
+
"sha256": "cad15c1143a3fe42aa76e45ccf821dc212c2df281cbea21d0dcfde44f4ca26c7"
|
|
364
402
|
},
|
|
365
403
|
{
|
|
366
404
|
"path": "scripts/harness_report_model.py",
|
|
@@ -2,30 +2,48 @@
|
|
|
2
2
|
"schema_version": 2,
|
|
3
3
|
"profile": "java",
|
|
4
4
|
"adapter": "cursor",
|
|
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": "338d8359f7da616e2ae04d6de995af6d9ca8e1c4f7d6bbb8c27101339b36a9e9"
|
|
20
26
|
},
|
|
21
27
|
{
|
|
22
28
|
"path": "CONTEXT.md",
|
|
23
29
|
"sha256": "4838854cc45e8bd47552fb34e41cadca3121eeaa4597196568f35e25534d5a33"
|
|
24
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"path": "contracts/build-profile-v3.schema.json",
|
|
33
|
+
"sha256": "4bce197283c749a79a12bdefa85dbb6506656478806c629270594d52ecc6c14c"
|
|
34
|
+
},
|
|
25
35
|
{
|
|
26
36
|
"path": "contracts/ci-metrics.schema.json",
|
|
27
37
|
"sha256": "63e05a5ee620069dac7f63ab5780a07900114534c201e3f449b1bd8de9365757"
|
|
28
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"path": "contracts/doctor-capability.schema.json",
|
|
41
|
+
"sha256": "c735afeffa740689d6a460a10b038f32b07c5eb34d07dd4ae17c18d1d74c3206"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"path": "contracts/external-platform-observation.schema.json",
|
|
45
|
+
"sha256": "5b364237b5be669d3239b616628f43c4e01c98764ad1d8b7154f14477f2ff654"
|
|
46
|
+
},
|
|
29
47
|
{
|
|
30
48
|
"path": "contracts/workflow-policy.json",
|
|
31
49
|
"sha256": "c979394cdecc6a1a8cfec4d319c8539c90d93e17eac6c66c388efdeec28446a5"
|
|
@@ -40,7 +58,7 @@
|
|
|
40
58
|
},
|
|
41
59
|
{
|
|
42
60
|
"path": "harness-apidoc/SKILL.md",
|
|
43
|
-
"sha256": "
|
|
61
|
+
"sha256": "e97d2e278ca73c6fad09922f17618da12a292e0f13cb7b583b36106c2faeccb7"
|
|
44
62
|
},
|
|
45
63
|
{
|
|
46
64
|
"path": "harness-archive/checklist.md",
|
|
@@ -56,7 +74,7 @@
|
|
|
56
74
|
},
|
|
57
75
|
{
|
|
58
76
|
"path": "harness-archive/SKILL.md",
|
|
59
|
-
"sha256": "
|
|
77
|
+
"sha256": "f6010b70351849cb6d5ce37fab4e9e7b85a6e3681e145aaf9c2863b5d7c3174c"
|
|
60
78
|
},
|
|
61
79
|
{
|
|
62
80
|
"path": "harness-archive/templates/render-summary.mjs",
|
|
@@ -76,7 +94,7 @@
|
|
|
76
94
|
},
|
|
77
95
|
{
|
|
78
96
|
"path": "harness-codebase-map/SKILL.md",
|
|
79
|
-
"sha256": "
|
|
97
|
+
"sha256": "d90c2b08bf7b4fa35b61350a734d37d4178b38a785179e3f13e115f27732e1ba"
|
|
80
98
|
},
|
|
81
99
|
{
|
|
82
100
|
"path": "harness-codebase-map/templates/ARCHITECTURE.md",
|
|
@@ -136,15 +154,15 @@
|
|
|
136
154
|
},
|
|
137
155
|
{
|
|
138
156
|
"path": "harness-knowledge-ingest/scripts/harness_knowledge.py",
|
|
139
|
-
"sha256": "
|
|
157
|
+
"sha256": "4c83c3282b956143de287e6817f34687457c98f456f71749e2ad6ac4546a2498"
|
|
140
158
|
},
|
|
141
159
|
{
|
|
142
160
|
"path": "harness-knowledge-ingest/SKILL.md",
|
|
143
|
-
"sha256": "
|
|
161
|
+
"sha256": "e4180e1df43d99338395c491841de1e242001183bda0b4c3d1db7b136a8ef9b8"
|
|
144
162
|
},
|
|
145
163
|
{
|
|
146
164
|
"path": "harness-knowledge-query/SKILL.md",
|
|
147
|
-
"sha256": "
|
|
165
|
+
"sha256": "9d31896085d59aa5a0235e5d2f56efba3e92abb2721008144a23ccf22148550e"
|
|
148
166
|
},
|
|
149
167
|
{
|
|
150
168
|
"path": "harness-package/checklist.md",
|
|
@@ -156,7 +174,7 @@
|
|
|
156
174
|
},
|
|
157
175
|
{
|
|
158
176
|
"path": "harness-package/SKILL.md",
|
|
159
|
-
"sha256": "
|
|
177
|
+
"sha256": "d34f759f3b2864f43bd126f9e7eaa0b11eee95b8adf0505f293b0d367f13c18e"
|
|
160
178
|
},
|
|
161
179
|
{
|
|
162
180
|
"path": "harness-plan/checklist.md",
|
|
@@ -172,7 +190,7 @@
|
|
|
172
190
|
},
|
|
173
191
|
{
|
|
174
192
|
"path": "harness-plan/SKILL.md",
|
|
175
|
-
"sha256": "
|
|
193
|
+
"sha256": "08abb688c9fe1d5bbd0266a17c6de139bbf4c6d885288f8e9f0e6c1bcdefaa68"
|
|
176
194
|
},
|
|
177
195
|
{
|
|
178
196
|
"path": "harness-review/checklist.md",
|
|
@@ -188,7 +206,7 @@
|
|
|
188
206
|
},
|
|
189
207
|
{
|
|
190
208
|
"path": "harness-review/SKILL.md",
|
|
191
|
-
"sha256": "
|
|
209
|
+
"sha256": "ce922c6e67d4759875c666ce95d78dd074f08d74900250181d2217e5775fd8c4"
|
|
192
210
|
},
|
|
193
211
|
{
|
|
194
212
|
"path": "harness-run/checklist.md",
|
|
@@ -204,7 +222,7 @@
|
|
|
204
222
|
},
|
|
205
223
|
{
|
|
206
224
|
"path": "harness-run/SKILL.md",
|
|
207
|
-
"sha256": "
|
|
225
|
+
"sha256": "5a9c2358b9f466bc3819f8250ae53550a6ca9336a08703fe7ba02405c386d5a9"
|
|
208
226
|
},
|
|
209
227
|
{
|
|
210
228
|
"path": "harness-submit/checklist.md",
|
|
@@ -216,15 +234,15 @@
|
|
|
216
234
|
},
|
|
217
235
|
{
|
|
218
236
|
"path": "harness-submit/SKILL.md",
|
|
219
|
-
"sha256": "
|
|
237
|
+
"sha256": "b63859ef0b92f17bb1f4b4a6974a3fd0372959a66f76043ea744bf6c085a55d2"
|
|
220
238
|
},
|
|
221
239
|
{
|
|
222
240
|
"path": "harness-sync/reference.md",
|
|
223
|
-
"sha256": "
|
|
241
|
+
"sha256": "e11bb410b602a5a8c3d1c14808b5407d46c982b39b6be2961b60b6ab3546af81"
|
|
224
242
|
},
|
|
225
243
|
{
|
|
226
244
|
"path": "harness-sync/SKILL.md",
|
|
227
|
-
"sha256": "
|
|
245
|
+
"sha256": "fc431f905a722f55af6cbc681cab92bb8076aef21f492dd107683e09ecef7154"
|
|
228
246
|
},
|
|
229
247
|
{
|
|
230
248
|
"path": "harness-test/checklist.md",
|
|
@@ -236,7 +254,7 @@
|
|
|
236
254
|
},
|
|
237
255
|
{
|
|
238
256
|
"path": "harness-test/pitfalls.md",
|
|
239
|
-
"sha256": "
|
|
257
|
+
"sha256": "2b14fc907885f0f4f5ec5d97e4c6f78fbd83bf1b1368c058b9154a3180c7e761"
|
|
240
258
|
},
|
|
241
259
|
{
|
|
242
260
|
"path": "harness-test/reference.md",
|
|
@@ -248,20 +266,32 @@
|
|
|
248
266
|
},
|
|
249
267
|
{
|
|
250
268
|
"path": "harness-test/SKILL.md",
|
|
251
|
-
"sha256": "
|
|
269
|
+
"sha256": "717b76cd3780e9fb9def1dfc6b376c2855c6ea1a28ea12654871d9073b786c79"
|
|
252
270
|
},
|
|
253
271
|
{
|
|
254
272
|
"path": "protocols/archive-report-protocol.md",
|
|
255
273
|
"sha256": "c6677d730908580dfc58f954df6c950327a4928e283290e24d9ad715a5e54ae5"
|
|
256
274
|
},
|
|
275
|
+
{
|
|
276
|
+
"path": "protocols/ci-layering-protocol.md",
|
|
277
|
+
"sha256": "52d953e9818dfd87736461204a9ce5f8fa08082b1b6f45b5e8aee9bb4482274c"
|
|
278
|
+
},
|
|
257
279
|
{
|
|
258
280
|
"path": "protocols/evidence-based-reporting-protocol.md",
|
|
259
281
|
"sha256": "f78ea87823c0935a3033175b393582319da433cf4226e1705070b20d53890ba2"
|
|
260
282
|
},
|
|
283
|
+
{
|
|
284
|
+
"path": "protocols/external-platform-protocol.md",
|
|
285
|
+
"sha256": "6893e3b6a5615ee3eda567952797f91f4d2fcec59c1f8fd947e472a4c1f6ed71"
|
|
286
|
+
},
|
|
261
287
|
{
|
|
262
288
|
"path": "protocols/ledger-protocol.md",
|
|
263
289
|
"sha256": "56608039fd1babd469cb36b0f1c3d0871df460ddc36ef11c80d96218979f5217"
|
|
264
290
|
},
|
|
291
|
+
{
|
|
292
|
+
"path": "protocols/memory-closeout-protocol.md",
|
|
293
|
+
"sha256": "abcace86782a66e1d522d339d2bebdaafa5a5452b5b9239dae4d3d3aa6a60bdc"
|
|
294
|
+
},
|
|
265
295
|
{
|
|
266
296
|
"path": "protocols/model-routing-protocol.md",
|
|
267
297
|
"sha256": "1ce493d7dcc7a0c32b07b2d0118fdca40d72ca2487a63566f3c997293269f06e"
|
|
@@ -270,6 +300,10 @@
|
|
|
270
300
|
"path": "protocols/powershell-protocol.md",
|
|
271
301
|
"sha256": "f723f18eee08125e75f387e655f7e604eb603f636cd6809dd6b5948748f32d04"
|
|
272
302
|
},
|
|
303
|
+
{
|
|
304
|
+
"path": "protocols/registry-governance-protocol.md",
|
|
305
|
+
"sha256": "b0a0c9d0d1aca114f5a92dd782e13e12af3277574d474d4fd69a80ea5be377c3"
|
|
306
|
+
},
|
|
273
307
|
{
|
|
274
308
|
"path": "protocols/report-pipeline-protocol.md",
|
|
275
309
|
"sha256": "46ade8806083f2b83b41099976555291f01c44990977fc7eb968007dee5a653d"
|
|
@@ -286,6 +320,10 @@
|
|
|
286
320
|
"path": "protocols/submit-protocol.md",
|
|
287
321
|
"sha256": "01465556bd00fe01f91f315fd3eb365099eb3dd2e111331ba70c103a37794543"
|
|
288
322
|
},
|
|
323
|
+
{
|
|
324
|
+
"path": "protocols/verification-graph-protocol.md",
|
|
325
|
+
"sha256": "f34b3dbcfb09ce0f3cbf56a22bda1b25afef305b6f57b90138ba7b366511f402"
|
|
326
|
+
},
|
|
289
327
|
{
|
|
290
328
|
"path": "README.md",
|
|
291
329
|
"sha256": "0b2cd9f95c49abdc3b250219b7f885fce3a78248cccc859f1f186d862af1f201"
|
|
@@ -296,7 +334,7 @@
|
|
|
296
334
|
},
|
|
297
335
|
{
|
|
298
336
|
"path": "scripts/harness_archive.py",
|
|
299
|
-
"sha256": "
|
|
337
|
+
"sha256": "77b77ccbea2ec201294eb13763f90ca7bb2fc8f1fbdb4456e455d02bbcc78309"
|
|
300
338
|
},
|
|
301
339
|
{
|
|
302
340
|
"path": "scripts/harness_change.py",
|
|
@@ -332,7 +370,7 @@
|
|
|
332
370
|
},
|
|
333
371
|
{
|
|
334
372
|
"path": "scripts/harness_ledger.py",
|
|
335
|
-
"sha256": "
|
|
373
|
+
"sha256": "ffb7aa2f63b86edf74730dcf44cb530266bda2a8064bada11cd8240651b634e5"
|
|
336
374
|
},
|
|
337
375
|
{
|
|
338
376
|
"path": "scripts/harness_migration_head.py",
|
|
@@ -356,11 +394,11 @@
|
|
|
356
394
|
},
|
|
357
395
|
{
|
|
358
396
|
"path": "scripts/harness_preflight.py",
|
|
359
|
-
"sha256": "
|
|
397
|
+
"sha256": "f4df5ebb1e0dc811076d801a037f84f04210bfe60cd058eea93fd4a84eefd95c"
|
|
360
398
|
},
|
|
361
399
|
{
|
|
362
400
|
"path": "scripts/harness_profile.py",
|
|
363
|
-
"sha256": "
|
|
401
|
+
"sha256": "cad15c1143a3fe42aa76e45ccf821dc212c2df281cbea21d0dcfde44f4ca26c7"
|
|
364
402
|
},
|
|
365
403
|
{
|
|
366
404
|
"path": "scripts/harness_report_model.py",
|
|
@@ -6,22 +6,34 @@
|
|
|
6
6
|
"general",
|
|
7
7
|
"java"
|
|
8
8
|
],
|
|
9
|
-
"bundle_version": "0.2.
|
|
10
|
-
"content_sha256": "sha256:
|
|
11
|
-
"minimumCliVersion": "0.2.
|
|
9
|
+
"bundle_version": "0.2.27",
|
|
10
|
+
"content_sha256": "sha256:85fc25e2c3dbb29c9968dbb58171f13632e94bdde6087cb86cc65215c7437bd9",
|
|
11
|
+
"minimumCliVersion": "0.2.39",
|
|
12
12
|
"capabilities": [
|
|
13
13
|
"sync@1",
|
|
14
14
|
"rules-sync@1",
|
|
15
15
|
"rules-review@1",
|
|
16
|
-
"knowledge-sync@2"
|
|
16
|
+
"knowledge-sync@2",
|
|
17
|
+
"build-profile@3",
|
|
18
|
+
"verification-graph@1",
|
|
19
|
+
"external-convergence@1",
|
|
20
|
+
"codegraph-status@1",
|
|
21
|
+
"doctor-capability@1",
|
|
22
|
+
"registry-governance@1"
|
|
17
23
|
],
|
|
18
24
|
"requires": {
|
|
19
|
-
"minimumCliVersion": "0.2.
|
|
25
|
+
"minimumCliVersion": "0.2.39",
|
|
20
26
|
"capabilities": [
|
|
21
27
|
"sync@1",
|
|
22
28
|
"rules-sync@1",
|
|
23
29
|
"rules-review@1",
|
|
24
|
-
"knowledge-sync@2"
|
|
30
|
+
"knowledge-sync@2",
|
|
31
|
+
"build-profile@3",
|
|
32
|
+
"verification-graph@1",
|
|
33
|
+
"external-convergence@1",
|
|
34
|
+
"codegraph-status@1",
|
|
35
|
+
"doctor-capability@1",
|
|
36
|
+
"registry-governance@1"
|
|
25
37
|
]
|
|
26
38
|
}
|
|
27
39
|
}
|