@atlashub/smartstack-cli 2.0.0 → 2.2.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 (59) hide show
  1. package/.documentation/agents.html +147 -40
  2. package/.documentation/apex.html +1 -1
  3. package/.documentation/business-analyse.html +3 -3
  4. package/.documentation/cli-commands.html +2 -2
  5. package/.documentation/commands.html +14 -14
  6. package/.documentation/efcore.html +14 -14
  7. package/.documentation/gitflow.html +12 -12
  8. package/.documentation/hooks.html +41 -3
  9. package/.documentation/index.html +1 -1
  10. package/.documentation/init.html +2 -2
  11. package/.documentation/installation.html +11 -11
  12. package/.documentation/js/app.js +1 -1
  13. package/.documentation/ralph-loop.html +1 -1
  14. package/.documentation/test-web.html +4 -4
  15. package/dist/index.js +19 -11
  16. package/dist/index.js.map +1 -1
  17. package/dist/mcp-entry.mjs +57595 -4569
  18. package/dist/mcp-entry.mjs.map +1 -1
  19. package/package.json +1 -1
  20. package/templates/agents/ba-reader.md +250 -0
  21. package/templates/agents/ba-writer.md +210 -0
  22. package/templates/agents/docs-context-reader.md +51 -33
  23. package/templates/skills/_shared.md +2 -0
  24. package/templates/skills/business-analyse/SKILL.md +120 -108
  25. package/templates/skills/business-analyse/_shared.md +191 -160
  26. package/templates/skills/business-analyse/patterns/suggestion-catalog.md +478 -0
  27. package/templates/skills/business-analyse/questionnaire/01-context.md +3 -15
  28. package/templates/skills/business-analyse/questionnaire/08-performance.md +7 -21
  29. package/templates/skills/business-analyse/questionnaire/09-constraints.md +0 -13
  30. package/templates/skills/business-analyse/questionnaire/10-documentation.md +0 -13
  31. package/templates/skills/business-analyse/questionnaire.md +72 -76
  32. package/templates/skills/business-analyse/react/components.md +317 -154
  33. package/templates/skills/business-analyse/react/i18n-template.md +167 -106
  34. package/templates/skills/business-analyse/react/schema.md +325 -106
  35. package/templates/skills/business-analyse/schemas/feature-schema.json +690 -0
  36. package/templates/skills/business-analyse/steps/step-00-init.md +395 -285
  37. package/templates/skills/business-analyse/steps/step-01-analyse.md +505 -0
  38. package/templates/skills/business-analyse/steps/step-02-specify.md +833 -0
  39. package/templates/skills/business-analyse/steps/step-03-validate.md +862 -0
  40. package/templates/skills/business-analyse/steps/step-04-handoff.md +1593 -0
  41. package/templates/skills/business-analyse/templates/tpl-handoff.md +95 -43
  42. package/templates/skills/controller/templates.md +82 -0
  43. package/templates/skills/efcore/references/zero-downtime-patterns.md +227 -0
  44. package/templates/skills/efcore/steps/migration/step-03-validate.md +19 -0
  45. package/templates/skills/review-code/SKILL.md +4 -2
  46. package/templates/skills/review-code/references/owasp-api-top10.md +243 -0
  47. package/templates/skills/review-code/references/security-checklist.md +86 -1
  48. package/templates/skills/review-code/references/smartstack-conventions.md +166 -0
  49. package/templates/skills/workflow/SKILL.md +27 -0
  50. package/templates/skills/business-analyse/steps/step-01-discover.md +0 -737
  51. package/templates/skills/business-analyse/steps/step-02-analyse.md +0 -299
  52. package/templates/skills/business-analyse/steps/step-03-specify.md +0 -409
  53. package/templates/skills/business-analyse/steps/step-04-validate.md +0 -313
  54. package/templates/skills/business-analyse/steps/step-05-handoff.md +0 -658
  55. package/templates/skills/business-analyse/steps/step-06-doc-html.md +0 -320
  56. package/templates/skills/business-analyse/templates/00-context.md +0 -105
  57. package/templates/skills/business-analyse/templates/tpl-brd.md +0 -97
  58. package/templates/skills/business-analyse/templates/tpl-discovery.md +0 -78
  59. package/templates/skills/business-analyse/tracking/change-template.md +0 -30
@@ -1,65 +1,81 @@
1
- # i18n Template - Documentation Translations
1
+ # i18n Template - Business Analyse Documentation
2
2
 
3
- > **Usage:** Translation templates for 4 languages
4
- > **Loaded in:** step-06-doc-html.md
3
+ > **Usage:** Translation templates for BusinessAnalyseViewer
4
+ > **Loaded in:** step-04-handoff.md
5
5
  > **Languages:** FR (source), EN, IT, DE
6
+ > **Data source:** feature.json sections aligned
6
7
 
7
8
  ---
8
9
 
9
10
  ## French (Source)
10
11
 
11
12
  ```json
12
- // web/smartstack-web/src/i18n/locales/fr/docs-{{app}}-{{module}}.json
13
+ // web/smartstack-web/src/i18n/locales/fr/docs-business.json
13
14
  {
14
15
  "breadcrumb": {
15
16
  "docs": "Documentation",
16
17
  "business": "Business"
17
18
  },
18
19
  "common": {
19
- "tableOfContents": "Table des matières",
20
- "wireframePreview": "Aperçu du wireframe",
21
- "modules": "Modules"
20
+ "tableOfContents": "Table des matieres",
21
+ "loading": "Chargement...",
22
+ "noData": "Aucune donnee disponible"
22
23
  },
23
24
  "sections": {
24
- "overview": "Vue d'ensemble",
25
+ "discovery": "Decouverte",
26
+ "businessRules": "Regles metier",
27
+ "entities": "Entites",
25
28
  "useCases": "Cas d'utilisation",
26
- "businessRules": "Règles métier",
27
29
  "permissions": "Permissions",
28
- "wireframes": "Wireframes",
29
- "api": "Points d'accès API"
30
+ "api": "Points d'acces API",
31
+ "suggestions": "Suggestions",
32
+ "changelog": "Historique des versions"
30
33
  },
31
34
  "labels": {
32
35
  "actor": "Acteur",
33
- "rule": "Règle",
34
- "category": "Catégorie",
35
- "priority": "Priorité"
36
+ "rule": "Regle",
37
+ "category": "Categorie",
38
+ "priority": "Priorite",
39
+ "problem": "Probleme",
40
+ "asIs": "Situation actuelle",
41
+ "toBe": "Situation cible",
42
+ "risks": "Risques",
43
+ "attribute": "Attribut",
44
+ "type": "Type",
45
+ "required": "Requis",
46
+ "rules": "Regles",
47
+ "method": "Methode",
48
+ "endpoint": "Endpoint",
49
+ "permission": "Permission",
50
+ "version": "Version",
51
+ "status": "Statut"
52
+ },
53
+ "status": {
54
+ "draft": "Brouillon",
55
+ "analysed": "Analyse",
56
+ "specified": "Specifie",
57
+ "approved": "Approuve",
58
+ "handed-off": "Transmis"
36
59
  },
37
60
  "stats": {
61
+ "businessRules": "Regles metier",
62
+ "entities": "Entites",
38
63
  "useCases": "Cas d'utilisation",
39
- "businessRules": "Règles métier",
64
+ "requirements": "Exigences",
40
65
  "permissions": "Permissions"
41
66
  },
67
+ "suggestions": {
68
+ "accepted": "Accepte",
69
+ "declined": "Decline",
70
+ "pending": "En attente"
71
+ },
42
72
  "warnings": {
43
- "permissionCheck": "Vérification des permissions requise",
44
- "permissionCheckDescription": "Assurez-vous que toutes les permissions sont enregistrées dans PermissionConfiguration.cs avant le déploiement."
73
+ "permissionCheck": "Verification des permissions requise",
74
+ "permissionCheckDescription": "Assurez-vous que toutes les permissions sont enregistrees dans PermissionConfiguration.cs avant le deploiement."
45
75
  },
46
76
  "nav": {
47
- "backToApp": "Retour à l'application",
77
+ "backToApp": "Retour a l'application",
48
78
  "allModules": "Tous les modules"
49
- },
50
- "apps": {
51
- "{{app}}": {
52
- "name": "{{Application Name FR}}",
53
- "description": "{{Application description FR}}"
54
- }
55
- },
56
- "modules": {
57
- "{{module}}": {
58
- "name": "{{Module Name FR}}",
59
- "title": "{{Module Title FR}}",
60
- "subtitle": "{{Module subtitle FR}}",
61
- "overview": "{{Module overview FR}}"
62
- }
63
79
  }
64
80
  }
65
81
  ```
@@ -69,7 +85,7 @@
69
85
  ## English
70
86
 
71
87
  ```json
72
- // web/smartstack-web/src/i18n/locales/en/docs-{{app}}-{{module}}.json
88
+ // web/smartstack-web/src/i18n/locales/en/docs-business.json
73
89
  {
74
90
  "breadcrumb": {
75
91
  "docs": "Documentation",
@@ -77,28 +93,57 @@
77
93
  },
78
94
  "common": {
79
95
  "tableOfContents": "Table of Contents",
80
- "wireframePreview": "Wireframe Preview",
81
- "modules": "Modules"
96
+ "loading": "Loading...",
97
+ "noData": "No data available"
82
98
  },
83
99
  "sections": {
84
- "overview": "Overview",
85
- "useCases": "Use Cases",
100
+ "discovery": "Discovery",
86
101
  "businessRules": "Business Rules",
102
+ "entities": "Entities",
103
+ "useCases": "Use Cases",
87
104
  "permissions": "Permissions",
88
- "wireframes": "Wireframes",
89
- "api": "API Endpoints"
105
+ "api": "API Endpoints",
106
+ "suggestions": "Suggestions",
107
+ "changelog": "Version History"
90
108
  },
91
109
  "labels": {
92
110
  "actor": "Actor",
93
111
  "rule": "Rule",
94
112
  "category": "Category",
95
- "priority": "Priority"
113
+ "priority": "Priority",
114
+ "problem": "Problem",
115
+ "asIs": "Current State",
116
+ "toBe": "Target State",
117
+ "risks": "Risks",
118
+ "attribute": "Attribute",
119
+ "type": "Type",
120
+ "required": "Required",
121
+ "rules": "Rules",
122
+ "method": "Method",
123
+ "endpoint": "Endpoint",
124
+ "permission": "Permission",
125
+ "version": "Version",
126
+ "status": "Status"
127
+ },
128
+ "status": {
129
+ "draft": "Draft",
130
+ "analysed": "Analysed",
131
+ "specified": "Specified",
132
+ "approved": "Approved",
133
+ "handed-off": "Handed Off"
96
134
  },
97
135
  "stats": {
98
- "useCases": "Use Cases",
99
136
  "businessRules": "Business Rules",
137
+ "entities": "Entities",
138
+ "useCases": "Use Cases",
139
+ "requirements": "Requirements",
100
140
  "permissions": "Permissions"
101
141
  },
142
+ "suggestions": {
143
+ "accepted": "Accepted",
144
+ "declined": "Declined",
145
+ "pending": "Pending"
146
+ },
102
147
  "warnings": {
103
148
  "permissionCheck": "Permission Check Required",
104
149
  "permissionCheckDescription": "Ensure all permissions are registered in PermissionConfiguration.cs before deployment."
@@ -106,20 +151,6 @@
106
151
  "nav": {
107
152
  "backToApp": "Back to Application",
108
153
  "allModules": "All Modules"
109
- },
110
- "apps": {
111
- "{{app}}": {
112
- "name": "{{Application Name EN}}",
113
- "description": "{{Application description EN}}"
114
- }
115
- },
116
- "modules": {
117
- "{{module}}": {
118
- "name": "{{Module Name EN}}",
119
- "title": "{{Module Title EN}}",
120
- "subtitle": "{{Module subtitle EN}}",
121
- "overview": "{{Module overview EN}}"
122
- }
123
154
  }
124
155
  }
125
156
  ```
@@ -129,7 +160,7 @@
129
160
  ## Italian
130
161
 
131
162
  ```json
132
- // web/smartstack-web/src/i18n/locales/it/docs-{{app}}-{{module}}.json
163
+ // web/smartstack-web/src/i18n/locales/it/docs-business.json
133
164
  {
134
165
  "breadcrumb": {
135
166
  "docs": "Documentazione",
@@ -137,28 +168,57 @@
137
168
  },
138
169
  "common": {
139
170
  "tableOfContents": "Indice",
140
- "wireframePreview": "Anteprima wireframe",
141
- "modules": "Moduli"
171
+ "loading": "Caricamento...",
172
+ "noData": "Nessun dato disponibile"
142
173
  },
143
174
  "sections": {
144
- "overview": "Panoramica",
145
- "useCases": "Casi d'uso",
175
+ "discovery": "Scoperta",
146
176
  "businessRules": "Regole di business",
177
+ "entities": "Entita",
178
+ "useCases": "Casi d'uso",
147
179
  "permissions": "Permessi",
148
- "wireframes": "Wireframe",
149
- "api": "Endpoint API"
180
+ "api": "Endpoint API",
181
+ "suggestions": "Suggerimenti",
182
+ "changelog": "Storico versioni"
150
183
  },
151
184
  "labels": {
152
185
  "actor": "Attore",
153
186
  "rule": "Regola",
154
187
  "category": "Categoria",
155
- "priority": "Priorità"
188
+ "priority": "Priorita",
189
+ "problem": "Problema",
190
+ "asIs": "Stato attuale",
191
+ "toBe": "Stato obiettivo",
192
+ "risks": "Rischi",
193
+ "attribute": "Attributo",
194
+ "type": "Tipo",
195
+ "required": "Obbligatorio",
196
+ "rules": "Regole",
197
+ "method": "Metodo",
198
+ "endpoint": "Endpoint",
199
+ "permission": "Permesso",
200
+ "version": "Versione",
201
+ "status": "Stato"
202
+ },
203
+ "status": {
204
+ "draft": "Bozza",
205
+ "analysed": "Analizzato",
206
+ "specified": "Specificato",
207
+ "approved": "Approvato",
208
+ "handed-off": "Consegnato"
156
209
  },
157
210
  "stats": {
158
- "useCases": "Casi d'uso",
159
211
  "businessRules": "Regole di business",
212
+ "entities": "Entita",
213
+ "useCases": "Casi d'uso",
214
+ "requirements": "Requisiti",
160
215
  "permissions": "Permessi"
161
216
  },
217
+ "suggestions": {
218
+ "accepted": "Accettato",
219
+ "declined": "Rifiutato",
220
+ "pending": "In attesa"
221
+ },
162
222
  "warnings": {
163
223
  "permissionCheck": "Verifica permessi richiesta",
164
224
  "permissionCheckDescription": "Assicurarsi che tutti i permessi siano registrati in PermissionConfiguration.cs prima del deployment."
@@ -166,20 +226,6 @@
166
226
  "nav": {
167
227
  "backToApp": "Torna all'applicazione",
168
228
  "allModules": "Tutti i moduli"
169
- },
170
- "apps": {
171
- "{{app}}": {
172
- "name": "{{Application Name IT}}",
173
- "description": "{{Application description IT}}"
174
- }
175
- },
176
- "modules": {
177
- "{{module}}": {
178
- "name": "{{Module Name IT}}",
179
- "title": "{{Module Title IT}}",
180
- "subtitle": "{{Module subtitle IT}}",
181
- "overview": "{{Module overview IT}}"
182
- }
183
229
  }
184
230
  }
185
231
  ```
@@ -189,57 +235,72 @@
189
235
  ## German
190
236
 
191
237
  ```json
192
- // web/smartstack-web/src/i18n/locales/de/docs-{{app}}-{{module}}.json
238
+ // web/smartstack-web/src/i18n/locales/de/docs-business.json
193
239
  {
194
240
  "breadcrumb": {
195
241
  "docs": "Dokumentation",
196
- "business": "Geschäft"
242
+ "business": "Geschaeft"
197
243
  },
198
244
  "common": {
199
245
  "tableOfContents": "Inhaltsverzeichnis",
200
- "wireframePreview": "Wireframe-Vorschau",
201
- "modules": "Module"
246
+ "loading": "Laden...",
247
+ "noData": "Keine Daten verfuegbar"
202
248
  },
203
249
  "sections": {
204
- "overview": "Übersicht",
205
- "useCases": "Anwendungsfälle",
206
- "businessRules": "Geschäftsregeln",
250
+ "discovery": "Entdeckung",
251
+ "businessRules": "Geschaeftsregeln",
252
+ "entities": "Entitaeten",
253
+ "useCases": "Anwendungsfaelle",
207
254
  "permissions": "Berechtigungen",
208
- "wireframes": "Wireframes",
209
- "api": "API-Endpunkte"
255
+ "api": "API-Endpunkte",
256
+ "suggestions": "Vorschlaege",
257
+ "changelog": "Versionsgeschichte"
210
258
  },
211
259
  "labels": {
212
260
  "actor": "Akteur",
213
261
  "rule": "Regel",
214
262
  "category": "Kategorie",
215
- "priority": "Priorität"
263
+ "priority": "Prioritaet",
264
+ "problem": "Problem",
265
+ "asIs": "Aktueller Zustand",
266
+ "toBe": "Zielzustand",
267
+ "risks": "Risiken",
268
+ "attribute": "Attribut",
269
+ "type": "Typ",
270
+ "required": "Erforderlich",
271
+ "rules": "Regeln",
272
+ "method": "Methode",
273
+ "endpoint": "Endpunkt",
274
+ "permission": "Berechtigung",
275
+ "version": "Version",
276
+ "status": "Status"
277
+ },
278
+ "status": {
279
+ "draft": "Entwurf",
280
+ "analysed": "Analysiert",
281
+ "specified": "Spezifiziert",
282
+ "approved": "Genehmigt",
283
+ "handed-off": "Uebergeben"
216
284
  },
217
285
  "stats": {
218
- "useCases": "Anwendungsfälle",
219
- "businessRules": "Geschäftsregeln",
286
+ "businessRules": "Geschaeftsregeln",
287
+ "entities": "Entitaeten",
288
+ "useCases": "Anwendungsfaelle",
289
+ "requirements": "Anforderungen",
220
290
  "permissions": "Berechtigungen"
221
291
  },
292
+ "suggestions": {
293
+ "accepted": "Akzeptiert",
294
+ "declined": "Abgelehnt",
295
+ "pending": "Ausstehend"
296
+ },
222
297
  "warnings": {
223
- "permissionCheck": "Berechtigungsprüfung erforderlich",
298
+ "permissionCheck": "Berechtigungspruefung erforderlich",
224
299
  "permissionCheckDescription": "Stellen Sie sicher, dass alle Berechtigungen in PermissionConfiguration.cs vor dem Deployment registriert sind."
225
300
  },
226
301
  "nav": {
227
- "backToApp": "Zurück zur Anwendung",
302
+ "backToApp": "Zurueck zur Anwendung",
228
303
  "allModules": "Alle Module"
229
- },
230
- "apps": {
231
- "{{app}}": {
232
- "name": "{{Application Name DE}}",
233
- "description": "{{Application description DE}}"
234
- }
235
- },
236
- "modules": {
237
- "{{module}}": {
238
- "name": "{{Module Name DE}}",
239
- "title": "{{Module Title DE}}",
240
- "subtitle": "{{Module subtitle DE}}",
241
- "overview": "{{Module overview DE}}"
242
- }
243
304
  }
244
305
  }
245
306
  ```