Prepare v4.0.0 release

- Rewrite release notes centering new features (two-stage review,
  debugging tools, test infrastructure)
- Bump version to 4.0.0 in plugin.json and marketplace.json
- Remove .claude/settings.local.json from tracking
- Add .claude/ to .gitignore
This commit is contained in:
Jesse Vincent
2025-12-17 15:14:06 -08:00
parent 612fbcdd01
commit 95c6e16336
4 changed files with 73 additions and 107 deletions

View File

@@ -9,7 +9,7 @@
{
"name": "superpowers",
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
"version": "3.6.2",
"version": "4.0.0",
"source": "./",
"author": {
"name": "Jesse Vincent",

View File

@@ -1,7 +1,7 @@
{
"name": "superpowers",
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
"version": "3.6.2",
"version": "4.0.0",
"author": {
"name": "Jesse Vincent",
"email": "jesse@fsck.com"