@avesta-hq/prevention 0.3.7 → 0.4.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/bin/cli.js CHANGED
@@ -26,9 +26,8 @@ Examples:
26
26
 
27
27
  After initialization:
28
28
  1. Start Claude Code in this project
29
- 2. Run /avesta-help to see status and available commands
30
- 3. Run /avesta-init backend to initialize workflow tracking
31
- 4. Run /avesta-scaffold to scaffold project structure (greenfield)
29
+ 2. Run /avesta-init backend (or frontend/fullstack)
30
+ 3. Follow the guided workflow scaffold, vision, plan, TDD
32
31
 
33
32
  Documentation:
34
33
  https://github.com/${GITHUB_RELEASES_REPO}
package/bin/lib/banner.js CHANGED
@@ -29,9 +29,9 @@ function generateWelcomeBanner() {
29
29
  boxMid(),
30
30
  boxEmpty(),
31
31
  boxLine(' Get started:'),
32
- boxLine(' /avesta-init [backend|frontend] Init workflow'),
33
- boxLine(' /avesta-scaffold New project'),
34
- boxLine(' /avesta-help All commands'),
32
+ boxLine(' /avesta-init backend Node.js/Express'),
33
+ boxLine(' /avesta-init frontend React/Next.js'),
34
+ boxLine(' /avesta-init fullstack Both'),
35
35
  boxEmpty(),
36
36
  boxLine(' Workflow:'),
37
37
  boxLine(' vision -> plan -> atdd -> tdd -> review -> ship'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avesta-hq/prevention",
3
- "version": "0.3.7",
3
+ "version": "0.4.0",
4
4
  "description": "XP/CD development agent commands for Claude Code - achieve Elite DORA metrics through disciplined TDD and Continuous Delivery practices",
5
5
  "keywords": [
6
6
  "claude-code",