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
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scr",
"version": "0.34.0",
"version": "0.35.0",
"description": "Review agent-authored code you're accountable for but didn't write. /scr:review opens a side-by-side viewer that clusters the diff into semantic groups and annotates what each block changed, so you can judge whether it matches intent and how it was built; your inline comments round-trip back into the session for the agent to iterate on. The LLM directs attention \u2014 it never gates.",
"author": {
"name": "Toby Sargeant",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "semantic-code-review"
version = "0.34.0"
version = "0.35.0"
description = "A semantic diff reviewer for judging agent-authored changes — the LLM directs attention, you decide."
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

Loading