@the-bearded-bear/claude-craft 8.7.1-next.c01d0bb → 8.7.1-next.cd47b2d
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 +23 -6
- package/bundles/cursor/.cursorrules +5 -5
- package/bundles/windsurf/.windsurfrules +5 -5
- package/cli/lib/constants.js +7 -2
- package/cli/lib/installer.js +13 -4
- package/cli/lib/tech-registry.js +24 -3
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
# Claude Craft — Sprint workflow, multi-stack reviewers, and browser QA for Claude Code teams
|
|
2
2
|
|
|
3
|
-
> **The
|
|
3
|
+
> **The AI framework where bugs don't come back.** Sprint workflow, a continuous build loop, browser-based acceptance testing, and token-optimized multi-stack reviewers for tech leads adopting Claude Code with their team. **11 stacks, 5 languages, BMAD v6.**
|
|
4
|
+
|
|
5
|
+
## Why teams pick Claude Craft
|
|
6
|
+
|
|
7
|
+
Four things Claude Code + an Anthropic cookbook **won't** give you — they're workflow and orchestration, not prompts:
|
|
8
|
+
|
|
9
|
+
| Differentiator | What it does |
|
|
10
|
+
|----------------|--------------|
|
|
11
|
+
| 🏆 **QA Recette** (browser-based) | `/qa:recette` drives Chrome to run acceptance tests and auto-generates a regression test for every bug you fix — the Golden Rule: a fixed bug never comes back. No other Claude Code framework does this. |
|
|
12
|
+
| 🚀 **BMAD v6 sprint workflow** | Analyze → Plan → Design → Implement → QA, executed by Claude Code directly with quality gates. Quick Flow < 5 min, Standard < 15 min, Enterprise < 30 min. |
|
|
13
|
+
| 🔁 **Ralph Wiggum loop** | `/common:ralph-run` runs Claude in a continuous loop until your Definition of Done holds — adaptive circuit breaker, native `/goal` integration, DoD validators. |
|
|
14
|
+
| ⚡ **RTK token optimization** | Forked sub-agents, `context: fork` on heavy skills, 1h prompt caching, Haiku/Sonnet/Opus routing per task. Target 55-65% token savings vs raw Claude Code. |
|
|
15
|
+
|
|
16
|
+
Plus **11 stack-specific reviewers** (@symfony-reviewer, @react-reviewer, @python-reviewer…) that enforce SOLID/TDD/Clean Architecture so you don't re-type your conventions every sprint.
|
|
17
|
+
|
|
18
|
+
> **Why not just Claude Code + a cookbook?** Claude already knows React, Symfony, and Flutter patterns — so Claude Craft's value isn't the prompts, it's the **workflow and orchestration around them**: a sprint lifecycle with gates, a continuous loop with a real DoD, browser-based regression capture, and per-task token routing. Those are the parts a per-stack cookbook doesn't cover.
|
|
19
|
+
|
|
20
|
+
|
|
4
21
|
|
|
5
22
|
[](https://www.npmjs.com/package/@the-bearded-bear/claude-craft)
|
|
6
23
|
[](https://www.npmjs.com/package/@the-bearded-bear/claude-craft)
|
|
@@ -9,7 +26,7 @@
|
|
|
9
26
|
[](https://opensource.org/licenses/MIT)
|
|
10
27
|
[](https://dashboard.stryker-mutator.io/reports/github.com/TheBeardedBearSAS/claude-craft/main)
|
|
11
28
|
|
|
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
|
|
29
|
+
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 15 namespaces, 48 skills**, all token-optimized via `context: fork` and sub-agent model routing.
|
|
13
30
|
|
|
14
31
|
## What's New in v8.3 (Audit-driven release: tokens + security)
|
|
15
32
|
|
|
@@ -25,7 +42,7 @@ A comprehensive framework for AI-assisted development with [Claude Code](https:/
|
|
|
25
42
|
## What's New in v8.2 (Claude Code 2.1.117 + Opus 4.7)
|
|
26
43
|
|
|
27
44
|
- **Opus 4.7 as default flagship** (v8.2.2) -- model ID `claude-opus-4-7`, 1M context GA (no pricing premium), new `xhigh` effort level, adaptive thinking only (extended thinking removed), same $5/$25 per M tokens as Opus 4.6
|
|
28
|
-
- **Claude Code 2.1.
|
|
45
|
+
- **Claude Code 2.1.154 recommended** -- Opus 4.8 (`claude-opus-4-8`, defaults to high effort + `/effort xhigh`), Dynamic Workflows (orchestrate tens-to-hundreds of background agents, capped at 1000), `/goal`, `claude agents` view, forked subagents (`CLAUDE_CODE_FORK_SUBAGENT=1`, v2.1.117), prompt caching env vars (`ENABLE_PROMPT_CACHING_1H`, v2.1.108)
|
|
29
46
|
- **Fast Mode preserved on Opus 4.6** -- `/fast` reste Opus 4.6 exclusif (2.5x speed, 6x cost). Opus 4.7 n'a pas de Fast Mode.
|
|
30
47
|
- **Node.js 22 LTS migration** (v8.2.1) -- CI workflows migrés, élimine les deprecation warnings GitHub Actions (Node 20 EOL avril 2026). Minimum utilisateur reste Node.js 20+.
|
|
31
48
|
- **CI repair** (v8.2.3) -- Deploy Documentation (Playwright strict mode), Generate SBOM (migration vers `@cyclonedx/cyclonedx-npm` CLI), SLSA workflow retiré (redondant avec `npm publish --provenance`).
|
|
@@ -67,7 +84,7 @@ Claude Code is powerful on its own. Claude Craft makes it **consistent and team-
|
|
|
67
84
|
|
|
68
85
|
- **Standardized rules** -- SOLID, Clean Architecture, TDD enforced across your team, not just suggested
|
|
69
86
|
- **31 default agents + 39 infra agents on-demand** -- reviewers, architects, coaches that know your stack deeply (70 total potentially installable)
|
|
70
|
-
- **125 slash commands across
|
|
87
|
+
- **125 slash commands across 15 namespaces** -- repeatable workflows for audits, code generation, sprint management
|
|
71
88
|
- **Quality gates** -- automated checks at every stage from PRD to deployment
|
|
72
89
|
- **5 languages** -- English, French, Spanish, German, Portuguese
|
|
73
90
|
|
|
@@ -103,7 +120,7 @@ See [Technologies](docs/TECHNOLOGIES.md) for full details.
|
|
|
103
120
|
| Category | Count | Examples |
|
|
104
121
|
|----------|-------|---------|
|
|
105
122
|
| **Agents** | 31 default (+ 39 infra on-demand) | `@tdd-coach`, `@api-designer`, `@symfony-reviewer`, `@kubernetes-architect`, `@hcloud-architect` |
|
|
106
|
-
| **Commands** | 125 across
|
|
123
|
+
| **Commands** | 125 across 15 namespaces | `/workflow:init`, `/team:audit`, `/react:generate-component` |
|
|
107
124
|
| **Skills** | 48 | Architecture, testing, security best practices |
|
|
108
125
|
| **Templates** | 21 | Code generation patterns, BMAD project templates |
|
|
109
126
|
| **Checklists** | 10 | Commit, feature, release quality gates |
|
|
@@ -145,7 +162,7 @@ These are the commands you'll use most:
|
|
|
145
162
|
| `/common:ralph-run "task"` | Run Claude in continuous loop until task is done |
|
|
146
163
|
| `/qa:recette` | Automated acceptance testing via Chrome |
|
|
147
164
|
|
|
148
|
-
See [CLI Reference](docs/CLI-REFERENCE.md) for all 125 commands across
|
|
165
|
+
See [CLI Reference](docs/CLI-REFERENCE.md) for all 125 commands across 15 namespaces.
|
|
149
166
|
|
|
150
167
|
## Installation
|
|
151
168
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
**Version:** 8.7.1 | **Languages:** en, fr, es, de, pt
|
|
12
12
|
|
|
13
|
-
A comprehensive AI-assisted development framework for Claude Code with
|
|
13
|
+
A comprehensive AI-assisted development framework for Claude Code with 11 technology stacks, 31 specialized agents (+39 infra agents on-demand), 125 commands across 15 namespaces, and BMAD v6 project management.
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -20,7 +20,7 @@ A comprehensive AI-assisted development framework for Claude Code with 19 techno
|
|
|
20
20
|
|-------|---------|--------------|--------------|
|
|
21
21
|
| **.NET / C#** | 10 LTS / C# 14 | Clean Architecture | CQRS, MediatR (ou alternative), EF Core |
|
|
22
22
|
| **Symfony / PHP** | 8.0 / PHP 8.4+ | Clean Architecture | DDD, Hexagonal, API Platform, JsonStreamer |
|
|
23
|
-
| **Flutter / Dart** | 3.
|
|
23
|
+
| **Flutter / Dart** | 3.44 / Dart 3.12 | Clean Architecture | BLoC v9, Riverpod 3, Material 3, Impeller |
|
|
24
24
|
| **React** | 19.2 + Compiler 1.0 | Feature-based | Hooks, Zustand, React Query, Server Components |
|
|
25
25
|
| **React Native** | 0.85 (New Architecture) | Feature-based | Navigation 7, Reanimated 4, TurboModules |
|
|
26
26
|
| **Angular** | 20 LTS (ou 21) | Domain-driven | Signals, Standalone, Zoneless, httpResource |
|
|
@@ -53,7 +53,7 @@ See `@.claude/INDEX.md` for condensed checklists and patterns.
|
|
|
53
53
|
|
|
54
54
|
---
|
|
55
55
|
|
|
56
|
-
## Available Commands (
|
|
56
|
+
## Available Commands (15 namespaces, 125 commands)
|
|
57
57
|
|
|
58
58
|
Core: `/common:*`, `/workflow:*`, `/team:*`, `/qa:*`, `/uiux:*` | Tech: `/symfony:*`, `/react:*`, `/flutter:*`, `/python:*`, `/angular:*`, `/vuejs:*`, `/laravel:*`, `/reactnative:*`, `/csharp:*`, `/php:*`, `/paperclip:*` | Infra (via `@devops-engineer`): Docker 29.4.3, Coolify v4.0.0 (stable), K8s 1.36.1, OpenTofu 1.12.0, Ansible 2.21.0, FrankenPHP 1.12.1, PgBouncer 1.25.2 (CVE-2026-6664/6667 patched) | Project: `/sprint:*`, `/gate:*`, `/project:*`
|
|
59
59
|
|
|
@@ -61,7 +61,7 @@ Full reference: [Commands](../docs/COMMANDS.md) | [CLI Reference](../docs/CLI-RE
|
|
|
61
61
|
|
|
62
62
|
---
|
|
63
63
|
|
|
64
|
-
## Available Agents (
|
|
64
|
+
## Available Agents (31 specialized + 39 infra on-demand)
|
|
65
65
|
|
|
66
66
|
**Common** (20): `@api-designer`, `@database-architect`, `@devops-engineer`, `@performance-auditor`, `@refactoring-specialist`, `@tdd-coach`, `@uiux-orchestrator`, `@ui-designer`, `@ux-ergonome`, `@accessibility-expert`, `@research-assistant`, `@ralph-conductor`, `@security-auditor`, `@data-analyst`, `@migration-specialist`, `@cost-optimizer`, `@chaos-engineer`, `@devex-engineer`, `@mlops-engineer`, `@observability-engineer` | **Tech Reviewers** (11): `@{symfony,flutter,react,python,angular,laravel,vuejs,reactnative,csharp,php,paperclip}-reviewer` | **Infrastructure** (39): Docker, Coolify, K8s, OpenTofu, Ansible, Hcloud, PgBouncer, FrankenPHP — see [Agents](../docs/AGENTS.md) | **Project** (2): `@product-owner`, `@tech-lead`
|
|
67
67
|
|
|
@@ -169,7 +169,7 @@ make install-symfony TARGET=. RULES_LANG=en
|
|
|
169
169
|
|
|
170
170
|
## Claude Code Compatibility
|
|
171
171
|
|
|
172
|
-
**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.154 (Opus 4.8 + Dynamic Workflows) — See `@.claude/COMPATIBILITY.md` for full changelog (v2.1.20+).
|
|
173
173
|
|
|
174
174
|
---
|
|
175
175
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
**Version:** 8.7.1 | **Languages:** en, fr, es, de, pt
|
|
12
12
|
|
|
13
|
-
A comprehensive AI-assisted development framework for Claude Code with
|
|
13
|
+
A comprehensive AI-assisted development framework for Claude Code with 11 technology stacks, 31 specialized agents (+39 infra agents on-demand), 125 commands across 15 namespaces, and BMAD v6 project management.
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -20,7 +20,7 @@ A comprehensive AI-assisted development framework for Claude Code with 19 techno
|
|
|
20
20
|
|-------|---------|--------------|--------------|
|
|
21
21
|
| **.NET / C#** | 10 LTS / C# 14 | Clean Architecture | CQRS, MediatR (ou alternative), EF Core |
|
|
22
22
|
| **Symfony / PHP** | 8.0 / PHP 8.4+ | Clean Architecture | DDD, Hexagonal, API Platform, JsonStreamer |
|
|
23
|
-
| **Flutter / Dart** | 3.
|
|
23
|
+
| **Flutter / Dart** | 3.44 / Dart 3.12 | Clean Architecture | BLoC v9, Riverpod 3, Material 3, Impeller |
|
|
24
24
|
| **React** | 19.2 + Compiler 1.0 | Feature-based | Hooks, Zustand, React Query, Server Components |
|
|
25
25
|
| **React Native** | 0.85 (New Architecture) | Feature-based | Navigation 7, Reanimated 4, TurboModules |
|
|
26
26
|
| **Angular** | 20 LTS (ou 21) | Domain-driven | Signals, Standalone, Zoneless, httpResource |
|
|
@@ -53,7 +53,7 @@ See `@.claude/INDEX.md` for condensed checklists and patterns.
|
|
|
53
53
|
|
|
54
54
|
---
|
|
55
55
|
|
|
56
|
-
## Available Commands (
|
|
56
|
+
## Available Commands (15 namespaces, 125 commands)
|
|
57
57
|
|
|
58
58
|
Core: `/common:*`, `/workflow:*`, `/team:*`, `/qa:*`, `/uiux:*` | Tech: `/symfony:*`, `/react:*`, `/flutter:*`, `/python:*`, `/angular:*`, `/vuejs:*`, `/laravel:*`, `/reactnative:*`, `/csharp:*`, `/php:*`, `/paperclip:*` | Infra (via `@devops-engineer`): Docker 29.4.3, Coolify v4.0.0 (stable), K8s 1.36.1, OpenTofu 1.12.0, Ansible 2.21.0, FrankenPHP 1.12.1, PgBouncer 1.25.2 (CVE-2026-6664/6667 patched) | Project: `/sprint:*`, `/gate:*`, `/project:*`
|
|
59
59
|
|
|
@@ -61,7 +61,7 @@ Full reference: [Commands](../docs/COMMANDS.md) | [CLI Reference](../docs/CLI-RE
|
|
|
61
61
|
|
|
62
62
|
---
|
|
63
63
|
|
|
64
|
-
## Available Agents (
|
|
64
|
+
## Available Agents (31 specialized + 39 infra on-demand)
|
|
65
65
|
|
|
66
66
|
**Common** (20): `@api-designer`, `@database-architect`, `@devops-engineer`, `@performance-auditor`, `@refactoring-specialist`, `@tdd-coach`, `@uiux-orchestrator`, `@ui-designer`, `@ux-ergonome`, `@accessibility-expert`, `@research-assistant`, `@ralph-conductor`, `@security-auditor`, `@data-analyst`, `@migration-specialist`, `@cost-optimizer`, `@chaos-engineer`, `@devex-engineer`, `@mlops-engineer`, `@observability-engineer` | **Tech Reviewers** (11): `@{symfony,flutter,react,python,angular,laravel,vuejs,reactnative,csharp,php,paperclip}-reviewer` | **Infrastructure** (39): Docker, Coolify, K8s, OpenTofu, Ansible, Hcloud, PgBouncer, FrankenPHP — see [Agents](../docs/AGENTS.md) | **Project** (2): `@product-owner`, `@tech-lead`
|
|
67
67
|
|
|
@@ -169,7 +169,7 @@ make install-symfony TARGET=. RULES_LANG=en
|
|
|
169
169
|
|
|
170
170
|
## Claude Code Compatibility
|
|
171
171
|
|
|
172
|
-
**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.154 (Opus 4.8 + Dynamic Workflows) — See `@.claude/COMPATIBILITY.md` for full changelog (v2.1.20+).
|
|
173
173
|
|
|
174
174
|
---
|
|
175
175
|
|
package/cli/lib/constants.js
CHANGED
|
@@ -5,9 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
import { TECH_REGISTRY } from './tech-registry.js';
|
|
7
7
|
|
|
8
|
-
/**
|
|
8
|
+
/**
|
|
9
|
+
* Selectable technologies with display name and description (derived from tech-registry.js SSOT).
|
|
10
|
+
* Base-layer techs (e.g. php) are excluded — they are auto-included with their framework.
|
|
11
|
+
*/
|
|
9
12
|
const TECHNOLOGIES = Object.fromEntries(
|
|
10
|
-
Object.entries(TECH_REGISTRY)
|
|
13
|
+
Object.entries(TECH_REGISTRY)
|
|
14
|
+
.filter(([, entry]) => !entry.baseLayer)
|
|
15
|
+
.map(([key, entry]) => [key, { name: entry.displayName, desc: entry.desc }])
|
|
11
16
|
);
|
|
12
17
|
|
|
13
18
|
/** Available UI languages. */
|
package/cli/lib/installer.js
CHANGED
|
@@ -8,6 +8,7 @@ import fs from 'fs';
|
|
|
8
8
|
import { spawnSync } from 'child_process';
|
|
9
9
|
import c from './colors.js';
|
|
10
10
|
import { TECHNOLOGIES, LANGUAGES } from './constants.js';
|
|
11
|
+
import { getBaseLayerTechsFor } from './tech-registry.js';
|
|
11
12
|
import { printBanner, printSuccess } from './banner.js';
|
|
12
13
|
import { assertSafeTarget } from './path-safety.js';
|
|
13
14
|
|
|
@@ -247,11 +248,19 @@ export async function autoInstall(cli, { CLI_ROOT, VERSION }) {
|
|
|
247
248
|
export async function runInstallation(cli, { CLI_ROOT }) {
|
|
248
249
|
console.log(`\n${c.bold}Installing Claude-Craft...${c.reset}\n`);
|
|
249
250
|
|
|
251
|
+
// Auto-include base-layer techs (e.g. php is pulled in by symfony/laravel — audit DA-PM-03).
|
|
252
|
+
// Computed into a local list so the user's selection (cli.config.technologies) stays untouched.
|
|
253
|
+
const baseLayers = getBaseLayerTechsFor(cli.config.technologies);
|
|
254
|
+
const installTechs = [...new Set([...cli.config.technologies, ...baseLayers])];
|
|
255
|
+
if (baseLayers.length > 0) {
|
|
256
|
+
console.log(` ${c.cyan}Base layer:${c.reset} auto-including ${baseLayers.join(', ')} (PHP framework selected)`);
|
|
257
|
+
}
|
|
258
|
+
|
|
250
259
|
const scriptsDir = path.join(CLI_ROOT, 'Dev', 'scripts');
|
|
251
260
|
const langArg = `--lang=${cli.config.language}`;
|
|
252
|
-
const hasDocker =
|
|
261
|
+
const hasDocker = installTechs.includes('docker');
|
|
253
262
|
const includeInfra = cli.config.includeInfra || hasDocker;
|
|
254
|
-
const techsWithoutDocker =
|
|
263
|
+
const techsWithoutDocker = installTechs.filter((t) => t !== 'docker');
|
|
255
264
|
// 1 base step (common rules) + installable tech scripts + optional infra + optional project + optional rtk
|
|
256
265
|
const totalSteps =
|
|
257
266
|
1 +
|
|
@@ -265,9 +274,9 @@ export async function runInstallation(cli, { CLI_ROOT }) {
|
|
|
265
274
|
console.log(`${c.cyan}[1/${totalSteps}]${c.reset} Installing common rules...`);
|
|
266
275
|
runScript(path.join(scriptsDir, 'install-common-rules.sh'), [langArg, cli.config.targetPath], CLI_ROOT);
|
|
267
276
|
|
|
268
|
-
// Install technology-specific rules
|
|
277
|
+
// Install technology-specific rules (incl. auto-included base layers)
|
|
269
278
|
let step = 2;
|
|
270
|
-
for (const tech of
|
|
279
|
+
for (const tech of installTechs) {
|
|
271
280
|
if (tech === 'docker') continue; // Handled by infra
|
|
272
281
|
const scriptName = `install-${tech}-rules.sh`;
|
|
273
282
|
const scriptPath = path.join(scriptsDir, scriptName);
|
package/cli/lib/tech-registry.js
CHANGED
|
@@ -113,6 +113,10 @@ const TECH_REGISTRY = {
|
|
|
113
113
|
installScript: 'install-php-rules.sh',
|
|
114
114
|
version: '8.5',
|
|
115
115
|
tier: 2,
|
|
116
|
+
// Base layer: not offered standalone in the menu; auto-included when a PHP
|
|
117
|
+
// framework (Symfony/Laravel) is selected. Avoids triple PHP coverage (audit DA-PM-03).
|
|
118
|
+
baseLayer: true,
|
|
119
|
+
baseLayerFor: ['symfony', 'laravel'],
|
|
116
120
|
},
|
|
117
121
|
python: {
|
|
118
122
|
name: 'python',
|
|
@@ -146,8 +150,10 @@ const TECH_REGISTRY = {
|
|
|
146
150
|
},
|
|
147
151
|
};
|
|
148
152
|
|
|
149
|
-
/**
|
|
150
|
-
const INSTALLABLE_TECHS = Object.keys(TECH_REGISTRY).filter(
|
|
153
|
+
/** Standalone-selectable tech keys (excludes infra and base-layer techs like php). */
|
|
154
|
+
const INSTALLABLE_TECHS = Object.keys(TECH_REGISTRY).filter(
|
|
155
|
+
(k) => k !== 'docker' && k !== 'coolify' && !TECH_REGISTRY[k].baseLayer
|
|
156
|
+
);
|
|
151
157
|
|
|
152
158
|
/** Get display name for a tech key */
|
|
153
159
|
function getDisplayName(tech) {
|
|
@@ -166,4 +172,19 @@ function getTechsByTier(tier) {
|
|
|
166
172
|
.map(([key]) => key);
|
|
167
173
|
}
|
|
168
174
|
|
|
169
|
-
|
|
175
|
+
/**
|
|
176
|
+
* Base-layer techs that must be auto-included given a list of selected techs.
|
|
177
|
+
* E.g. selecting `symfony` or `laravel` pulls in `php`.
|
|
178
|
+
* @param {string[]} selectedTechs
|
|
179
|
+
* @returns {string[]} base-layer tech keys to add (not already in selectedTechs)
|
|
180
|
+
*/
|
|
181
|
+
function getBaseLayerTechsFor(selectedTechs) {
|
|
182
|
+
const selected = new Set(selectedTechs);
|
|
183
|
+
return Object.entries(TECH_REGISTRY)
|
|
184
|
+
.filter(
|
|
185
|
+
([key, entry]) => entry.baseLayer && !selected.has(key) && (entry.baseLayerFor || []).some((t) => selected.has(t))
|
|
186
|
+
)
|
|
187
|
+
.map(([key]) => key);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
export { TECH_REGISTRY, INSTALLABLE_TECHS, getDisplayName, getAllTechKeys, getTechsByTier, getBaseLayerTechsFor };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-bearded-bear/claude-craft",
|
|
3
|
-
"version": "8.7.1-next.
|
|
3
|
+
"version": "8.7.1-next.cd47b2d",
|
|
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",
|
|
@@ -70,6 +70,8 @@
|
|
|
70
70
|
"@commitlint/cli": "20.0.0",
|
|
71
71
|
"@commitlint/config-conventional": "20.0.0",
|
|
72
72
|
"@eslint/js": "^10.0.0",
|
|
73
|
+
"@stryker-mutator/core": "9.6.1",
|
|
74
|
+
"@stryker-mutator/vitest-runner": "9.6.1",
|
|
73
75
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
74
76
|
"@vitest/coverage-v8": "4.0.0",
|
|
75
77
|
"cytoscape": "^3.33.2",
|
|
@@ -93,12 +95,12 @@
|
|
|
93
95
|
"Tools/"
|
|
94
96
|
],
|
|
95
97
|
"dependencies": {
|
|
96
|
-
"@hono/node-server": "^
|
|
97
|
-
"chokidar": "^
|
|
98
|
+
"@hono/node-server": "^2.0.4",
|
|
99
|
+
"chokidar": "^5.0.0",
|
|
98
100
|
"gray-matter": "^4.0.3",
|
|
99
101
|
"hono": "^4.12.14",
|
|
100
102
|
"js-yaml": "^4.1.1",
|
|
101
|
-
"marked": "^
|
|
102
|
-
"zod": "^
|
|
103
|
+
"marked": "^18.0.4",
|
|
104
|
+
"zod": "^4.4.3"
|
|
103
105
|
}
|
|
104
106
|
}
|