@onion-architect-ai/cli 4.1.0-beta.4 → 4.1.0-beta.5

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 (97) hide show
  1. package/dist/cli.js +1 -1
  2. package/dist/cli.js.map +1 -1
  3. package/package.json +1 -1
  4. package/templates/.cursor/agents/development/c4-architecture-specialist.md +712 -0
  5. package/templates/.cursor/agents/development/c4-documentation-specialist.md +658 -0
  6. package/templates/.cursor/agents/development/clickup-specialist.md +397 -0
  7. package/templates/.cursor/agents/development/cursor-specialist.md +249 -0
  8. package/templates/.cursor/agents/development/docs-reverse-engineer.md +418 -0
  9. package/templates/.cursor/agents/development/gamma-api-specialist.md +1169 -0
  10. package/templates/.cursor/agents/development/gitflow-specialist.md +1207 -0
  11. package/templates/.cursor/agents/development/linux-security-specialist.md +676 -0
  12. package/templates/.cursor/agents/development/mermaid-specialist.md +516 -0
  13. package/templates/.cursor/agents/development/nodejs-specialist.md +673 -0
  14. package/templates/.cursor/agents/development/nx-migration-specialist.md +867 -0
  15. package/templates/.cursor/agents/development/nx-monorepo-specialist.md +619 -0
  16. package/templates/.cursor/agents/development/postgres-specialist.md +1124 -0
  17. package/templates/.cursor/agents/development/react-developer.md +132 -0
  18. package/templates/.cursor/agents/development/runflow-specialist.md +278 -0
  19. package/templates/.cursor/agents/development/system-documentation-orchestrator.md +1388 -0
  20. package/templates/.cursor/agents/development/task-specialist.md +618 -0
  21. package/templates/.cursor/agents/development/whisper-specialist.md +373 -0
  22. package/templates/.cursor/agents/development/zen-engine-specialist.md +421 -0
  23. package/templates/.cursor/agents/git/branch-code-reviewer.md +200 -0
  24. package/templates/.cursor/agents/git/branch-documentation-writer.md +162 -0
  25. package/templates/.cursor/agents/git/branch-metaspec-checker.md +68 -0
  26. package/templates/.cursor/agents/git/branch-test-planner.md +177 -0
  27. package/templates/.cursor/agents/product/branding-positioning-specialist.md +1030 -0
  28. package/templates/.cursor/agents/product/extract-meeting-specialist.md +395 -0
  29. package/templates/.cursor/agents/product/meeting-consolidator.md +483 -0
  30. package/templates/.cursor/agents/product/pain-price-specialist.md +509 -0
  31. package/templates/.cursor/agents/product/presentation-orchestrator.md +1191 -0
  32. package/templates/.cursor/agents/product/product-agent.md +202 -0
  33. package/templates/.cursor/agents/product/story-points-framework-specialist.md +539 -0
  34. package/templates/.cursor/agents/product/storytelling-business-specialist.md +891 -0
  35. package/templates/.cursor/agents/review/code-reviewer.md +155 -0
  36. package/templates/.cursor/agents/testing/test-agent.md +425 -0
  37. package/templates/.cursor/agents/testing/test-engineer.md +295 -0
  38. package/templates/.cursor/agents/testing/test-planner.md +118 -0
  39. package/templates/.cursor/commands/docs/build-business-docs.md +276 -0
  40. package/templates/.cursor/commands/docs/build-index.md +128 -0
  41. package/templates/.cursor/commands/docs/build-tech-docs.md +204 -0
  42. package/templates/.cursor/commands/docs/consolidate-documents.md +424 -0
  43. package/templates/.cursor/commands/docs/docs-health.md +142 -0
  44. package/templates/.cursor/commands/docs/help.md +306 -0
  45. package/templates/.cursor/commands/docs/refine-vision.md +27 -0
  46. package/templates/.cursor/commands/docs/reverse-consolidate.md +160 -0
  47. package/templates/.cursor/commands/docs/sync-sessions.md +320 -0
  48. package/templates/.cursor/commands/docs/validate-docs.md +159 -0
  49. package/templates/.cursor/commands/engineer/bump.md +43 -0
  50. package/templates/.cursor/commands/engineer/docs.md +39 -0
  51. package/templates/.cursor/commands/engineer/help.md +329 -0
  52. package/templates/.cursor/commands/engineer/hotfix.md +186 -0
  53. package/templates/.cursor/commands/engineer/plan.md +111 -0
  54. package/templates/.cursor/commands/engineer/pr-update.md +198 -0
  55. package/templates/.cursor/commands/engineer/pr.md +136 -0
  56. package/templates/.cursor/commands/engineer/pre-pr.md +91 -0
  57. package/templates/.cursor/commands/engineer/start.md +266 -0
  58. package/templates/.cursor/commands/engineer/validate-phase-sync.md +118 -0
  59. package/templates/.cursor/commands/engineer/warm-up.md +173 -0
  60. package/templates/.cursor/commands/engineer/work.md +169 -0
  61. package/templates/.cursor/commands/git/code-review.md +215 -0
  62. package/templates/.cursor/commands/git/fast-commit.md +45 -0
  63. package/templates/.cursor/commands/git/feature/finish.md +90 -0
  64. package/templates/.cursor/commands/git/feature/publish.md +91 -0
  65. package/templates/.cursor/commands/git/feature/start.md +158 -0
  66. package/templates/.cursor/commands/git/help.md +306 -0
  67. package/templates/.cursor/commands/git/hotfix/finish.md +98 -0
  68. package/templates/.cursor/commands/git/hotfix/start.md +94 -0
  69. package/templates/.cursor/commands/git/init.md +139 -0
  70. package/templates/.cursor/commands/git/release/finish.md +98 -0
  71. package/templates/.cursor/commands/git/release/start.md +95 -0
  72. package/templates/.cursor/commands/git/sync.md +228 -0
  73. package/templates/.cursor/commands/global/help.md +388 -0
  74. package/templates/.cursor/commands/product/analyze-pain-price.md +709 -0
  75. package/templates/.cursor/commands/product/branding.md +460 -0
  76. package/templates/.cursor/commands/product/check.md +48 -0
  77. package/templates/.cursor/commands/product/checklist-sync.md +241 -0
  78. package/templates/.cursor/commands/product/collect.md +96 -0
  79. package/templates/.cursor/commands/product/consolidate-meetings.md +306 -0
  80. package/templates/.cursor/commands/product/convert-to-tasks.md +220 -0
  81. package/templates/.cursor/commands/product/estimate.md +519 -0
  82. package/templates/.cursor/commands/product/extract-meeting.md +241 -0
  83. package/templates/.cursor/commands/product/feature.md +431 -0
  84. package/templates/.cursor/commands/product/help.md +212 -0
  85. package/templates/.cursor/commands/product/light-arch.md +97 -0
  86. package/templates/.cursor/commands/product/presentation.md +189 -0
  87. package/templates/.cursor/commands/product/refine.md +186 -0
  88. package/templates/.cursor/commands/product/spec.md +107 -0
  89. package/templates/.cursor/commands/product/task-check.md +340 -0
  90. package/templates/.cursor/commands/product/task.md +585 -0
  91. package/templates/.cursor/commands/product/transform-consolidated.md +592 -0
  92. package/templates/.cursor/commands/product/validate-task.md +294 -0
  93. package/templates/.cursor/commands/product/warm-up.md +187 -0
  94. package/templates/.cursor/commands/product/whisper.md +325 -0
  95. package/templates/.cursor/commands/test/e2e.md +392 -0
  96. package/templates/.cursor/commands/test/integration.md +523 -0
  97. package/templates/.cursor/commands/test/unit.md +378 -0
package/dist/cli.js CHANGED
@@ -16,7 +16,7 @@ var __esm = (fn, res) => function __init() {
16
16
  var ONION_VERSION, SUPPORTED_IDES;
17
17
  var init_constants = __esm({
18
18
  "src/constants.ts"() {
19
- ONION_VERSION = "4.1.0-beta.4";
19
+ ONION_VERSION = "4.1.0-beta.5";
20
20
  SUPPORTED_IDES = [
21
21
  {
22
22
  id: "cursor",