@viraatdas/rudder 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -184,11 +184,19 @@ hunk diff --watch
184
184
  ```
185
185
 
186
186
  Hunk provides the multi-file review UI, sidebar navigation, mouse support,
187
- watch mode, and untracked-file handling. If `hunk` is not installed, Rudder
188
- installs it with `npm install -g hunkdiff@latest` before opening the review.
189
-
190
- While focused in the review pane, keys go to Hunk. Press `Ctrl-G`, then `v`, to
191
- return to the live Claude Code or Codex worker.
187
+ watch mode, inline agent notes, and untracked-file handling. Rudder writes a
188
+ per-worktree `.hunk/config.toml` with the light `paper` theme and ignores that
189
+ config through git's local info exclude, so it does not get merged.
190
+
191
+ If `hunk` is not installed, Rudder uses `npx --yes hunkdiff@latest` before
192
+ opening the review. While focused in the review pane, keyboard and mouse events
193
+ go to Hunk. Press `Ctrl-G`, then `v`, to return to the live Claude Code or Codex
194
+ worker.
195
+
196
+ Rudder also injects Hunk review guidance into `RUDDER.md` and the worker prompt.
197
+ Agents are told to run `hunk skill path`, load the Hunk review skill, and use
198
+ `hunk session review --repo . --json` plus `hunk session comment ...` commands
199
+ against the live review.
192
200
 
193
201
  ## One-Shot Commands
194
202
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A Claude Code-style terminal app for running coding agents with worktree-isolated runs.",
5
5
  "homepage": "https://rudder.viraat.dev",
6
6
  "type": "module",