feat: add publish script for claude-mem

- Implemented a CLI tool for version bumping, building, and publishing to npm.
- Added checks for uncommitted changes and current version retrieval.
- Included options for patch, minor, major, and custom version bumps.
- Integrated git commit and tagging after version update.
- Added npm publish functionality and git push after successful publish.
- Implemented error handling and user confirmations throughout the process.
This commit is contained in:
Alex Newman
2025-10-14 19:26:11 -04:00
parent 5f15695c3f
commit 5886fe7d8f
8 changed files with 856 additions and 457 deletions
+214 -225
View File
File diff suppressed because one or more lines are too long