Skip to content

Commit 12e36e1

Browse files
PaulDuvallclaude
andcommitted
chore: update README and package.json for v0.0.1-alpha.8
- Add version 0.0.1-alpha.8 release notes to README - Add npm version and prepublishOnly scripts for future releases - Ensure README gets updated with each version bump 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ab01c1b commit 12e36e1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

claude-dev-toolkit/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,13 @@ npm test
264264

265265
## 🔄 Recent Updates
266266

267+
### Version 0.0.1-alpha.8
268+
-**Documentation Consistency**: Fixed command counts (58) and subagent counts (26)
269+
-**Test Infrastructure**: Enhanced test-results directory handling
270+
-**Repository Cleanup**: Removed outdated documentation and test artifacts
271+
-**Validation Logic**: Improved scenario-aware test validation
272+
-**Version Alignment**: Synchronized all version references
273+
267274
### Version 0.0.1-alpha.7
268275
-**NPM Scoped Package**: Published as `@paulduvall/claude-dev-toolkit`
269276
-**Configuration Command**: Built-in `config` command for template management

claude-dev-toolkit/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
"publish:local": "scripts/publishing/setup-local-registry.sh",
5050
"publish:private": "scripts/publishing/publish-private.sh",
5151
"lint": "eslint lib/**/*.js bin/**/*.js",
52-
"validate": "node scripts/validate.js"
52+
"validate": "node scripts/validate.js",
53+
"version": "echo 'Remember to update README.md with new version details!'",
54+
"prepublishOnly": "npm test && npm run validate"
5355
},
5456
"dependencies": {
5557
"commander": "^9.0.0",

0 commit comments

Comments
 (0)