@the-bearded-bear/claude-craft 5.9.0 → 5.9.1-next.f6754aa

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +8 -166
  3. package/package.json +10 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 TheBeardedCTO
3
+ Copyright (c) 2024-2026 TheBeardedCTO
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Claude Craft
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@the-bearded-bear/claude-craft)](https://www.npmjs.com/package/@the-bearded-bear/claude-craft)
4
+ [![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
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
+
3
7
  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.
4
8
 
5
9
  **Autonomous Sprint Ready**: Run entire sprints overnight with `/common:ralph-sprint` - auto-claim, error recovery, parallel processing.
@@ -13,168 +17,7 @@ A comprehensive framework for AI-assisted development with [Claude Code](https:/
13
17
  - **VSCode Fixes** (v2.1.38): Terminal scroll, Tab autocomplete, duplicate sessions
14
18
  - See [CHANGELOG](CHANGELOG.md) for full details
15
19
 
16
- ## What's New in v5.7 - Agent Teams Integration
17
-
18
- - **Agent Teams** — Multi-agent coordination with shared task management
19
- - `/common:team-audit` — Parallel multi-technology audit (1 opus leader + N haiku auditors)
20
- - `/common:team-sprint` — Sprint Development Team (1 opus conductor + 2-3 sonnet devs)
21
- - `/common:team-security` — Security Review Team (1 opus lead + 3 haiku reviewers)
22
- - **Cost Framework** — Token cost estimation and visual dashboard before team launch
23
- - **Race Condition Fix** — Single-writer pattern for sprint-status.yaml
24
- - See [CHANGELOG](CHANGELOG.md) for full details
25
-
26
- ## What's New in v5.6 - Claude Code 2.1.33 / 2.1.34
27
-
28
- - **Agent Memory** (v2.1.33): Persistent `memory` frontmatter for agents (user/project/local scopes)
29
- - **TeammateIdle & TaskCompleted Hooks** (v2.1.33): New hook events for multi-agent workflows
30
- - **Agent Type Restrictions** (v2.1.33): Control sub-agent types via `Task(agent_type)` syntax
31
- - **Plugin Name in Skills** (v2.1.33): Plugin names visible in `/skills` menu
32
- - **VSCode Remote Sessions** (v2.1.33): Browse/resume sessions from claude.ai
33
- - **VSCode Session Picker** (v2.1.33): Git branch + message count display
34
- - See [CHANGELOG](CHANGELOG.md) for full details
35
-
36
- ## What's New in v5.4 - Claude Code 2.1.31 Compatibility
37
-
38
- - **PDF Page Range** (v2.1.30): Read tool `pages` parameter for PDFs
39
- - **OAuth Client Credentials for MCP** (v2.1.30): `--client-id` / `--client-secret` for `claude mcp add`
40
- - **/debug Command** (v2.1.30): Session-specific troubleshooting
41
- - **Task Tool Metrics** (v2.1.30): Token count, tool uses, duration in sub-agent results
42
- - **Session Resume Hint** (v2.1.31): Resume hint displayed on exit
43
- - **PR Integration** (v2.1.27): Resume sessions linked to PRs with `--from-pr`
44
- - **spinnerVerbs** (v2.1.23): Customize spinner text in settings.json
45
- - See [CHANGELOG](CHANGELOG.md) for full details
46
-
47
- ## What's New in v5.1 - QA Recette (Acceptance Testing)
48
-
49
- - **Automated Acceptance Testing**: Browser-based testing with Claude in Chrome
50
- - `/qa:recette --scope=story --id=US-001` - Test user stories
51
- - `/qa:recette --scope=sprint --id=SPRINT-03` - Test full sprints
52
- - `/qa:recette-regression` - Run regression suite
53
- - `/qa:recette-fix --session=REC-xxx` - Fix bugs from recette sessions (TDD)
54
- - **Golden Rule**: A fixed bug should NEVER reappear
55
- - Auto-generate regression tests (Unit, Functional, Behat) from errors
56
- - Track all bugs in regression registry
57
- - Detect regressions by comparing historical runs
58
- - **Session Recovery**: Resume interrupted tests with checkpoints
59
- - **6 Test Categories**: AC validation, edge cases, errors, UI/UX, performance, security
60
- - **Error Classification**: visual, interaction, validation, logic, security, API
61
- - **Chrome Capabilities**: navigate, click, type, screenshot, record_gif
62
- - **Full i18n**: English, French, Spanish, German, Portuguese
63
- - See [Commands Reference](docs/COMMANDS.md) for usage
64
-
65
- ## What's New in v5.0 - Autonomous Sprint Conductor (ASC)
66
-
67
- - **Overnight Sprint Execution**: Run sprints unattended with bounded execution
68
- - `/common:ralph-sprint "Sprint 3" --overnight` - Stops at 6am
69
- - `/common:ralph-sprint "Sprint 3" --parallel 3` - Process 3 stories concurrently
70
- - `/common:ralph-sprint "Sprint 3" --supervised` - Confirm each story
71
- - **Recovery Engine**: 4-level error classification with auto-fix
72
- - Level 0 (Transient): Auto-retry with backoff (timeout, rate limit)
73
- - Level 1 (Recoverable): Auto-fix then retry (lint, tests, deps)
74
- - Level 2 (Degraded): Continue with warning (docs, optional gates)
75
- - Level 3 (Blocked): Escalate to human (security, architecture)
76
- - **Escalation Service**: Queue blocking issues with webhook notifications
77
- - Slack, Teams, Discord integration
78
- - Configurable timeout with default actions
79
- - Audit trail for compliance
80
- - **Parallel Processing**: Dependency-aware concurrent execution
81
- - Resource monitoring (CPU/memory limits)
82
- - Automatic session isolation
83
- - **Enhanced Circuit Breaker**: New `autonomous` profile with recovery integration
84
- - See [Autonomous Sprint Documentation](docs/AUTONOMOUS-SPRINT.md)
85
-
86
- ## What's New in v4.4
87
-
88
- - **Comprehensive Documentation for Juniors**: 32 new documentation files
89
- - [QUICKSTART.md](docs/QUICKSTART.md): Get started in 5 minutes
90
- - [FAQ.md](docs/FAQ.md): 50+ frequently asked questions
91
- - [TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md): Common problems and solutions
92
- - [BMAD-PRACTICAL-GUIDE.md](docs/BMAD-PRACTICAL-GUIDE.md): BMAD v6 step-by-step
93
- - [RALPH-GUIDE.md](docs/RALPH-GUIDE.md): Ralph Wiggum configuration
94
- - **Complete Reference Documentation**: All 130+ commands and 40 agents documented
95
- - **Example Projects**: symfony-api, flutter-app, fullstack-saas
96
- - **Complete Workflow Guides**: Idea → Production in 5 languages
97
- - **Prerequisites Check Script**: `./Dev/scripts/check-prerequisites.sh`
98
-
99
- ## What's New in v4.3
100
-
101
- - **Complete i18n for BMAD v6**: All 18 BMAD commands translated to ES, DE, PT
102
- - **Installation Fixes**: Project commands now properly included in `make install-all`
103
- - **Dev Translations Complete**: All languages now have equal file coverage (~346 files)
104
-
105
- ## What's New in v4.2
106
-
107
- - **BMAD v6 Framework**: Complete project management enhancement
108
- - **9 Agent-as-Code Agents**: bmad-master, pm, ba, architect, po, sm, dev, qa, ux
109
- - **Status-based Routing**: Automated state machine for story transitions
110
- - **5 Quality Gates**: PRD (≥80%), Tech Spec (≥90%), Backlog (INVEST), Sprint Ready, Story DoD
111
- - **Claude Code Hooks**: SessionStart, PreToolUse, Stop hooks for context injection
112
- - **Batch Processing**: Queue management for epic/sprint execution with checkpointing
113
- - **Backlog Migration**: Convert existing backlogs to BMAD v6 format
114
- - 20+ new commands: `/sprint:*`, `/gate:*`, `/project:run-*`
115
- - TDD phase tracking: red → green → refactor cycle per story
116
- - Auto-routing rules for automatic story transitions
117
-
118
- ## What's New in v4.1
119
-
120
- - **Ralph Wiggum v2.0**: Major upgrade to continuous AI agent loop
121
- - **Claude Code 2.1.23+ Hooks**: Bidirectional integration (SessionStart, PreToolUse, Stop)
122
- - **Auto-Detection**: Intelligent project type detection (11 technologies)
123
- - **Observability**: Real-time dashboard, JSON/Prometheus metrics, health monitoring
124
- - **Adaptive Circuit Breaker**: 5 profiles with learning mode
125
- - **DoD Templates**: Pre-configured for 8 technologies
126
- - New CLI flags: `--auto-detect`, `--init`, `--interactive`
127
-
128
- ## What's New in v4.0
129
-
130
- - **2026 Best Practices Update** for all major frameworks
131
- - **Symfony 8.0 / PHP 8.5**: JSON Streamer, ObjectMapper, pipe operator, lazy objects
132
- - **Flutter 3.38 / Dart 3.10**: WebAssembly compilation, MCP integration
133
- - **.NET 10 LTS / C# 14**: Extension Members, Null-Conditional Assignment
134
- - **Updated Tooling**: Rector 2.3.x, Deptrac v4, PHPStan 2.1.x
135
- - **Sub-CLAUDE.md files**: Quick reference per technology in `.claude/references/`
136
-
137
- ## What's New in v3.5
138
-
139
- - **Ralph Reliability**: 59 fixes for robust long-running sprints (2h+)
140
- - **Auto-Compact**: Automatic context limit detection and session compaction
141
- - **Strategic Compact**: Compact at natural workflow boundaries (task complete, sprint start)
142
- - **Atomic Operations**: Temp-file-then-move pattern prevents file corruption
143
- - **File Locking**: Safe concurrent access with portable mkdir-based locks
144
- - **New `utils.sh` Module**: Shared helper functions for all Ralph modules
145
-
146
- ## What's New in v3.2
147
-
148
- - **4 New Technology Stacks**: Angular, C#/.NET, Laravel, Vue.js
149
- - **`/common:add-technology` Command**: Generate new technology stacks with web search + Context7 research
150
- - **Angular**: Standalone components, Signals, OnPush, Vitest/Jest, Cypress
151
- - **C#/.NET**: Clean Architecture, CQRS, .NET Aspire, xUnit, EF Core
152
- - **Laravel**: Clean Arch, Pest PHP, Sanctum, Actions pattern, Livewire
153
- - **Vue.js**: Composition API, Pinia, Vitest, TypeScript, Vue Router
154
-
155
- ## What's New in v3.1
156
-
157
- - **Ralph Wiggum**: Continuous AI agent loop - run Claude until task completion
158
- - **Definition of Done (DoD)**: Structured validation with 5 validator types (command, output, file, hook, human)
159
- - **Circuit Breaker**: Safety mechanism to prevent infinite loops
160
- - **Git Checkpointing**: Automatic recovery points after each iteration
161
- - **CLI Command**: `npx @the-bearded-bear/claude-craft ralph "task"`
162
-
163
- ## What's New in v3.0
164
-
165
- - **Workflow Methodology**: BMAD-inspired 4-phase development (Analysis → Planning → Design → Implementation)
166
- - **Workflow Orchestrator**: Intelligent routing to appropriate agents and tracks
167
- - **PRD/Tech Spec Generation**: Automated documentation from project context
168
- - **3 Development Tracks**: Quick Flow, Standard, Enterprise - adapted to complexity
169
- - **NPX Interactive CLI**: Install with `npx @the-bearded-bear/claude-craft` - interactive wizard
170
- - **Codebase Flattener**: Generate context-optimized codebase summary for AI
171
- - **Document Sharding**: Automatic splitting for large codebases (90% token savings)
172
- - **Web Bundles**: Pre-built instructions for ChatGPT, Claude Projects, Gemini Gems
173
- - **Hooks System**: Automated quality gates, linting, and notifications
174
- - **MCP Integration**: Context7 for up-to-date library documentation
175
- - **Migration Tool**: Upgrade existing projects to v3.0
176
- - **Plugin Export**: Package for Claude Code marketplace distribution
177
- - **Enhanced Settings**: Granular permissions and tool allowlists
20
+ > See [CHANGELOG.md](CHANGELOG.md) for previous versions.
178
21
 
179
22
  ## Features
180
23
 
@@ -182,7 +25,7 @@ A comprehensive framework for AI-assisted development with [Claude Code](https:/
182
25
  - **Infrastructure Stack**: Docker agents and commands
183
26
  - **5 Languages**: English, French, Spanish, German, Portuguese
184
27
  - **40 AI Agents**: Specialized reviewers, architects, coaches, UI/UX, Docker experts, Workflow Orchestrator, Ralph Conductor, **10 BMAD agents**, and QA Recette
185
- - **130+ Slash Commands**: Automated workflows, code generation, **sprint management, quality gates, batch processing, acceptance testing**
28
+ - **157 Slash Commands**: Automated workflows, code generation, **sprint management, quality gates, batch processing, acceptance testing**
186
29
  - **BMAD v6 Framework**: Complete project management with status-based routing, quality gates, and batch execution
187
30
  - **Ralph Wiggum**: Continuous loop execution with Definition of Done validation
188
31
  - **249 Skills**: Best practices in official Claude Code format (architecture, testing, security)
@@ -245,11 +88,11 @@ Claude-Craft includes a BMAD-inspired workflow system that adapts to your projec
245
88
 
246
89
  BMAD v6 (Build, Measure, Analyze, Deliver) extends the workflow system with comprehensive project management.
247
90
 
248
- ### 9 BMAD Agents
91
+ ### 10 BMAD Agents
249
92
 
250
93
  | Agent | Role | Key Commands |
251
94
  |-------|------|--------------|
252
- | `bmad-master` | Orchestrator | `/bmad:init`, `/bmad:status`, `/bmad:route` |
95
+ | `bmad-master` | Orchestrator | `/bmad:route` |
253
96
  | `pm` | Product Manager | `/pm:prd`, `/pm:vision`, `/pm:roadmap` |
254
97
  | `ba` | Business Analyst | `/ba:analyze`, `/ba:requirements`, `/ba:use-cases` |
255
98
  | `architect` | System Architect | `/arch:design`, `/arch:techspec`, `/arch:adr` |
@@ -716,7 +559,6 @@ Copy the appropriate bundle into your preferred AI platform's custom instruction
716
559
  - `/project:` - Project management (backlog, PRD, tech-spec, sprints, **batch processing, migration**)
717
560
  - `/sprint:` - **BMAD sprint management (status, transitions, routing, TDD)**
718
561
  - `/gate:` - **Quality gate validation (PRD, tech-spec, backlog, story, sprint)**
719
- - `/bmad:` - **BMAD orchestration (init, status, route, handoff)**
720
562
  - `/pm:` - **Product Manager commands (prd, vision, roadmap, prioritize)**
721
563
  - `/arch:` - **Architect commands (design, techspec, adr, api, security)**
722
564
  - `/common:` - Transversal commands (audit, changelog, CI/CD)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-bearded-bear/claude-craft",
3
- "version": "5.9.0",
3
+ "version": "5.9.1-next.f6754aa",
4
4
  "description": "A comprehensive framework for AI-assisted development with Claude Code. Install standardized rules, agents, and commands for your projects.",
5
5
  "main": "cli/index.js",
6
6
  "bin": {
@@ -10,7 +10,8 @@
10
10
  "access": "public"
11
11
  },
12
12
  "scripts": {
13
- "test": "echo \"No tests yet\" && exit 0",
13
+ "test": "vitest run",
14
+ "lint": "eslint cli/",
14
15
  "prepublishOnly": "node -e \"const p=require('./package.json'); if(!p.version.match(/^\\d+\\.\\d+\\.\\d+(-[a-z0-9.]+)?$/i)){console.error('Invalid version format');process.exit(1)}\""
15
16
  },
16
17
  "keywords": [
@@ -38,7 +39,13 @@
38
39
  },
39
40
  "homepage": "https://github.com/TheBeardedBearSAS/claude-craft#readme",
40
41
  "engines": {
41
- "node": ">=16.0.0"
42
+ "node": ">=20.0.0"
43
+ },
44
+ "devDependencies": {
45
+ "vitest": "^3.0.0",
46
+ "eslint": "^9.0.0",
47
+ "prettier": "^3.4.0",
48
+ "eslint-config-prettier": "^10.0.0"
42
49
  },
43
50
  "files": [
44
51
  "cli/",