@shiftleftpt/sbd-toe-mcp 0.15.0 → 0.16.0
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 +10 -11
- package/data/entities/proportionality.json +2 -2
- package/data/entities/sdlc_integration.json +2 -2
- package/data/publish/indexes/canonical_chunks.jsonl +4907 -4907
- package/data/publish/indexes/publication_manifest.json +1 -1
- package/data/publish/runtime/artifact_requirements.json +3 -0
- package/data/publish/runtime/artifacts.json +3 -0
- package/data/publish/runtime/assignments.json +7578 -1296
- package/data/publish/runtime/deterministic_manifest.json +5 -1
- package/data/publish/runtime/user_stories.json +2171 -780
- package/data/publish/runtime/v1/manual_threat_mitigation.jsonl +233 -233
- package/data/publish/runtime/v1/v1_manifest.json +5 -4
- package/data/reports/run_manifest.json +5 -5
- package/dist/index.js +12 -7
- package/dist/index.js.map +1 -1
- package/dist/serving/affordances.js +5 -5
- package/dist/serving/affordances.js.map +1 -1
- package/dist/tools/assess-implementation.d.ts +8 -1
- package/dist/tools/assess-implementation.js +24 -5
- package/dist/tools/assess-implementation.js.map +1 -1
- package/dist/tools/generate-sbd-toe-skill.js +15 -3
- package/dist/tools/generate-sbd-toe-skill.js.map +1 -1
- package/dist/tools/get-operating-model.js +6 -5
- package/dist/tools/get-operating-model.js.map +1 -1
- package/dist/tools/get-threat-landscape.d.ts +2 -0
- package/dist/tools/get-threat-landscape.js +3 -0
- package/dist/tools/get-threat-landscape.js.map +1 -1
- package/dist/tools/ontology-loader.d.ts +2 -0
- package/dist/tools/ontology-loader.js +1 -0
- package/dist/tools/ontology-loader.js.map +1 -1
- package/dist/tools/plan-repo-governance.d.ts +6 -0
- package/dist/tools/plan-repo-governance.js +17 -1
- package/dist/tools/plan-repo-governance.js.map +1 -1
- package/dist/tools/structured-tools.js +3 -1
- package/dist/tools/structured-tools.js.map +1 -1
- package/dist/version-info.d.ts +4 -1
- package/dist/version-info.js +13 -2
- package/dist/version-info.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifact_type": "deterministic_runtime_snapshot",
|
|
3
|
+
"chapter_relation_count": 469,
|
|
3
4
|
"count": 45,
|
|
5
|
+
"count_semantics": "`count` = distinct ArtifactRequirement records (45); `chapter_ids` rows form the chapter<->artifact relation (469 rows) — sum them for relation edges, never for totals.",
|
|
6
|
+
"distinct_count": 45,
|
|
4
7
|
"entity_type": "ArtifactRequirement",
|
|
5
8
|
"items": [
|
|
6
9
|
{
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifact_type": "deterministic_runtime_snapshot",
|
|
3
|
+
"chapter_relation_count": 469,
|
|
3
4
|
"count": 45,
|
|
5
|
+
"count_semantics": "`count` = distinct Artifact records (45); `chapter_occurrences` rows form the chapter<->artifact relation (469 rows) — sum them for relation edges, never for totals.",
|
|
6
|
+
"distinct_count": 45,
|
|
4
7
|
"entity_type": "Artifact",
|
|
5
8
|
"items": [
|
|
6
9
|
{
|