Skip to content

Commit ed2182b

Browse files
committed
chore(release): bump version to 2.3.2
Patch release covering the coverage gate, CONTRIBUTING.md doc split, AGENTS.md hook-description fix, and the cursor rule stale-example correction for cherry-pick and diff operations.
1 parent 3c41413 commit ed2182b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to `@rethunk/mcp-multi-root-git` are documented here. Format loosely follows [Keep a Changelog](https://keepachangelog.com); the project uses [Semantic Versioning](https://semver.org).
44

5+
## [2.3.2] — 2026-04-21
6+
7+
### CI
8+
9+
- Coverage gate added: `bun run test:coverage` enforces an 80% line-coverage minimum in CI (`check` job).
10+
11+
### Documentation
12+
13+
- **`CONTRIBUTING.md`** — new file; consolidates dev setup, hook table, commit conventions, CI description, PR checklist, path-confinement guidance, and how-to-add-a-tool guidance for mutating tools.
14+
- **`HUMANS.md`** — Development section replaced with a pointer to `CONTRIBUTING.md`; preset file, `git_not_found`, install reference, and publishing steps remain.
15+
- **`AGENTS.md`** — corrected pre-push hook description (missing `test` step) and updated canonical-docs link for dev/CI content.
16+
- **`.cursor/rules/rethunk-git-mcp.mdc`** — removed stale "shell is fine for `git diff` / `git cherry-pick`" examples; both now have MCP tool equivalents (`git_diff_summary`, `git_cherry_pick`).
17+
518
## [2.3.1] — 2026-04-21
619

720
Documentation-only patch following the 2.3.0 release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rethunk/mcp-multi-root-git",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "MCP stdio server: multi-root git status, inventory, and HEAD parity checks. Generic tools usable by any workspace.",
55
"type": "module",
66
"private": false,

0 commit comments

Comments
 (0)