Files
Rohit Ghumare c3f43d8b61 Expand toolkit to 135 agents, 120 plugins, 796 total files
- Add 60 new agents across all 10 categories (75 -> 135)
- Add 95 new plugins with command files (25 -> 120)
- Update all agents to use model: opus
- Update README with complete plugin/agent tables
- Update marketplace.json with all 120 plugins
2026-02-04 21:08:28 +00:00

731 B

Bump the project version following semantic versioning rules based on changes since last release.

Steps

  1. Find the current version:
  2. Analyze changes since the last version:
  3. Determine the version bump:
  4. Update the version in all relevant files:
  5. Update CHANGELOG.md with categorized changes.
  6. Create a version commit: chore: bump version to <new-version>.
  7. Create a git tag: git tag v<new-version>.

Format

Previous Version: <X.Y.Z>
New Version: <X.Y.Z>
Bump Type: <major|minor|patch>
Changes: <feat: N, fix: N, breaking: N>

Rules

  • Follow semver strictly: breaking = major, feature = minor, fix = patch.
  • Update ALL files that contain the version number.
  • Never skip a version number.