@axiomatic-labs/claudeflow 2.6.31 → 2.6.32

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
@@ -91,7 +91,7 @@ async function run() {
91
91
  copyDirSync(srcDocs, dstDocs);
92
92
  }
93
93
 
94
- // Ensure .claude/tmp exists and copy bundled scripts (e.g., pixeldiff.py)
94
+ // Ensure .claude/tmp exists and copy bundled scripts
95
95
  fs.mkdirSync(path.join(cwd, '.claude', 'tmp'), { recursive: true });
96
96
  const srcTmp = path.join(srcClaude, 'tmp');
97
97
  if (fs.existsSync(srcTmp)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiomatic-labs/claudeflow",
3
- "version": "2.6.31",
3
+ "version": "2.6.32",
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"