@axiomatic-labs/claudeflow 2.12.117 → 2.12.119
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 +3 -3
- package/package.json +1 -1
package/lib/install.js
CHANGED
|
@@ -6,9 +6,9 @@ const { getLatestRelease, downloadReleaseAsset } = require('./download.js');
|
|
|
6
6
|
const { writeLocalVersion, readLocalVersion } = require('./version.js');
|
|
7
7
|
const ui = require('./ui.js');
|
|
8
8
|
|
|
9
|
-
// Template skills are shipped inside the ZIP. Copy every
|
|
10
|
-
// from the release
|
|
11
|
-
//
|
|
9
|
+
// Template skills are shipped inside the ZIP. Copy every managed
|
|
10
|
+
// claudeflow-* skill from the release while preserving any user-generated
|
|
11
|
+
// skills that are not part of the shipped asset.
|
|
12
12
|
const TEMPLATE_MANAGED_MANIFEST = path.join('.claudeflow', 'config', 'template-managed-manifest.json');
|
|
13
13
|
const CLAUDE_BACKUP_ROOT = '.claudeflow-backups';
|
|
14
14
|
const REQUIRED_TEMPLATE_RULES = [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axiomatic-labs/claudeflow",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.119",
|
|
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"
|