From d0219bad45c2dd74cdb30a4c7f9afa68b7f84350 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:54:29 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/hook-readonly-instead-of-strip.md | 5 ----- .claude-plugin/plugin.json | 2 +- Cargo.toml | 2 +- crates/comment-checker/Cargo.toml | 2 +- flake.nix | 2 +- npm/packages/comment-checker/CHANGELOG.md | 4 ++++ npm/packages/comment-checker/package.json | 2 +- package.json | 2 +- 8 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 .changeset/hook-readonly-instead-of-strip.md diff --git a/.changeset/hook-readonly-instead-of-strip.md b/.changeset/hook-readonly-instead-of-strip.md deleted file mode 100644 index 1878fa6..0000000 --- a/.changeset/hook-readonly-instead-of-strip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@systemfsoftware/claude-code-comment-checker': patch ---- - -The hook no longer crashes on startup in some environments and silently skips every write, and it no longer needs write access to your files — it flags unnecessary comments read-only and reports them to the model. \ No newline at end of file diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d9e5285..f16c967 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "comment-checker", - "version": "0.3.3", + "version": "0.3.4", "description": "PostToolUse hook that flags unnecessary comments. Runs comment-checker, then direnv exec if it is missing. Names flake.nix when that is why it is missing.", "author": { "name": "systemfsoftware", diff --git a/Cargo.toml b/Cargo.toml index 5cf0a3c..8b8d9df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" default-members = ["crates/comment-checker"] [workspace.package] -version = "0.3.3" +version = "0.3.4" edition = "2024" rust-version = "1.85" license = "Apache-2.0" diff --git a/crates/comment-checker/Cargo.toml b/crates/comment-checker/Cargo.toml index 8f78352..52a1779 100644 --- a/crates/comment-checker/Cargo.toml +++ b/crates/comment-checker/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "claude-code-comment-checker" -version = "0.3.3" +version = "0.3.4" edition = "2024" rust-version = "1.85" license = "Apache-2.0" diff --git a/flake.nix b/flake.nix index 2a18fd8..c463ea8 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ overlays = [ (import rust-overlay) ]; }; in f pkgs); - version = "0.3.3"; + version = "0.3.4"; # Source build: no fetchurl of the released *binary*, so no binary hash # to go stale (that fixed-output caching was the #81 failure). # diff --git a/npm/packages/comment-checker/CHANGELOG.md b/npm/packages/comment-checker/CHANGELOG.md index 53a1363..70ec4c3 100644 --- a/npm/packages/comment-checker/CHANGELOG.md +++ b/npm/packages/comment-checker/CHANGELOG.md @@ -52,3 +52,7 @@ ## 0.3.3 - Build the CLI binary directly from source in the Nix flake instead of fetching release assets, ensuring environments using Nix or direnv run the matching version with full command support. + +## 0.3.4 + + - The hook no longer crashes on startup in some environments and silently skips every write, and it no longer needs write access to your files — it flags unnecessary comments read-only and reports them to the model. diff --git a/npm/packages/comment-checker/package.json b/npm/packages/comment-checker/package.json index a8af324..740e469 100644 --- a/npm/packages/comment-checker/package.json +++ b/npm/packages/comment-checker/package.json @@ -1,6 +1,6 @@ { "name": "@systemfsoftware/claude-code-comment-checker", - "version": "0.3.3", + "version": "0.3.4", "description": "Claude Code PostToolUse hook that blocks unnecessary comments (npm distribution launcher)", "license": "Apache-2.0", "repository": { diff --git a/package.json b/package.json index ebd62ae..61598b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-comment-checker", - "version": "0.3.3", + "version": "0.3.4", "private": true, "type": "module", "packageManager": "pnpm@11.21.0",