@shiftleftpt/sbd-toe-mcp 0.14.0 → 0.15.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.
Files changed (34) hide show
  1. package/assets/agent-guide.md +6 -0
  2. package/dist/index.js +60 -16
  3. package/dist/index.js.map +1 -1
  4. package/dist/serving/applicability.d.ts +3 -0
  5. package/dist/serving/applicability.js +24 -0
  6. package/dist/serving/applicability.js.map +1 -1
  7. package/dist/serving/selection.d.ts +6 -0
  8. package/dist/serving/selection.js +23 -1
  9. package/dist/serving/selection.js.map +1 -1
  10. package/dist/tools/consult-security-requirements.d.ts +5 -0
  11. package/dist/tools/consult-security-requirements.js +3 -0
  12. package/dist/tools/consult-security-requirements.js.map +1 -1
  13. package/dist/tools/generate-sbd-toe-skill.js +6 -3
  14. package/dist/tools/generate-sbd-toe-skill.js.map +1 -1
  15. package/dist/tools/get-guide-by-role.d.ts +12 -0
  16. package/dist/tools/get-guide-by-role.js +16 -2
  17. package/dist/tools/get-guide-by-role.js.map +1 -1
  18. package/dist/tools/get-operating-model.js +6 -0
  19. package/dist/tools/get-operating-model.js.map +1 -1
  20. package/dist/tools/get-threat-landscape.js +11 -1
  21. package/dist/tools/get-threat-landscape.js.map +1 -1
  22. package/dist/tools/plan-repo-governance.js +2 -1
  23. package/dist/tools/plan-repo-governance.js.map +1 -1
  24. package/dist/tools/prepare-codegen-context.d.ts +6 -1
  25. package/dist/tools/prepare-codegen-context.js +11 -1
  26. package/dist/tools/prepare-codegen-context.js.map +1 -1
  27. package/dist/tools/select-requirements.d.ts +2 -0
  28. package/dist/tools/select-requirements.js +2 -1
  29. package/dist/tools/select-requirements.js.map +1 -1
  30. package/dist/tools/structured-tools.js +15 -6
  31. package/dist/tools/structured-tools.js.map +1 -1
  32. package/package.json +1 -2
  33. package/prompts/sbd-toe-grounded-codegen.md +1 -1
  34. package/data/publish/sbd-toe-index-compact.json +0 -111
@@ -1,111 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "generated_at": "2026-03-26T00:00:00Z",
4
- "chapters": [
5
- {
6
- "chapterId": "00-fundamentos",
7
- "readableTitle": "Fundamentos SbD-ToE",
8
- "domains": ["governance", "foundation"],
9
- "technologies": [],
10
- "minLevel": "L1"
11
- },
12
- {
13
- "chapterId": "01-classificacao-aplicacoes",
14
- "readableTitle": "Classificação de Aplicações",
15
- "domains": ["governance", "risk"],
16
- "technologies": [],
17
- "minLevel": "L1"
18
- },
19
- {
20
- "chapterId": "02-requisitos-seguranca",
21
- "readableTitle": "Requisitos de Segurança",
22
- "domains": ["governance", "requirements"],
23
- "technologies": [],
24
- "minLevel": "L1"
25
- },
26
- {
27
- "chapterId": "03-threat-modeling",
28
- "readableTitle": "Threat Modeling",
29
- "domains": ["risk", "architecture"],
30
- "technologies": [],
31
- "minLevel": "L1"
32
- },
33
- {
34
- "chapterId": "04-arquitetura-segura",
35
- "readableTitle": "Arquitetura Segura",
36
- "domains": ["architecture", "design"],
37
- "technologies": [],
38
- "minLevel": "L1"
39
- },
40
- {
41
- "chapterId": "05-dependencias-sbom-sca",
42
- "readableTitle": "Dependências, SBOM e SCA",
43
- "domains": ["supply-chain", "dependencies"],
44
- "technologies": ["sca-sbom", "sast", "dast"],
45
- "minLevel": "L1"
46
- },
47
- {
48
- "chapterId": "06-desenvolvimento-seguro",
49
- "readableTitle": "Desenvolvimento Seguro",
50
- "domains": ["development", "coding"],
51
- "technologies": [],
52
- "minLevel": "L2"
53
- },
54
- {
55
- "chapterId": "07-cicd-seguro",
56
- "readableTitle": "CI/CD Seguro",
57
- "domains": ["devops", "pipeline"],
58
- "technologies": ["ci-cd"],
59
- "minLevel": "L1"
60
- },
61
- {
62
- "chapterId": "08-iac-infraestrutura",
63
- "readableTitle": "IaC e Infraestrutura",
64
- "domains": ["infrastructure", "iac"],
65
- "technologies": ["iac", "containers", "kubernetes"],
66
- "minLevel": "L1"
67
- },
68
- {
69
- "chapterId": "09-containers-imagens",
70
- "readableTitle": "Containers e Imagens",
71
- "domains": ["infrastructure", "containers"],
72
- "technologies": ["containers", "kubernetes"],
73
- "minLevel": "L1"
74
- },
75
- {
76
- "chapterId": "10-testes-seguranca",
77
- "readableTitle": "Testes de Segurança",
78
- "domains": ["testing", "quality"],
79
- "technologies": ["sast", "dast"],
80
- "minLevel": "L1"
81
- },
82
- {
83
- "chapterId": "11-deploy-seguro",
84
- "readableTitle": "Deploy Seguro",
85
- "domains": ["deployment", "operations"],
86
- "technologies": [],
87
- "minLevel": "L2"
88
- },
89
- {
90
- "chapterId": "12-monitorizacao-operacoes",
91
- "readableTitle": "Monitorização e Operações",
92
- "domains": ["operations", "observability"],
93
- "technologies": ["monitoring"],
94
- "minLevel": "L1"
95
- },
96
- {
97
- "chapterId": "13-formacao-onboarding",
98
- "readableTitle": "Formação e Onboarding",
99
- "domains": ["training", "governance"],
100
- "technologies": [],
101
- "minLevel": "L3"
102
- },
103
- {
104
- "chapterId": "14-governanca-contratacao",
105
- "readableTitle": "Governança e Contratação",
106
- "domains": ["governance", "compliance"],
107
- "technologies": [],
108
- "minLevel": "L1"
109
- }
110
- ]
111
- }