v10.1.0
Immutable
release. Only release title and notes can be modified.
What's Changed
Features
- Add
goal-releasecommand that drafts a release and merges the release PR in one go by @dyoshikawa in #2262 rulesync gitignorenow warns when previously managed entries are removed from the managed block, so paths that silently become committable are easy to spot (also captured asentriesRemovedin 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, andreasonix.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 nextrulesync gitignorerun prints a warning listing the un-ignored paths. by @dyoshikawa in #2264
Contributors
Full Changelog: v10.0.0...v10.1.0