@the-bearded-bear/claude-craft 8.5.0 → 8.6.0-next.14d6fc5
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 +18 -0
- package/bundles/cursor/.cursorrules +5 -2
- package/bundles/windsurf/.windsurfrules +5 -2
- package/cli/lib/banner.js +6 -1
- package/cli/lib/doctor.js +1 -1
- package/cli/lib/help.js +6 -0
- package/cli/lib/installer.js +22 -3
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
[](https://code.claude.com)
|
|
8
8
|
[](https://github.com/TheBeardedBearSAS/claude-craft/actions/workflows/npm-publish.yml)
|
|
9
9
|
[](https://opensource.org/licenses/MIT)
|
|
10
|
+
[](https://dashboard.stryker-mutator.io/reports/github.com/TheBeardedBearSAS/claude-craft/main)
|
|
10
11
|
|
|
11
12
|
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
13
|
|
|
@@ -139,6 +140,8 @@ See [CLI Reference](docs/CLI-REFERENCE.md) for all 125 commands across 26 namesp
|
|
|
139
140
|
|
|
140
141
|
## Installation
|
|
141
142
|
|
|
143
|
+
> **Platform:** Linux and macOS. Windows is not tested and not officially supported.
|
|
144
|
+
|
|
142
145
|
### NPX (Recommended)
|
|
143
146
|
|
|
144
147
|
```bash
|
|
@@ -174,6 +177,19 @@ make config-install PROJECT=my-monorepo
|
|
|
174
177
|
|
|
175
178
|
See [Installation Guide](docs/INSTALLATION.md) | [Configuration](docs/CONFIGURATION.md)
|
|
176
179
|
|
|
180
|
+
## Use Claude Craft Without Claude Code
|
|
181
|
+
|
|
182
|
+
Claude Craft's principles and rules are available as pre-built bundles for other AI surfaces. No installation required — paste and go.
|
|
183
|
+
|
|
184
|
+
| Surface | Bundle | Doc |
|
|
185
|
+
|---------|--------|-----|
|
|
186
|
+
| ChatGPT / GPT-5 | `bundles/chatgpt/claude-craft-bundle.md` | [Multi-IDE Guide](docs/guides/MULTI-IDE.md) |
|
|
187
|
+
| Claude.ai (Web) / Claude Projects | `bundles/claude/claude-craft-bundle.md` | [Multi-IDE Guide](docs/guides/MULTI-IDE.md) |
|
|
188
|
+
| Gemini / Cursor / Windsurf | `bundles/gemini/claude-craft-bundle.md` | [Multi-IDE Guide](docs/guides/MULTI-IDE.md) |
|
|
189
|
+
| Codex CLI / other agents | `bundles/claude/claude-craft-bundle.md` | [Multi-IDE Guide](docs/guides/MULTI-IDE.md) |
|
|
190
|
+
|
|
191
|
+
See [`bundles/README.md`](bundles/README.md) for platform-specific installation instructions and token budgets.
|
|
192
|
+
|
|
177
193
|
### What Gets Installed
|
|
178
194
|
|
|
179
195
|
```
|
|
@@ -265,6 +281,8 @@ Contact `flavien.metivier@gmail.com` to discuss a Pro support agreement. Pricing
|
|
|
265
281
|
|
|
266
282
|
→ [Contact TheBeardedCTO](mailto:contact@thebeardedcto.dev) to discuss your situation. No commitment.
|
|
267
283
|
|
|
284
|
+
📅 **Need help getting started?** Book a free 30-minute discovery call: [https://calendly.com/the-bearded-cto](https://calendly.com/the-bearded-cto)
|
|
285
|
+
|
|
268
286
|
## Contributing
|
|
269
287
|
|
|
270
288
|
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md).
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
# Claude-Craft - Multi-Technology Framework
|
|
10
10
|
|
|
11
|
-
**Version:** 8.
|
|
11
|
+
**Version:** 8.6.0 | **Languages:** en, fr, es, de, pt
|
|
12
12
|
|
|
13
13
|
A comprehensive AI-assisted development framework for Claude Code with 19 technology stacks, 72 agents, 211 commands across 26 namespaces, and BMAD v6 project management.
|
|
14
14
|
|
|
@@ -45,6 +45,9 @@ A comprehensive AI-assisted development framework for Claude Code with 19 techno
|
|
|
45
45
|
| Python | `@.claude/references/python/` | `/python:*` |
|
|
46
46
|
| PHP | `@.claude/references/php/` | `/php:*` |
|
|
47
47
|
| Paperclip | `@.claude/references/paperclip/` | `/paperclip:*` |
|
|
48
|
+
| **Svelte** _(community)_ | `@.claude/references/svelte/CLAUDE.md` | — |
|
|
49
|
+
|
|
50
|
+
> **Note:** Svelte/SvelteKit is **community-maintained** and hors-scope officiel. Voir `.claude/references/svelte/CLAUDE.md` pour le disclaimer complet.
|
|
48
51
|
|
|
49
52
|
See `@.claude/INDEX.md` for condensed checklists and patterns.
|
|
50
53
|
|
|
@@ -166,7 +169,7 @@ make install-symfony TARGET=. RULES_LANG=en
|
|
|
166
169
|
|
|
167
170
|
## Claude Code Compatibility
|
|
168
171
|
|
|
169
|
-
**Minimum Version:** 2.1.97 (CVE-2025-59536 patched) | **Recommended:** 2.1.
|
|
172
|
+
**Minimum Version:** 2.1.97 (CVE-2025-59536 patched) | **Recommended:** 2.1.118 — See `@.claude/COMPATIBILITY.md` for full changelog (v2.1.20+).
|
|
170
173
|
|
|
171
174
|
---
|
|
172
175
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
# Claude-Craft - Multi-Technology Framework
|
|
10
10
|
|
|
11
|
-
**Version:** 8.
|
|
11
|
+
**Version:** 8.6.0 | **Languages:** en, fr, es, de, pt
|
|
12
12
|
|
|
13
13
|
A comprehensive AI-assisted development framework for Claude Code with 19 technology stacks, 72 agents, 211 commands across 26 namespaces, and BMAD v6 project management.
|
|
14
14
|
|
|
@@ -45,6 +45,9 @@ A comprehensive AI-assisted development framework for Claude Code with 19 techno
|
|
|
45
45
|
| Python | `@.claude/references/python/` | `/python:*` |
|
|
46
46
|
| PHP | `@.claude/references/php/` | `/php:*` |
|
|
47
47
|
| Paperclip | `@.claude/references/paperclip/` | `/paperclip:*` |
|
|
48
|
+
| **Svelte** _(community)_ | `@.claude/references/svelte/CLAUDE.md` | — |
|
|
49
|
+
|
|
50
|
+
> **Note:** Svelte/SvelteKit is **community-maintained** and hors-scope officiel. Voir `.claude/references/svelte/CLAUDE.md` pour le disclaimer complet.
|
|
48
51
|
|
|
49
52
|
See `@.claude/INDEX.md` for condensed checklists and patterns.
|
|
50
53
|
|
|
@@ -166,7 +169,7 @@ make install-symfony TARGET=. RULES_LANG=en
|
|
|
166
169
|
|
|
167
170
|
## Claude Code Compatibility
|
|
168
171
|
|
|
169
|
-
**Minimum Version:** 2.1.97 (CVE-2025-59536 patched) | **Recommended:** 2.1.
|
|
172
|
+
**Minimum Version:** 2.1.97 (CVE-2025-59536 patched) | **Recommended:** 2.1.118 — See `@.claude/COMPATIBILITY.md` for full changelog (v2.1.20+).
|
|
170
173
|
|
|
171
174
|
---
|
|
172
175
|
|
package/cli/lib/banner.js
CHANGED
|
@@ -3,14 +3,19 @@
|
|
|
3
3
|
* @module cli/lib/banner
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
import c from './colors.js';
|
|
6
|
+
import c, { colorEnabled } from './colors.js';
|
|
7
7
|
import { success as successSymbol } from './symbols.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Print the ASCII art banner with version information.
|
|
11
|
+
* Falls back to plain text when NO_COLOR is set or stdout is not a TTY.
|
|
11
12
|
* @param {string} VERSION - Current package version string
|
|
12
13
|
*/
|
|
13
14
|
export function printBanner(VERSION) {
|
|
15
|
+
if (!colorEnabled) {
|
|
16
|
+
console.log(`Claude Craft v${VERSION}`);
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
14
19
|
console.log(`
|
|
15
20
|
${c.cyan}${c.bold}╔═══════════════════════════════════════════════════════════════╗${c.reset}
|
|
16
21
|
${c.cyan}${c.bold}║${c.reset} ${c.cyan}${c.bold}║${c.reset}
|
package/cli/lib/doctor.js
CHANGED
|
@@ -13,7 +13,7 @@ import { listDirs } from './fs-utils.js';
|
|
|
13
13
|
// Single source of truth for the security baseline. Bumped from 2.1.47 in v8.3.0
|
|
14
14
|
// after CVE-2025-59536 (CVSS 8.7) cumulative hardening completed in 2.1.97.
|
|
15
15
|
const MIN_CLAUDE_CODE = '2.1.97';
|
|
16
|
-
const RECOMMENDED_CLAUDE_CODE = '2.1.
|
|
16
|
+
const RECOMMENDED_CLAUDE_CODE = '2.1.118';
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Compare two semver-ish version strings (`major.minor.patch`).
|
package/cli/lib/help.js
CHANGED
|
@@ -28,6 +28,12 @@ const NAMESPACES = [
|
|
|
28
28
|
{ prefix: 'python', desc: 'Python: endpoints, async, typing, FastAPI' },
|
|
29
29
|
{ prefix: 'reactnative', desc: 'React Native: screens, navigation, native modules' },
|
|
30
30
|
{ prefix: 'php', desc: 'PHP: entities, value objects, use cases, Clean Architecture' },
|
|
31
|
+
{ prefix: 'kubernetes', desc: 'Kubernetes: manifests, helm, ingress, scaling, monitoring' },
|
|
32
|
+
{ prefix: 'ansible', desc: 'Ansible: playbooks, roles, inventory, automation' },
|
|
33
|
+
{ prefix: 'hcloud', desc: 'Hetzner Cloud: servers, networks, firewalls, load balancers' },
|
|
34
|
+
{ prefix: 'pgbouncer', desc: 'PgBouncer: connection pooling, configuration, monitoring' },
|
|
35
|
+
{ prefix: 'frankenphp', desc: 'FrankenPHP: server setup, workers, TLS, performance' },
|
|
36
|
+
{ prefix: 'opentofu', desc: 'OpenTofu: infrastructure-as-code, modules, state management' },
|
|
31
37
|
];
|
|
32
38
|
|
|
33
39
|
/**
|
package/cli/lib/installer.js
CHANGED
|
@@ -11,6 +11,20 @@ import { TECHNOLOGIES, LANGUAGES } from './constants.js';
|
|
|
11
11
|
import { printBanner, printSuccess } from './banner.js';
|
|
12
12
|
import { assertSafeTarget } from './path-safety.js';
|
|
13
13
|
|
|
14
|
+
/**
|
|
15
|
+
* Detect the preferred language from environment locale variables.
|
|
16
|
+
* Reads process.env.LANG or process.env.LC_ALL and maps to a supported language code.
|
|
17
|
+
* @returns {string} A supported language code: 'en' | 'fr' | 'es' | 'de' | 'pt'
|
|
18
|
+
*/
|
|
19
|
+
export function detectLocale() {
|
|
20
|
+
const raw = (process.env.LC_ALL || process.env.LANG || '').toLowerCase();
|
|
21
|
+
if (raw.startsWith('fr')) return 'fr';
|
|
22
|
+
if (raw.startsWith('es')) return 'es';
|
|
23
|
+
if (raw.startsWith('de')) return 'de';
|
|
24
|
+
if (raw.startsWith('pt')) return 'pt';
|
|
25
|
+
return 'en';
|
|
26
|
+
}
|
|
27
|
+
|
|
14
28
|
/**
|
|
15
29
|
* Execute a shell script synchronously via bash.
|
|
16
30
|
* @param {string} scriptPath - Absolute path to the shell script
|
|
@@ -86,15 +100,20 @@ export async function interactiveInstall(cli, { CLI_ROOT, VERSION }) {
|
|
|
86
100
|
|
|
87
101
|
// Step 2: Language
|
|
88
102
|
console.log(`\n${c.cyan}[2/5]${c.reset} ${c.bold}Language${c.reset}`);
|
|
103
|
+
const langKeys = Object.keys(LANGUAGES);
|
|
104
|
+
const detectedLang = detectLocale();
|
|
105
|
+
const detectedIndex = langKeys.indexOf(detectedLang) + 1;
|
|
89
106
|
console.log(
|
|
90
107
|
` ${Object.entries(LANGUAGES)
|
|
91
108
|
.map(([k, v], i) => `${i + 1}) ${k} - ${v}`)
|
|
92
109
|
.join('\n ')}`
|
|
93
110
|
);
|
|
94
|
-
|
|
95
|
-
|
|
111
|
+
if (detectedLang !== 'en') {
|
|
112
|
+
console.log(` ${c.dim}Auto-detected locale: ${detectedLang}${c.reset}`);
|
|
113
|
+
}
|
|
114
|
+
const langInput = await cli.prompt(` Select (1-5, default: ${detectedIndex}): `);
|
|
96
115
|
const langIndex = parseInt(langInput) - 1;
|
|
97
|
-
cli.config.language = langKeys[langIndex]
|
|
116
|
+
cli.config.language = langKeys[langIndex] !== undefined ? langKeys[langIndex] : detectedLang;
|
|
98
117
|
console.log(` ${c.green}Selected: ${LANGUAGES[cli.config.language]}${c.reset}`);
|
|
99
118
|
|
|
100
119
|
// Step 3: Technologies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-bearded-bear/claude-craft",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.6.0-next.14d6fc5",
|
|
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",
|
|
@@ -60,7 +60,11 @@
|
|
|
60
60
|
},
|
|
61
61
|
"homepage": "https://github.com/TheBeardedBearSAS/claude-craft#readme",
|
|
62
62
|
"engines": {
|
|
63
|
-
"node": ">=20.0.0"
|
|
63
|
+
"node": ">=20.0.0",
|
|
64
|
+
"os": [
|
|
65
|
+
"linux",
|
|
66
|
+
"darwin"
|
|
67
|
+
]
|
|
64
68
|
},
|
|
65
69
|
"devDependencies": {
|
|
66
70
|
"@commitlint/cli": "20.0.0",
|