@atlashub/smartstack-cli 3.19.0 → 3.21.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 (35) hide show
  1. package/dist/index.js +53 -1
  2. package/dist/index.js.map +1 -1
  3. package/dist/mcp-entry.mjs +1 -0
  4. package/dist/mcp-entry.mjs.map +1 -1
  5. package/package.json +1 -1
  6. package/templates/agents/gitflow/cleanup.md +5 -1
  7. package/templates/agents/gitflow/finish.md +2 -0
  8. package/templates/agents/gitflow/init-clone.md +13 -0
  9. package/templates/agents/gitflow/init-validate.md +14 -0
  10. package/templates/agents/gitflow/status.md +6 -0
  11. package/templates/project/api.ts.template +8 -29
  12. package/templates/project/appsettings.json.template +1 -0
  13. package/templates/skills/business-analyse/html/ba-interactive.html +562 -150
  14. package/templates/skills/business-analyse/html/src/scripts/01-data-init.js +11 -6
  15. package/templates/skills/business-analyse/html/src/scripts/02-navigation.js +209 -4
  16. package/templates/skills/business-analyse/html/src/scripts/04-render-modules.js +2 -8
  17. package/templates/skills/business-analyse/html/src/scripts/05-render-specs.js +57 -2
  18. package/templates/skills/business-analyse/html/src/scripts/07-render-handoff.js +3 -1
  19. package/templates/skills/business-analyse/html/src/scripts/08-editing.js +112 -22
  20. package/templates/skills/business-analyse/html/src/scripts/11-review-panel.js +7 -0
  21. package/templates/skills/business-analyse/html/src/styles/02-layout.css +1 -1
  22. package/templates/skills/business-analyse/html/src/styles/03-navigation.css +89 -31
  23. package/templates/skills/business-analyse/html/src/styles/05-modules.css +64 -0
  24. package/templates/skills/business-analyse/html/src/template.html +8 -76
  25. package/templates/skills/business-analyse/references/deploy-data-build.md +9 -7
  26. package/templates/skills/business-analyse/references/html-data-mapping.md +20 -28
  27. package/templates/skills/business-analyse/references/validate-incremental-html.md +2 -1
  28. package/templates/skills/business-analyse/steps/step-02-decomposition.md +16 -3
  29. package/templates/skills/business-analyse/steps/step-03c-compile.md +55 -2
  30. package/templates/skills/business-analyse/steps/step-03d-validate.md +82 -15
  31. package/templates/skills/business-analyse/steps/step-05a-handoff.md +77 -3
  32. package/templates/skills/business-analyse/steps/step-05b-deploy.md +27 -0
  33. package/templates/skills/gitflow/_shared.md +65 -17
  34. package/templates/skills/gitflow/phases/status.md +8 -3
  35. package/templates/skills/gitflow/steps/step-start.md +3 -0
@@ -25773,6 +25773,7 @@ var init_types3 = __esm({
25773
25773
  projectType: external_exports.enum(["client", "platform"]).default("platform"),
25774
25774
  dbContext: external_exports.enum(["core", "extensions"]).default("core"),
25775
25775
  baseNamespace: external_exports.string().optional(),
25776
+ tablePrefix: external_exports.string().optional().describe('Application-level table prefix (e.g., "rh_", "fi_", "crm_")'),
25776
25777
  smartStackVersion: external_exports.string().optional(),
25777
25778
  initialized: external_exports.string().optional(),
25778
25779
  paths: external_exports.object({