Releases: hiragram/cccsc
Releases · hiragram/cccsc
Release list
v0.3.2
v0.3.1
v0.3.0
1.0.0 (2025-07-03)
⚠ BREAKING CHANGES
- jumon.json format changed to repository-based structure
- Lock file format changed from commands to repositories structure
Features
- add 'only' property to lock file for selective command installation (b9a0953)
- add comprehensive unit tests and GitHub Actions CI (52348dc)
- add diff preview and confirmation to update command (b4f96fe)
- add interactive confirmation for repository configuration conflicts (29de2bd)
- add update command for refreshing commands based on version constraints (7f97925)
- change default installation to local and add .claude directory validation (6255007)
- implement MVP of Claude Code command package manager (ddee4d3)
- move global configuration files to ~/.jumon/ directory (05a7e38)
- rename 'commands' to 'only' and add version/branch/tag support (a80d077)
- restructure jumon.json to repository-based format (6874e8f)
- restructure lock file to use repository-based tracking (66839dc)
- set default branch to 'main' when no version constraints specified (5db4931)
Bug Fixes
- add branch parameter support to GitHub API functions (7413a9e)
- add branch parameter support to GitHub API functions (873b927)
- add missing @vitest/coverage-v8 dependency (fbe3373)
- correct command name handling and test expectations (8b94a44)
- correct Jest mocking and test expectations (18e7ab0)
- remove problematic github.test.js to resolve memory issues (0bb01f2)
- update GitHub Actions permissions and use googleapis/release-please-action (0ff0894)