@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 +13 -5
- package/dist/native/rudder-native +0 -0
- package/package.json +1 -1
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.
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
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