Skip to content

v10.1.0

Choose a tag to compare

@dyoshikawa dyoshikawa released this 15 Jul 14:36
Immutable release. Only release title and notes can be modified.
007669b

What's Changed

Features

  • Add goal-release command that drafts a release and merges the release PR in one go by @dyoshikawa in #2262
  • rulesync gitignore now warns when previously managed entries are removed from the managed block, so paths that silently become committable are easy to spot (also captured as entriesRemoved in JSON mode) by @dyoshikawa in #2264

Bug Fixes

  • Stop gitignoring user-managed tool config files that should be committed: .codex/config.toml, .grok/config.toml, .vibe/config.toml, and reasonix.toml. rulesync merges MCP entries into these files rather than fully owning them, so they now stay committable like .claude/settings.json. If you kept local secrets in one of these files, review it before committing — the next rulesync gitignore run prints a warning listing the un-ignored paths. by @dyoshikawa in #2264

Contributors

Full Changelog: v10.0.0...v10.1.0