@axiomatic-labs/claudeflow 2.0.1 → 2.0.3
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/manifest.js +1 -3
- package/package.json +1 -1
package/lib/manifest.js
CHANGED
|
@@ -6,7 +6,7 @@ const TEMPLATE_PREFIXES = [
|
|
|
6
6
|
'.claude/skills/claudeflow/',
|
|
7
7
|
'.claude/skills/claudeflow-init/',
|
|
8
8
|
'.claude/skills/claudeflow-update/',
|
|
9
|
-
'.claude/skills/sdd/',
|
|
9
|
+
'.claude/skills/claudeflow-sdd/',
|
|
10
10
|
'.claude/docs/',
|
|
11
11
|
'.claude/hooks/',
|
|
12
12
|
];
|
|
@@ -15,8 +15,6 @@ const TEMPLATE_PREFIXES = [
|
|
|
15
15
|
const TEMPLATE_FILES = [
|
|
16
16
|
'CLAUDE.md',
|
|
17
17
|
'.claude/settings.json',
|
|
18
|
-
'.claude/agents/example-agent.md',
|
|
19
|
-
'.claude/rules/example-rules.md',
|
|
20
18
|
];
|
|
21
19
|
|
|
22
20
|
// Check if a path from the ZIP is a template file.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axiomatic-labs/claudeflow",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
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"
|