Releases: mojwang/macbook-dev-setup
Releases · mojwang/macbook-dev-setup
v3.4.1
v3.4.0
3.4.0 (2025-08-15)
Bug Fixes
- add missing get_mcp_server_type function (044afe9)
- security: address PR review findings for MCP and TaskMaster (3decde6)
Features
- agents: evolve TaskMaster into Product Manager with discovery workflows (5ece657)
- claude: add smart Git auto-commit rules and flexible commit style matching (6c26bf9)
- mcp: add intelligent API key validation with caching and cleanup (a4f9992)
- mcp: add TaskMaster AI integration with smart research handling (24b0445)
- mcp: complete TaskMaster/Product Manager integration updates (d28f28c)
v3.3.0
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.0
3.0.0 (2025-07-30)
Bug Fixes
- address CI report issues in zsh aliases (acb9ada)
Features
- enhance git workflow with worktrees and Graphite CLI (f4c5a97)
BREAKING CHANGES
- Removed 'gc' alias for 'git commit' to avoid conflict with
conventional commit aliases. Use 'g commit' or 'gci' instead.
Co-Authored-By: Claude noreply@anthropic.com
v2.9.0
2.9.0 (2025-07-29)
Bug Fixes
- add git status check to pyenv updates (265c72e)
- address CI issues for MCP setup (2e355cd)
- address code review feedback for signal-safe cleanup (28f7b3e), closes #11
- address security and reliability concerns from code review (61c79c4)
- implement missing test functions and remove empty test files (099572f)
- improve global CLAUDE.md setup for CI environments (72bf094)
- prevent resource exhaustion and orphaned processes in CI (ded3f95)
- remove 'local' keyword outside of function in test runner (f2b5152)
- remove legacy --sync flag references from documentation (3ecf127)
- resolve remaining CI test failures and path issues (cc6f032)
- resolve test failures and security issues (a20bbcf)
Features
- add Claude MCP server setup integration (7c9182c)
- add comprehensive help/info system for installed tools (acb565b)
- add global CLAUDE.md provisioning and zsh-autosuggestions (049ff89)
- add OpenJDK installation and consistent terminal font configuration (034a49b)
- add test organization script to improve test management (94fcbd6)
- enhance setup-claude-global.sh with signal safety and security (af6a105)
- implement signal-safe cleanup and temp file handling (722b02b)