@the-bearded-bear/claude-craft 8.2.5 → 8.3.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/README.md CHANGED
@@ -1,16 +1,23 @@
1
- # Claude Craft
1
+ # Claude Craft — Sprint workflow, multi-stack reviewers, and browser QA for Claude Code teams
2
+
3
+ > **The most complete framework for tech leads adopting Claude Code with their team — 19 stacks, 5 languages, BMAD v6 sprint lifecycle, browser-based acceptance testing.**
2
4
 
3
5
  [![npm version](https://img.shields.io/npm/v/@the-bearded-bear/claude-craft)](https://www.npmjs.com/package/@the-bearded-bear/claude-craft)
6
+ [![npm downloads](https://img.shields.io/npm/dm/@the-bearded-bear/claude-craft)](https://www.npmjs.com/package/@the-bearded-bear/claude-craft)
7
+ [![Claude Code 2.1.97+](https://img.shields.io/badge/Claude%20Code-2.1.97%2B-blue)](https://code.claude.com)
4
8
  [![CI](https://github.com/TheBeardedBearSAS/claude-craft/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/TheBeardedBearSAS/claude-craft/actions/workflows/npm-publish.yml)
5
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
10
 
7
- ## Warranty Disclaimer
8
-
9
- THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See [LICENSE](LICENSE) for full terms.
11
+ A comprehensive framework for AI-assisted development with [Claude Code](https://claude.ai/code). Install standardized rules, agents, and commands for your projects across multiple technology stacks — **72 specialized agents, 211 commands, 48 skills**, all token-optimized via `context: fork` and sub-agent model routing.
10
12
 
11
- ---
13
+ ## What's New in v8.3 (Audit-driven release: tokens + security)
12
14
 
13
- A comprehensive framework for AI-assisted development with [Claude Code](https://claude.ai/code). Install standardized rules, agents, and commands for your projects across multiple technology stacks.
15
+ - **Token optimization via `context: fork`** (v8.3.0) -- 15 heavy skills (>100 lines) now run in isolated contexts (Claude Code v2.1.105+), saving 8-15K tokens per long session
16
+ - **CHANGELOG truncated** (v8.3.0) -- 117 KB → 67 KB shipped, archive moved to `docs/CHANGELOG-archive.md`
17
+ - **Production deps trimmed** (v8.3.0) -- `cytoscape`, `cytoscape-dagre`, `dompurify`, `uplot` moved to `devDependencies` (-3 MB prod install)
18
+ - **Min Claude Code raised to 2.1.97** (v8.3.0) -- CVE-2025-59536 (CVSS 8.7, RCE + token exfiltration) cumulative hardening
19
+ - **`plugin.json` schema v8.3** (v8.3.0) -- accurate counts (72/211/48), marketplace-ready, was stale at v7.6.1
20
+ - **Hook templates documentation** (v8.3.0) -- 9 templates documented with Token Optimization Stack recipe (55-65% reduction)
14
21
 
15
22
  ## What's New in v8.2 (Claude Code 2.1.117 + Opus 4.7)
16
23
 
@@ -47,8 +54,8 @@ That's it. You get an architecture, security, and quality audit of your project
47
54
  Claude Code is powerful on its own. Claude Craft makes it **consistent and team-ready**:
48
55
 
49
56
  - **Standardized rules** -- SOLID, Clean Architecture, TDD enforced across your team, not just suggested
50
- - **63 specialized agents** -- reviewers, architects, coaches that know your stack deeply
51
- - **204 slash commands** -- repeatable workflows for audits, code generation, sprint management
57
+ - **72 specialized agents** -- reviewers, architects, coaches that know your stack deeply
58
+ - **211 slash commands** -- repeatable workflows for audits, code generation, sprint management
52
59
  - **Quality gates** -- automated checks at every stage from PRD to deployment
53
60
  - **5 languages** -- English, French, Spanish, German, Portuguese
54
61
 
@@ -225,6 +232,10 @@ Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md)
225
232
 
226
233
  This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
227
234
 
235
+ ### Warranty Disclaimer
236
+
237
+ THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See [LICENSE](LICENSE) for full terms.
238
+
228
239
  ---
229
240
 
230
241
  Built for [Claude Code](https://claude.ai/code) by Anthropic. Inspired by Clean Architecture and Domain-Driven Design principles.
@@ -37,41 +37,41 @@ const TECH_REGISTRY = {
37
37
  flutter: {
38
38
  name: 'flutter',
39
39
  displayName: 'Flutter / Dart',
40
- desc: 'Mobile Dart with BLoC pattern, Material/Cupertino',
40
+ desc: 'Mobile Dart with BLoC v9, Riverpod 3, Material 3, Impeller',
41
41
  namespace: 'flutter',
42
42
  i18nDir: 'Flutter',
43
43
  installScript: 'install-flutter-rules.sh',
44
- version: '3.38 / Dart 3.10',
44
+ version: '3.41 / Dart 3.11',
45
45
  tier: 1,
46
46
  },
47
47
  react: {
48
48
  name: 'react',
49
49
  displayName: 'React',
50
- desc: 'Frontend JS/TS with Hooks, State management, A11y',
50
+ desc: 'Frontend JS/TS with Hooks, Compiler 1.0, Server Components',
51
51
  namespace: 'react',
52
52
  i18nDir: 'React',
53
53
  installScript: 'install-react-rules.sh',
54
- version: '19.x',
54
+ version: '19.2 + Compiler 1.0',
55
55
  tier: 1,
56
56
  },
57
57
  reactnative: {
58
58
  name: 'reactnative',
59
59
  displayName: 'React Native',
60
- desc: 'Mobile JS/TS with Navigation, Native modules',
60
+ desc: 'Mobile JS/TS New Architecture (JSI, TurboModules, Fabric)',
61
61
  namespace: 'reactnative',
62
62
  i18nDir: 'ReactNative',
63
63
  installScript: 'install-reactnative-rules.sh',
64
- version: '0.76+',
64
+ version: '0.85',
65
65
  tier: 2,
66
66
  },
67
67
  angular: {
68
68
  name: 'angular',
69
69
  displayName: 'Angular',
70
- desc: 'Frontend TS with Signals, Standalone components, RxJS',
70
+ desc: 'Frontend TS with Signals, Zoneless, httpResource',
71
71
  namespace: 'angular',
72
72
  i18nDir: 'Angular',
73
73
  installScript: 'install-angular-rules.sh',
74
- version: '19.x',
74
+ version: '20 LTS',
75
75
  tier: 3,
76
76
  },
77
77
  csharp: {
@@ -87,11 +87,11 @@ const TECH_REGISTRY = {
87
87
  laravel: {
88
88
  name: 'laravel',
89
89
  displayName: 'Laravel',
90
- desc: 'PHP backend with Actions, Pest PHP, Sanctum',
90
+ desc: 'PHP backend with Actions, Pest 4, Sanctum, AI SDK, Passkey',
91
91
  namespace: 'laravel',
92
92
  i18nDir: 'Laravel',
93
93
  installScript: 'install-laravel-rules.sh',
94
- version: '12.x / PHP 8.5',
94
+ version: '13.x / PHP 8.5',
95
95
  tier: 3,
96
96
  },
97
97
  vuejs: {
@@ -117,11 +117,11 @@ const TECH_REGISTRY = {
117
117
  python: {
118
118
  name: 'python',
119
119
  displayName: 'Python',
120
- desc: 'Backend with FastAPI, async/await, Type hints',
120
+ desc: 'Backend with FastAPI, Pydantic, free-threading, JIT',
121
121
  namespace: 'python',
122
122
  i18nDir: 'Python',
123
123
  installScript: 'install-python-rules.sh',
124
- version: '3.13+',
124
+ version: '3.14+',
125
125
  tier: 1,
126
126
  },
127
127
  docker: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-bearded-bear/claude-craft",
3
- "version": "8.2.5",
3
+ "version": "8.3.0",
4
4
  "description": "A comprehensive framework for AI-assisted development with Claude Code. Install standardized rules, agents, and commands for your projects.",
5
5
  "type": "module",
6
6
  "main": "cli/index.js",
@@ -64,10 +64,14 @@
64
64
  "@eslint/js": "^10.0.0",
65
65
  "@sveltejs/vite-plugin-svelte": "^5.1.1",
66
66
  "@vitest/coverage-v8": "4.0.0",
67
+ "cytoscape": "^3.33.2",
68
+ "cytoscape-dagre": "^2.5.0",
69
+ "dompurify": "^3.4.0",
67
70
  "eslint": "10.0.0",
68
71
  "eslint-config-prettier": "^10.0.0",
69
72
  "prettier": "3.4.0",
70
73
  "svelte": "^5.55.4",
74
+ "uplot": "^1.6.32",
71
75
  "vite": "^6.4.2",
72
76
  "vitest": "4.0.0"
73
77
  },
@@ -82,14 +86,10 @@
82
86
  "dependencies": {
83
87
  "@hono/node-server": "^1.19.14",
84
88
  "chokidar": "^4.0.3",
85
- "cytoscape": "^3.33.2",
86
- "cytoscape-dagre": "^2.5.0",
87
- "dompurify": "^3.4.0",
88
89
  "gray-matter": "^4.0.3",
89
90
  "hono": "^4.12.14",
90
91
  "js-yaml": "^4.1.1",
91
92
  "marked": "^14.1.4",
92
- "uplot": "^1.6.32",
93
93
  "zod": "^3.25.76"
94
94
  }
95
95
  }