@axiomatic-labs/claudeflow 2.28.0 → 2.29.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/lib/install.js +1 -3
- package/package.json +1 -1
package/lib/install.js
CHANGED
|
@@ -587,9 +587,7 @@ function showGettingStarted(cwd, cliStatus = { available: false, autoInstalled:
|
|
|
587
587
|
console.log(` ${ui.CYAN}/claudeflow-review${ui.RESET} ${ui.DIM}Senior review of a spec, request, or whole project${ui.RESET}`);
|
|
588
588
|
console.log(` ${ui.CYAN}/claudeflow-test${ui.RESET} ${ui.DIM}Run applicable test types with anti-falsification enforcement${ui.RESET}`);
|
|
589
589
|
console.log(` ${ui.CYAN}/claudeflow-ship${ui.RESET} ${ui.DIM}Release gate — classify blockers and deploy when ready${ui.RESET}`);
|
|
590
|
-
console.log(` ${ui.CYAN}/claudeflow-
|
|
591
|
-
console.log(` ${ui.CYAN}/claudeflow-prototype${ui.RESET} ${ui.DIM}Generate three UI direction prototypes via anchor-screen workflow${ui.RESET}`);
|
|
592
|
-
console.log(` ${ui.CYAN}/claudeflow-create-ui${ui.RESET} ${ui.DIM}Build pages or components from text, URLs, or plan files${ui.RESET}`);
|
|
590
|
+
console.log(` ${ui.CYAN}/claudeflow-prototype${ui.RESET} ${ui.DIM}Navigable hi-fi prototypes via the Discovery design wave; set-master to write the design foundation${ui.RESET}`);
|
|
593
591
|
console.log(` ${ui.CYAN}/claudeflow-regen-claudemd${ui.RESET} ${ui.DIM}Regenerate CLAUDE.md from the latest template + setup-context${ui.RESET}`);
|
|
594
592
|
console.log('');
|
|
595
593
|
console.log(` ${ui.BOLD}Shell commands (outside Claude Code):${ui.RESET}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axiomatic-labs/claudeflow",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.29.0",
|
|
4
4
|
"description": "Claudeflow — AI-powered development toolkit for Claude Code. Skills, agents, hooks, and quality gates that ship production apps.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"claudeflow": "./bin/cli.js"
|