@atlashub/smartstack-cli 3.17.0 → 3.19.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 (43) hide show
  1. package/dist/index.js +3 -0
  2. package/dist/index.js.map +1 -1
  3. package/package.json +1 -1
  4. package/templates/agents/gitflow/start.md +2 -2
  5. package/templates/skills/business-analyse/SKILL.md +5 -5
  6. package/templates/skills/business-analyse/_shared.md +46 -20
  7. package/templates/skills/business-analyse/html/ba-interactive.html +57 -107
  8. package/templates/skills/business-analyse/html/src/scripts/01-data-init.js +13 -0
  9. package/templates/skills/business-analyse/html/src/scripts/02-navigation.js +1 -1
  10. package/templates/skills/business-analyse/html/src/scripts/03-render-cadrage.js +11 -20
  11. package/templates/skills/business-analyse/html/src/scripts/11-review-panel.js +1 -3
  12. package/templates/skills/business-analyse/html/src/template.html +31 -83
  13. package/templates/skills/business-analyse/patterns/suggestion-catalog.md +71 -3
  14. package/templates/skills/business-analyse/references/cadrage-pre-analysis.md +11 -8
  15. package/templates/skills/business-analyse/references/cadrage-structure-cards.md +7 -5
  16. package/templates/skills/business-analyse/references/deploy-data-build.md +42 -14
  17. package/templates/skills/business-analyse/references/deploy-modes.md +1 -1
  18. package/templates/skills/business-analyse/references/entity-architecture-decision.md +218 -0
  19. package/templates/skills/business-analyse/references/robustness-checks.md +2 -1
  20. package/templates/skills/business-analyse/references/spec-auto-inference.md +70 -16
  21. package/templates/skills/business-analyse/references/ui-resource-cards.md +149 -0
  22. package/templates/skills/business-analyse/steps/step-00-init.md +23 -5
  23. package/templates/skills/business-analyse/steps/step-01-cadrage.md +220 -32
  24. package/templates/skills/business-analyse/steps/step-02-decomposition.md +35 -26
  25. package/templates/skills/business-analyse/steps/step-03a1-setup.md +122 -32
  26. package/templates/skills/business-analyse/steps/step-03a2-analysis.md +8 -0
  27. package/templates/skills/business-analyse/steps/step-03b-ui.md +68 -5
  28. package/templates/skills/business-analyse/steps/step-03d-validate.md +34 -1
  29. package/templates/skills/business-analyse/steps/step-05a-handoff.md +99 -2
  30. package/templates/skills/business-analyse/steps/step-05b-deploy.md +44 -8
  31. package/templates/skills/business-analyse/steps/step-05c-ralph-readiness.md +226 -41
  32. package/templates/skills/business-analyse/steps/step-06-review.md +2 -1
  33. package/templates/skills/business-analyse/templates/tpl-handoff.md +5 -4
  34. package/templates/skills/business-analyse/templates/tpl-launch-displays.md +4 -1
  35. package/templates/skills/business-analyse/templates-frd.md +5 -4
  36. package/templates/skills/gitflow/references/start-local-config.md +6 -3
  37. package/templates/skills/gitflow/steps/step-start.md +2 -2
  38. package/templates/skills/ralph-loop/SKILL.md +41 -1
  39. package/templates/skills/ralph-loop/references/category-rules.md +96 -2
  40. package/templates/skills/ralph-loop/references/compact-loop.md +85 -24
  41. package/templates/skills/ralph-loop/steps/step-00-init.md +30 -54
  42. package/templates/skills/ralph-loop/steps/step-01-task.md +102 -1
  43. package/templates/skills/ralph-loop/steps/step-04-check.md +87 -40
package/dist/index.js CHANGED
@@ -116877,6 +116877,7 @@ dist/
116877
116877
  ## Environment
116878
116878
  *.env
116879
116879
  *.env.local
116880
+ *.env.standalone
116880
116881
  appsettings.Local.json
116881
116882
  appsettings.*.Local.json
116882
116883
 
@@ -117451,7 +117452,9 @@ build/
117451
117452
  # Environment
117452
117453
  .env
117453
117454
  .env.local
117455
+ .env.standalone
117454
117456
  .env.*.local
117457
+ .env.*.standalone
117455
117458
 
117456
117459
  # Logs
117457
117460
  *.log