Skip to content

Releases: hiragram/cccsc

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 06:13
59e7954

0.3.2 (2025-07-03)

Bug Fixes

  • update README.md samples to match actual implementation (c8eec6e)
  • update README.md samples to match actual implementation (7103ce7)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 05:45
853493c

0.3.1 (2025-07-03)

Bug Fixes

  • update CI workflow and tests for cccsc command name (2db2916)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 05:02
0f5c062

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)