@atlashub/smartstack-cli 2.3.0 → 2.5.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/.documentation/cli-commands.html +1 -1
- package/.documentation/init.html +1 -1
- package/.documentation/installation.html +1 -1
- package/dist/index.js +1213 -815
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/templates/agents/ba-reader.md +114 -9
- package/templates/agents/ba-writer.md +108 -27
- package/templates/agents/mcp-healthcheck.md +1 -1
- package/templates/ralph/README.md +1 -1
- package/templates/ralph/ralph.config.yaml +1 -1
- package/templates/skills/_shared.md +60 -0
- package/templates/skills/application/steps/step-00-init.md +32 -8
- package/templates/skills/business-analyse/SKILL.md +65 -42
- package/templates/skills/business-analyse/_shared.md +161 -51
- package/templates/skills/business-analyse/questionnaire/00-application.md +166 -0
- package/templates/skills/business-analyse/questionnaire.md +63 -19
- package/templates/skills/business-analyse/react/application-viewer.md +242 -0
- package/templates/skills/business-analyse/react/components.md +60 -8
- package/templates/skills/business-analyse/react/schema.md +238 -7
- package/templates/skills/business-analyse/schemas/application-schema.json +389 -0
- package/templates/skills/business-analyse/schemas/feature-schema.json +74 -3
- package/templates/skills/business-analyse/steps/step-00-init.md +110 -44
- package/templates/skills/business-analyse/steps/step-01-cadrage.md +259 -0
- package/templates/skills/business-analyse/steps/step-02-decomposition.md +282 -0
- package/templates/skills/business-analyse/steps/step-03-specify.md +489 -0
- package/templates/skills/business-analyse/steps/step-04-consolidation.md +336 -0
- package/templates/skills/business-analyse/steps/step-05-handoff.md +1119 -0
- package/templates/skills/mcp/SKILL.md +2 -2
- package/templates/skills/business-analyse/steps/step-01-analyse.md +0 -523
- package/templates/skills/business-analyse/steps/step-02-specify.md +0 -899
- package/templates/skills/business-analyse/steps/step-03-validate.md +0 -1009
- package/templates/skills/business-analyse/steps/step-04-handoff.md +0 -1802
|
@@ -610,7 +610,7 @@ smartstack check-mcp --json # Output JSON</code></pre>
|
|
|
610
610
|
<td><strong>smartstack</strong></td>
|
|
611
611
|
<td data-lang="fr">Validation conventions, scaffolding, API docs</td>
|
|
612
612
|
<td data-lang="en">Convention validation, scaffolding, API docs</td>
|
|
613
|
-
<td><code>claude mcp add smartstack -- npx
|
|
613
|
+
<td><code>claude mcp add smartstack -- npx --package @atlashub/smartstack-cli smartstack-mcp</code> <em data-lang="fr">(auto via install)</em><em data-lang="en">(auto via install)</em></td>
|
|
614
614
|
</tr>
|
|
615
615
|
</tbody>
|
|
616
616
|
</table>
|
package/.documentation/init.html
CHANGED
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
<span data-lang="fr">Validation conventions, scaffolding, API docs</span>
|
|
199
199
|
<span data-lang="en">Conventions validation, scaffolding, API docs</span>
|
|
200
200
|
</td>
|
|
201
|
-
<td><code>claude mcp add smartstack -- npx
|
|
201
|
+
<td><code>claude mcp add smartstack -- npx --package @atlashub/smartstack-cli smartstack-mcp</code> <em data-lang="fr">(auto via install)</em><em data-lang="en">(auto via install)</em></td>
|
|
202
202
|
</tr>
|
|
203
203
|
<tr>
|
|
204
204
|
<td><strong>Context7 MCP</strong></td>
|
|
@@ -767,7 +767,7 @@ smartstack install</code></pre>
|
|
|
767
767
|
smartstack install --force
|
|
768
768
|
|
|
769
769
|
# Enregistrement manuel (si necessaire)
|
|
770
|
-
claude mcp add smartstack -- npx
|
|
770
|
+
claude mcp add smartstack -- npx --package @atlashub/smartstack-cli smartstack-mcp</code></pre>
|
|
771
771
|
</div>
|
|
772
772
|
</div>
|
|
773
773
|
</div>
|