@the-bearded-bear/claude-craft 8.3.2 → 8.4.0-next.cbd0c43

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
@@ -8,7 +8,7 @@
8
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)
9
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10
10
 
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.
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 — **31 specialized agents (+39 infra agents on-demand), 125 commands across 26 namespaces, 48 skills**, all token-optimized via `context: fork` and sub-agent model routing.
12
12
 
13
13
  ## What's New in v8.3 (Audit-driven release: tokens + security)
14
14
 
@@ -56,8 +56,8 @@ That's it. You get an architecture, security, and quality audit of your project
56
56
  Claude Code is powerful on its own. Claude Craft makes it **consistent and team-ready**:
57
57
 
58
58
  - **Standardized rules** -- SOLID, Clean Architecture, TDD enforced across your team, not just suggested
59
- - **72 specialized agents** -- reviewers, architects, coaches that know your stack deeply
60
- - **211 slash commands** -- repeatable workflows for audits, code generation, sprint management
59
+ - **31 default agents + 39 infra agents on-demand** -- reviewers, architects, coaches that know your stack deeply (70 total potentially installable)
60
+ - **125 slash commands across 26 namespaces** -- repeatable workflows for audits, code generation, sprint management
61
61
  - **Quality gates** -- automated checks at every stage from PRD to deployment
62
62
  - **5 languages** -- English, French, Spanish, German, Portuguese
63
63
 
@@ -65,26 +65,26 @@ Claude Code is powerful on its own. Claude Craft makes it **consistent and team-
65
65
 
66
66
  | Stack | Version | Install Command |
67
67
  |-------|---------|-----------------|
68
- | **Symfony / PHP** | 8.0 / PHP 8.5 | `--tech=symfony` |
69
- | **React** | 19.x | `--tech=react` |
70
- | **Flutter / Dart** | 3.38 / Dart 3.10 | `--tech=flutter` |
71
- | **Python** | 3.13+ / FastAPI | `--tech=python` |
72
- | **Angular** | 19.x | `--tech=angular` |
73
- | **Vue.js** | 3.5+ | `--tech=vuejs` |
74
- | **React Native** | 0.76+ | `--tech=reactnative` |
68
+ | **Symfony / PHP** | 8.0 / PHP 8.4+ | `--tech=symfony` |
69
+ | **React** | 19.2 + Compiler 1.0 | `--tech=react` |
70
+ | **Flutter / Dart** | 3.41 / Dart 3.11 | `--tech=flutter` |
71
+ | **Python** | 3.14+ / FastAPI | `--tech=python` |
72
+ | **Angular** | 20 LTS (ou 21) | `--tech=angular` |
73
+ | **Vue.js** | 3.5+ (3.6 beta Vapor) | `--tech=vuejs` |
74
+ | **React Native** | 0.85 (New Architecture) | `--tech=reactnative` |
75
75
  | **C# / .NET** | 10 LTS / C# 14 | `--tech=csharp` |
76
- | **Laravel** | 12.x / PHP 8.5 | `--tech=laravel` |
76
+ | **Laravel** | 13.x / PHP 8.5 | `--tech=laravel` |
77
77
  | **PHP** | 8.5 | `--tech=php` |
78
78
  | **Paperclip** | 2026.403.0 | `--tech=paperclip` |
79
79
 
80
- | **Docker** | 27+ | `--tech=docker` |
81
- | **Coolify** | 4.x | `--tech=coolify` |
82
- | **Kubernetes** | 1.35+ | `--tech=kubernetes` |
83
- | **OpenTofu** | 1.7+ | `--tech=opentofu` |
84
- | **Ansible** | 2.18+ | `--tech=ansible` |
80
+ | **Docker** | 29.4.0 | `--tech=docker` |
81
+ | **Coolify** | v4.0.0 (stable) | `--tech=coolify` |
82
+ | **Kubernetes** | 1.36.1 | `--tech=kubernetes` |
83
+ | **OpenTofu** | 1.12.0 | `--tech=opentofu` |
84
+ | **Ansible** | 2.20.4 | `--tech=ansible` |
85
85
  | **Hcloud** | 1.61+ | `--tech=hcloud` |
86
- | **PgBouncer** | 1.25+ | `--tech=pgbouncer` |
87
- | **FrankenPHP** | 1.11+ | `--tech=frankenphp` |
86
+ | **PgBouncer** | 1.25.2 (CVE-2026-6664/6667 patched) | `--tech=pgbouncer` |
87
+ | **FrankenPHP** | 1.12.1 | `--tech=frankenphp` |
88
88
 
89
89
  See [Technologies](docs/TECHNOLOGIES.md) for full details.
90
90
 
@@ -92,9 +92,9 @@ See [Technologies](docs/TECHNOLOGIES.md) for full details.
92
92
 
93
93
  | Category | Count | Examples |
94
94
  |----------|-------|---------|
95
- | **Agents** | 63 | `@tdd-coach`, `@api-designer`, `@symfony-reviewer`, `@kubernetes-architect`, `@hcloud-architect` |
96
- | **Commands** | 204 | `/workflow:init`, `/team:audit`, `/react:generate-component` |
97
- | **Skills** | 37 | Architecture, testing, security best practices |
95
+ | **Agents** | 31 default (+ 39 infra on-demand) | `@tdd-coach`, `@api-designer`, `@symfony-reviewer`, `@kubernetes-architect`, `@hcloud-architect` |
96
+ | **Commands** | 125 across 26 namespaces | `/workflow:init`, `/team:audit`, `/react:generate-component` |
97
+ | **Skills** | 48 | Architecture, testing, security best practices |
98
98
  | **Templates** | 21 | Code generation patterns, BMAD project templates |
99
99
  | **Checklists** | 10 | Commit, feature, release quality gates |
100
100
 
@@ -135,7 +135,7 @@ These are the commands you'll use most:
135
135
  | `/common:ralph-run "task"` | Run Claude in continuous loop until task is done |
136
136
  | `/qa:recette` | Automated acceptance testing via Chrome |
137
137
 
138
- See [CLI Reference](docs/CLI-REFERENCE.md) for all 211 commands across 26 namespaces.
138
+ See [CLI Reference](docs/CLI-REFERENCE.md) for all 125 commands across 26 namespaces.
139
139
 
140
140
  ## Installation
141
141
 
@@ -200,8 +200,8 @@ Context usage is optimized: ~3,500 tokens always loaded vs ~70,000 if everything
200
200
  | [Installation](docs/INSTALLATION.md) | All installation methods |
201
201
  | [Configuration](docs/CONFIGURATION.md) | Project configuration |
202
202
  | [CLI Reference](docs/CLI-REFERENCE.md) | Full CLI documentation |
203
- | [Commands](docs/COMMANDS.md) | All 211 commands |
204
- | [Agents](docs/AGENTS.md) | All 72 agents |
203
+ | [Commands](docs/COMMANDS.md) | All 125 commands |
204
+ | [Agents](docs/AGENTS.md) | All 31 default agents (+ 39 infra on-demand) |
205
205
  | [Skills](docs/SKILLS.md) | Best practices reference |
206
206
  | [Technologies](docs/TECHNOLOGIES.md) | Stack-specific guides |
207
207
  | [BMAD Guide](docs/BMAD-PRACTICAL-GUIDE.md) | Project management framework |
@@ -252,6 +252,19 @@ If you're considering Claude Craft for a team of 5+ developers and need :
252
252
 
253
253
  Contact `flavien.metivier@gmail.com` to discuss a Pro support agreement. Pricing is project-based (no per-seat licensing).
254
254
 
255
+ ## Training & Consulting
256
+
257
+ **Using Claude Code with your team and hitting friction?** The framework is free and open-source. The expertise behind it is available directly.
258
+
259
+ | Service | Best for | Format |
260
+ |---------|----------|--------|
261
+ | **Team onboarding** | 5–20 devs adopting Claude Code, conventions diverging | Half-day workshop |
262
+ | **Quality Gates calibration** | Adjusting BMAD thresholds to your stack and risk profile | 1-day audit |
263
+ | **Claude Code team training** | Structured adoption from solo to consistent team workflow | 2-day training |
264
+ | **Architecture consulting** | Migrating an existing codebase to BMAD v6 | 3–5 days |
265
+
266
+ → [Contact TheBeardedCTO](mailto:contact@thebeardedcto.dev) to discuss your situation. No commitment.
267
+
255
268
  ## Contributing
256
269
 
257
270
  Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md).
package/cli/lib/colors.js CHANGED
@@ -1,22 +1,36 @@
1
1
  /**
2
2
  * Shared ANSI color definitions for CLI modules.
3
+ *
4
+ * Honors the NO_COLOR convention (https://no-color.org): if the NO_COLOR
5
+ * environment variable is set to any non-empty string, every color/style
6
+ * sequence resolves to an empty string. Also disables colors when stdout
7
+ * is not a TTY (e.g. piped to a file), unless FORCE_COLOR is set.
8
+ *
3
9
  * @module cli/lib/colors
4
10
  */
5
11
 
12
+ const NO_COLOR =
13
+ typeof process !== 'undefined' &&
14
+ process.env &&
15
+ typeof process.env.NO_COLOR === 'string' &&
16
+ process.env.NO_COLOR.length > 0;
17
+
18
+ const FORCE_COLOR =
19
+ typeof process !== 'undefined' &&
20
+ process.env &&
21
+ typeof process.env.FORCE_COLOR === 'string' &&
22
+ process.env.FORCE_COLOR.length > 0 &&
23
+ process.env.FORCE_COLOR !== '0';
24
+
25
+ const STDOUT_IS_TTY = typeof process !== 'undefined' && process.stdout && process.stdout.isTTY === true;
26
+
6
27
  /**
7
- * ANSI escape code map for terminal color output.
8
- * @type {Object<string, string>}
9
- * @property {string} reset - Reset all formatting
10
- * @property {string} bold - Bold text
11
- * @property {string} dim - Dimmed text
12
- * @property {string} red - Red foreground
13
- * @property {string} green - Green foreground
14
- * @property {string} yellow - Yellow foreground
15
- * @property {string} blue - Blue foreground
16
- * @property {string} magenta - Magenta foreground
17
- * @property {string} cyan - Cyan foreground
28
+ * Whether ANSI color sequences should be emitted.
29
+ * @type {boolean}
18
30
  */
19
- const colors = {
31
+ export const colorEnabled = !NO_COLOR && (FORCE_COLOR || STDOUT_IS_TTY);
32
+
33
+ const ansi = {
20
34
  reset: '\x1b[0m',
21
35
  bold: '\x1b[1m',
22
36
  dim: '\x1b[2m',
@@ -28,4 +42,13 @@ const colors = {
28
42
  cyan: '\x1b[36m',
29
43
  };
30
44
 
45
+ const empty = Object.fromEntries(Object.keys(ansi).map((k) => [k, '']));
46
+
47
+ /**
48
+ * ANSI escape code map for terminal color output.
49
+ * When NO_COLOR is set or stdout is not a TTY, every entry resolves to "".
50
+ * @type {Object<string, string>}
51
+ */
52
+ const colors = colorEnabled ? ansi : empty;
53
+
31
54
  export default colors;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-bearded-bear/claude-craft",
3
- "version": "8.3.2",
3
+ "version": "8.4.0-next.cbd0c43",
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",
@@ -19,6 +19,7 @@
19
19
  "lint:fix": "eslint cli/ --fix",
20
20
  "lint:shell": "find Dev/ Infra/ Project/ Tools/ scripts/ .bmad/ -name '*.sh' -type f | xargs shellcheck --severity=warning",
21
21
  "lint:i18n": "bash scripts/verify-i18n-parity.sh",
22
+ "lint:includes": "node scripts/verify-claude-includes.mjs",
22
23
  "docs:generate": "node scripts/generate-references.mjs",
23
24
  "docs:check": "node scripts/generate-references.mjs --check",
24
25
  "format:check": "prettier --check cli/",