@the-bearded-bear/claude-craft 3.1.0 → 3.1.1
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 +10 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
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
4
|
|
|
5
|
+
## What's New in v3.1
|
|
6
|
+
|
|
7
|
+
- **Ralph Wiggum**: Continuous AI agent loop - run Claude until task completion
|
|
8
|
+
- **Definition of Done (DoD)**: Structured validation with 5 validator types (command, output, file, hook, human)
|
|
9
|
+
- **Circuit Breaker**: Safety mechanism to prevent infinite loops
|
|
10
|
+
- **Git Checkpointing**: Automatic recovery points after each iteration
|
|
11
|
+
- **CLI Command**: `npx @the-bearded-bear/claude-craft ralph "task"`
|
|
12
|
+
|
|
5
13
|
## What's New in v3.0
|
|
6
14
|
|
|
7
15
|
- **Workflow Methodology**: BMAD-inspired 4-phase development (Analysis → Planning → Design → Implementation)
|
|
@@ -23,8 +31,9 @@ A comprehensive framework for AI-assisted development with [Claude Code](https:/
|
|
|
23
31
|
- **5 Technology Stacks**: Symfony, Flutter, Python, React, React Native
|
|
24
32
|
- **Infrastructure Stack**: Docker agents and commands
|
|
25
33
|
- **5 Languages**: English, French, Spanish, German, Portuguese
|
|
26
|
-
- **
|
|
34
|
+
- **25 AI Agents**: Specialized reviewers, architects, coaches, UI/UX, Docker experts, Workflow Orchestrator, and Ralph Conductor
|
|
27
35
|
- **90+ Slash Commands**: Automated workflows and code generation
|
|
36
|
+
- **Ralph Wiggum**: Continuous loop execution with Definition of Done validation
|
|
28
37
|
- **249 Skills**: Best practices in official Claude Code format (architecture, testing, security)
|
|
29
38
|
- **30 Templates**: Code generation patterns
|
|
30
39
|
- **21 Checklists**: Quality gates for commits, features, releases
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-bearded-bear/claude-craft",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
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": {
|