@the-bearded-bear/claude-craft 7.7.1 → 7.7.2
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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
|
|
7
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.
|
|
8
8
|
|
|
9
|
-
## What's New in v7.
|
|
9
|
+
## What's New in v7.7
|
|
10
10
|
|
|
11
|
-
- **
|
|
12
|
-
- **
|
|
13
|
-
- **
|
|
11
|
+
- **Doc accuracy + .claude assets** — 247 new files (agents, checklists, commands, rules, skills, templates), PR template
|
|
12
|
+
- **Presentation page counters fixed** — agents/commands/skills/templates/checklists in docs/index.html
|
|
13
|
+
- **Node.js 20+** — PREREQUISITES/QUICKSTART/FAQ updated
|
|
14
14
|
- See [CHANGELOG](CHANGELOG.md) for full details
|
|
15
15
|
|
|
16
16
|
> See [CHANGELOG.md](CHANGELOG.md) for previous versions.
|
|
@@ -25,8 +25,8 @@ A comprehensive framework for AI-assisted development with [Claude Code](https:/
|
|
|
25
25
|
- **BMAD v6 Framework**: Complete project management with status-based routing, quality gates, and batch execution
|
|
26
26
|
- **Ralph Wiggum**: Continuous loop execution with Definition of Done validation
|
|
27
27
|
- **36 Skills**: Best practices in official Claude Code format (architecture, testing, security)
|
|
28
|
-
- **
|
|
29
|
-
- **
|
|
28
|
+
- **21 Templates**: Code generation patterns + BMAD templates
|
|
29
|
+
- **10 Checklists**: Quality gates for commits, features, releases
|
|
30
30
|
- **Hooks System**: Pre/Post tool execution, quality gates, notifications, **BMAD context injection**
|
|
31
31
|
- **MCP Templates**: Context7, GitHub, PostgreSQL, Slack integration
|
|
32
32
|
- **Auto-generated CLAUDE.md**: Project configuration file created at installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-bearded-bear/claude-craft",
|
|
3
|
-
"version": "7.7.
|
|
3
|
+
"version": "7.7.2",
|
|
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",
|