@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 +2 -3
- package/bin/lib/banner.js +3 -3
- package/package.json +1 -1
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-
|
|
30
|
-
3.
|
|
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
|
|
33
|
-
boxLine(' /avesta-
|
|
34
|
-
boxLine(' /avesta-
|
|
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
|
+
"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",
|