@shiftleftpt/sbd-toe-mcp 0.10.2 → 0.10.4
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 +12 -12
- package/data/entities/proportionality.json +3 -3
- package/data/entities/sdlc_integration.json +3 -3
- package/data/publish/indexes/bundle_catalog.jsonl +1 -1
- package/data/publish/indexes/canonical_chunks.jsonl +4903 -4902
- package/data/publish/indexes/chunk_entity_mentions.jsonl +9 -25
- package/data/publish/indexes/mcp_chunks.jsonl +125 -124
- package/data/publish/indexes/publication_manifest.json +9 -9
- package/data/publish/ontology/sbdtoe-ontology.yaml +1699 -21
- package/data/publish/overlay/framework_overlay_index.json +136 -8
- package/data/publish/overlay/overlay_mappings.jsonl +1033 -669
- package/data/publish/runtime/artifact_requirements.json +218 -311
- package/data/publish/runtime/artifacts.json +82 -55
- package/data/publish/runtime/controls.json +883 -322
- package/data/publish/runtime/deterministic_manifest.json +2 -2
- package/data/publish/runtime/evidence_patterns.json +182 -182
- package/data/publish/runtime/requirement_control_links.json +2534 -1799
- package/data/publish/runtime/v1/manual_maturity_progression.jsonl +336 -336
- package/data/publish/runtime/v1/manual_rastreabilidade.jsonl +1105 -1105
- package/data/publish/runtime/v1/manual_threat_mitigation.jsonl +523 -523
- package/data/publish/runtime/v1/v1_manifest.json +9 -7
- package/data/reports/run_manifest.json +8 -8
- package/dist/index.js +8 -6
- 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/dist/tools/plan-repo-governance.d.ts +1 -2
- package/dist/tools/plan-repo-governance.js +19 -49
- package/dist/tools/plan-repo-governance.js.map +1 -1
- package/dist/tools/structured-tools.d.ts +4 -5
- package/dist/tools/structured-tools.js +87 -122
- package/dist/tools/structured-tools.js.map +1 -1
- package/package.json +3 -2
|
@@ -48,16 +48,16 @@
|
|
|
48
48
|
"build-cross-layer-referrals"
|
|
49
49
|
],
|
|
50
50
|
"counts": {
|
|
51
|
-
"chunk_entity_mentions":
|
|
51
|
+
"chunk_entity_mentions": 4074,
|
|
52
52
|
"chunk_relation_hints": 1348,
|
|
53
|
-
"chunks":
|
|
54
|
-
"chunks_with_entity_refs":
|
|
55
|
-
"cross_layer_referrals":
|
|
53
|
+
"chunks": 4903,
|
|
54
|
+
"chunks_with_entity_refs": 926,
|
|
55
|
+
"cross_layer_referrals": 7604,
|
|
56
56
|
"external_frameworks": 6,
|
|
57
57
|
"external_obligations": 39,
|
|
58
58
|
"framework_overlay_profiles": 6,
|
|
59
|
-
"mcp_chunks":
|
|
60
|
-
"overlay_mappings":
|
|
59
|
+
"mcp_chunks": 4903,
|
|
60
|
+
"overlay_mappings": 6746,
|
|
61
61
|
"overlay_playbooks": 20,
|
|
62
62
|
"policy_links": 83,
|
|
63
63
|
"policy_links_resolved": 83,
|
|
@@ -69,19 +69,19 @@
|
|
|
69
69
|
"runtime_artifacts": 45,
|
|
70
70
|
"runtime_assignments": 1296,
|
|
71
71
|
"runtime_bundle_artifacts": 19,
|
|
72
|
-
"runtime_controls":
|
|
72
|
+
"runtime_controls": 20,
|
|
73
73
|
"runtime_evidence_patterns": 256,
|
|
74
74
|
"runtime_metrics": 99,
|
|
75
75
|
"runtime_phases": 8,
|
|
76
76
|
"runtime_practices": 260,
|
|
77
|
-
"runtime_requirement_control_links":
|
|
77
|
+
"runtime_requirement_control_links": 282,
|
|
78
78
|
"runtime_requirements": 256,
|
|
79
79
|
"runtime_roles": 13,
|
|
80
80
|
"runtime_signal_evidence_links": 11,
|
|
81
81
|
"runtime_signals": 23,
|
|
82
82
|
"runtime_threats": 0,
|
|
83
83
|
"runtime_user_stories": 260,
|
|
84
|
-
"vector_chunks":
|
|
84
|
+
"vector_chunks": 4903
|
|
85
85
|
},
|
|
86
86
|
"ontology_roots": {
|
|
87
87
|
"consumer_root": "ontology/sbdtoe-ontology.yaml",
|