@shiftleftpt/sbd-toe-mcp 0.20.0-beta.4 → 0.20.0-beta.5
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/consumed-bundle.json +8 -8
- package/data/entities/proportionality.json +2 -2
- package/data/entities/sdlc_integration.json +2 -2
- package/data/publish/indexes/canonical_chunks.jsonl +4903 -4903
- package/data/publish/indexes/publication_manifest.json +4 -4
- package/data/publish/ontology/sbdtoe-ontology.yaml +1699 -21
- package/data/publish/overlay/framework_overlay_index.json +121 -11
- package/data/publish/overlay/overlay_mappings.jsonl +935 -646
- package/data/publish/runtime/artifact_requirements.json +218 -311
- package/data/publish/runtime/artifacts.json +82 -55
- package/data/publish/runtime/controls.json +870 -311
- package/data/publish/runtime/deterministic_manifest.json +2 -2
- package/data/publish/runtime/evidence_patterns.json +162 -162
- package/data/publish/runtime/requirement_control_links.json +2271 -1708
- package/data/publish/runtime/v1/manual_threat_mitigation.jsonl +233 -233
- package/data/publish/runtime/v1/v1_manifest.json +6 -4
- package/data/reports/run_manifest.json +4 -4
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/tools/get-threat-landscape.js +36 -13
- package/dist/tools/get-threat-landscape.js.map +1 -1
- package/dist/tools/ontology-loader.d.ts +8 -0
- package/dist/tools/ontology-loader.js +9 -0
- package/dist/tools/ontology-loader.js.map +1 -1
- package/package.json +1 -1
package/consumed-bundle.json
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
"_doc": "Pontifex bundle pin (PROGRAMME-PRESERVATION-PROTOCOL §0.6 / AGENTS.md Rule 4). Declares the Codex build artefact this MCP serves. Materialized + maintained by scripts/sync-bundle.mjs (digest-verified against the artefact .sha256), validated by scripts/verify-consumed-bundle.mjs (run in `npm run check`). source: dev-build = cycle snapshot; release = formal vX.Y.Z. release_sha256 is the verified artefact digest — never invented.",
|
|
3
3
|
"pin_version": 1,
|
|
4
4
|
"pinned_at": "2026-08-30",
|
|
5
|
-
"consumer_contract_version": "v1.
|
|
5
|
+
"consumer_contract_version": "v1.14",
|
|
6
6
|
"substrate_version": "v2-draft",
|
|
7
7
|
"kg_bundle": {
|
|
8
|
-
"release_tag": "v1.
|
|
9
|
-
"release_sha256": "
|
|
8
|
+
"release_tag": "v1.7.0",
|
|
9
|
+
"release_sha256": "29156b86ef7785966f099f02bb67dd84fcb471d64092944038a3da906c72fb9a",
|
|
10
10
|
"source": "release",
|
|
11
|
-
"release_ref": "SbD-ToE/sbd-toe-knowledge-graph@v1.
|
|
12
|
-
"surface_built_at": "2026-08-
|
|
11
|
+
"release_ref": "SbD-ToE/sbd-toe-knowledge-graph@v1.7.0",
|
|
12
|
+
"surface_built_at": "2026-08-30T22:18:08.383958+00:00",
|
|
13
13
|
"tag_scheme": "semver",
|
|
14
|
-
"synced_at": "2026-08-
|
|
15
|
-
"artefact": "sbd-toe-knowledge-graph-bundle-v1.
|
|
14
|
+
"synced_at": "2026-08-31",
|
|
15
|
+
"artefact": "sbd-toe-knowledge-graph-bundle-v1.7.0.zip"
|
|
16
16
|
},
|
|
17
17
|
"inputs": {
|
|
18
18
|
"manual": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"commit": "8e03454c5137ded5a0a88ac2b91b1c4d6ee8fdac",
|
|
21
21
|
"tag": "v1.7.1",
|
|
22
22
|
"version": "1.7.1",
|
|
23
|
-
"generated_at": "2026-08-
|
|
23
|
+
"generated_at": "2026-08-30T22:17:31Z"
|
|
24
24
|
},
|
|
25
25
|
"ontology": {
|
|
26
26
|
"repo": "SbD-ToE/sbd-toe-ontology",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"agent": "lifecycle_extractor",
|
|
3
|
-
"generated_at": "2026-08-
|
|
3
|
+
"generated_at": "2026-08-30T22:17:31Z",
|
|
4
4
|
"items": [
|
|
5
5
|
{
|
|
6
6
|
"L1": "Obrigatório - Classificação simplificada, apenas eixos principais",
|
|
@@ -3083,7 +3083,7 @@
|
|
|
3083
3083
|
"warnings": []
|
|
3084
3084
|
}
|
|
3085
3085
|
],
|
|
3086
|
-
"run_id": "
|
|
3086
|
+
"run_id": "20260830T221731Z",
|
|
3087
3087
|
"source": {
|
|
3088
3088
|
"branch": "HEAD",
|
|
3089
3089
|
"commit_sha": "8e03454c5137ded5a0a88ac2b91b1c4d6ee8fdac",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"agent": "lifecycle_extractor",
|
|
3
|
-
"generated_at": "2026-08-
|
|
3
|
+
"generated_at": "2026-08-30T22:17:31Z",
|
|
4
4
|
"items": [
|
|
5
5
|
{
|
|
6
6
|
"confidence": 0.91,
|
|
@@ -5217,7 +5217,7 @@
|
|
|
5217
5217
|
"warnings": []
|
|
5218
5218
|
}
|
|
5219
5219
|
],
|
|
5220
|
-
"run_id": "
|
|
5220
|
+
"run_id": "20260830T221731Z",
|
|
5221
5221
|
"source": {
|
|
5222
5222
|
"branch": "HEAD",
|
|
5223
5223
|
"commit_sha": "8e03454c5137ded5a0a88ac2b91b1c4d6ee8fdac",
|