Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comment-checker",
"version": "0.2.0",
"version": "0.3.0",
"description": "PostToolUse hook that flags unnecessary comments. Runs comment-checker --strip, then direnv exec if it is missing. Names flake.nix when that is why it is missing.",
"author": {
"name": "systemfsoftware",
Expand All @@ -9,5 +9,9 @@
"homepage": "https://github.com/systemfsoftware/comment-checker",
"repository": "https://github.com/systemfsoftware/comment-checker",
"license": "Apache-2.0",
"keywords": ["hooks", "comments", "claude-code"]
"keywords": [
"hooks",
"comments",
"claude-code"
]
}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
overlays = [ (import rust-overlay) ];
};
in f pkgs);
version = "0.1.5";
version = "0.3.0";
mkCommentChecker = pkgs:
let
target = {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claude-code-comment-checker",
"version": "0.1.0",
"version": "0.3.0",
"private": true,
"type": "module",
"packageManager": "pnpm@11.21.0",
Expand All @@ -20,4 +20,4 @@
"turbo": "^2.10.5",
"typescript": "latest"
}
}
}
5 changes: 4 additions & 1 deletion scripts/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"imports": {
"@effect/platform-deno": "npm:@effect/platform-deno@4.0.0-rc.108",
"@libs/diff": "jsr:@libs/diff@4.0.0",
"@std/cli": "jsr:@std/cli@1.0.15",
"@std/path": "jsr:@std/path@1.1.6",
"@std/toml": "jsr:@std/toml@1.0.11",
"@std/yaml": "jsr:@std/yaml@1.0.4",
"arktype": "npm:arktype@2.2.3"
"arktype": "npm:arktype@2.2.3",
"effect": "npm:effect@4.0.0-rc.108"
},
"tasks": {
"manifest:generate": "./tools/generate-platform-manifest.ts",
Expand Down
234 changes: 232 additions & 2 deletions scripts/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading