Commit Graph

3 Commits

Author SHA1 Message Date
Claude
b57ac7e04a Remove version bump commands from Makefile
Version bumps are now managed via GitHub Actions.
Kept only utility targets: show-versions and dry-run testing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 05:23:03 +08:00
Claude
e317db5849 docs: add note to Makefile about preferring workflows 2025-10-25 01:59:40 +08:00
Your Name
46b361b732 Add bump2version configuration for all Python packages
Adds .bumpversion.cfg files to each Python package (agent, computer,
computer-server, core, mcp-server, pylume, som) to enable automated
version bumping with bump2version tool.

Includes comprehensive Makefile with targets for:
- Installing and managing bump2version
- Bumping package versions (major, minor, patch)
- Managing dependencies and building packages
- Running tests and formatting
- Cleaning build artifacts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 21:23:47 +00:00