@axiomatic-labs/claudeflow 2.40.8 → 2.41.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 (2) hide show
  1. package/lib/install.js +1 -1
  2. package/package.json +1 -1
package/lib/install.js CHANGED
@@ -192,7 +192,7 @@ async function run() {
192
192
  ui.success(`claudeflow v${version} installed`);
193
193
  ui.info(` ${summary.playbooks} playbooks · ${summary.scripts} scripts · ${summary.skills} skills`
194
194
  + (summary.claudeMd ? ' · CLAUDE.md guidance synced' : ''));
195
- ui.done(`Describe a change and the ${ui.BOLD}claudeflow-implement${ui.RESET} skill will drive it.`);
195
+ ui.done(`Describe a change and the ${ui.BOLD}claudeflow-implementer${ui.RESET} agent will build it.`);
196
196
  }
197
197
 
198
198
  module.exports = run;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiomatic-labs/claudeflow",
3
- "version": "2.40.8",
3
+ "version": "2.41.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"