Skip to content

Commit 6810ab3

Browse files
jhochenbaumclaude
andauthored
style: apply prettier to the README (#6)
Table cell padding and separator widths only; `npm run check` was failing on format:check, which would have turned CI red. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 59f0e4c commit 6810ab3

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ https://github.com/user-attachments/assets/a36991a9-288f-4c8a-845c-ce2399334b9b
3434

3535
## Requirements
3636

37-
| Name | Version |
38-
| --- | --- |
37+
| Name | Version |
38+
| --------- | -------------------------------- |
3939
| **herdr** | 0.8.0 or newer on macOS or Linux |
40-
| **Node** | 22.12 or newer |
40+
| **Node** | 22.12 or newer |
4141

4242
The plugin installs its pinned `hunkdiff` dependency automatically. You do not need a global hunk
4343
installation for reviews opened inside herdr.
@@ -140,22 +140,22 @@ herdr server reload-config
140140
| `review` | Configured `default_target`; `auto` selects the branch diff when ahead of base, otherwise the working tree |
141141
| `review:staged` | Staged changes with `hunk diff --staged` |
142142
| `review:branch` | `<base>...HEAD`; falls back to the working tree with a warning when no base can be resolved |
143-
| `review:commit` | The latest commit, or a locally available commit from a Ctrl-clicked GitHub commit URL |
143+
| `review:commit` | The latest commit, or a locally available commit from a Ctrl-clicked GitHub commit URL |
144144
| `review:stash` | The most recent stash entry |
145145

146146
**Everything else**
147147

148148
| Action | Effect |
149149
| ----------------- | --------------------------------------------------------- |
150-
| `send-review` | Send all unsent inline comments to the associated agent |
151-
| `reload` | Reload the target shown in the current review pane |
152-
| `close-review` | Close the review pane for the current worktree |
153-
| `next-comment` | Move hunk to the next annotated hunk |
154-
| `prev-comment` | Move hunk to the previous annotated hunk |
155-
| `setup-keys` | Install the default herdr keybindings |
156-
| `remove-keys` | Remove only the keybinding block installed by this plugin |
157-
| `install-pager` | Configure supported VCS pagers |
158-
| `uninstall-pager` | Remove pager configuration owned by this plugin |
150+
| `send-review` | Send all unsent inline comments to the associated agent |
151+
| `reload` | Reload the target shown in the current review pane |
152+
| `close-review` | Close the review pane for the current worktree |
153+
| `next-comment` | Move hunk to the next annotated hunk |
154+
| `prev-comment` | Move hunk to the previous annotated hunk |
155+
| `setup-keys` | Install the default herdr keybindings |
156+
| `remove-keys` | Remove only the keybinding block installed by this plugin |
157+
| `install-pager` | Configure supported VCS pagers |
158+
| `uninstall-pager` | Remove pager configuration owned by this plugin |
159159

160160
Invoke any action from the CLI with:
161161

@@ -228,20 +228,20 @@ extra_args = []
228228
| -------------------------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
229229
| `review.auto_open` | `true` / `false` | Opens or refreshes a review when an associated agent enters a configured state. |
230230
| `review.on_states` | List of `idle`, `working`, `blocked`, `unknown` | Selects the Herdr agent states that trigger automatic opening. An empty list disables all triggers. |
231-
| `review.reuse_pane` | `true` / `false` | Refreshes the worktree's existing review pane when possible instead of opening another pane. |
231+
| `review.reuse_pane` | `true` / `false` | Refreshes the worktree's existing review pane when possible instead of opening another pane. |
232232
| `review.default_target` | `auto`, `working`, `staged`, `branch` | Chooses what the `review` action shows. `auto` uses the branch diff when ahead of its base and the working tree otherwise. |
233-
| `review.watch` | `true` / `false` | Passes `--watch` to Hunk so an open review refreshes as its underlying source changes. |
233+
| `review.watch` | `true` / `false` | Passes `--watch` to Hunk so an open review refreshes as its underlying source changes. |
234234
| `review.placement` | `overlay`, `split`, `tab`, `zoomed` | Chooses where Herdr opens review panes: over the active pane, beside it, in a new tab, or as a zoomed pane. |
235-
| `review.exclude_untracked` | `true` / `false` | Hides untracked files from working-tree, staged, and branch reviews. |
235+
| `review.exclude_untracked` | `true` / `false` | Hides untracked files from working-tree, staged, and branch reviews. |
236236

237237
</details>
238238

239239
<details>
240240
<summary><b><code>[roundtrip]</code></b> — sending comments back to the agent</summary>
241241

242-
| Setting | Accepted values | Effect |
243-
| ---------------------------- | ---------------- | ----------------------------------------------------------------------------------------------------------------------- |
244-
| `roundtrip.clear_after_send` | `true` / `false` | Removes comments from Hunk after successful delivery. With `false`, they remain visible but are still recorded as sent. |
242+
| Setting | Accepted values | Effect |
243+
| ---------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------- |
244+
| `roundtrip.clear_after_send` | `true` / `false` | Removes comments from Hunk after successful delivery. With `false`, they remain visible but are still recorded as sent. |
245245
| `roundtrip.prompt_template` | String | Controls the prompt sent to the agent. Supported placeholders are listed under [Round-trip prompts](#round-trip-prompts). |
246246

247247
</details>
@@ -252,7 +252,7 @@ extra_args = []
252252
| Setting | Accepted values | Effect |
253253
| ------------------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
254254
| `hunk.bin` | `auto` or an absolute path | Uses the bundled Hunk executable or a specific external executable. |
255-
| `hunk.experimental` | `true` / `false` | Passes Hunk's `--experimental` option, currently including support for STML-rendered agent notes. |
255+
| `hunk.experimental` | `true` / `false` | Passes Hunk's `--experimental` option, currently including support for STML-rendered agent notes. |
256256
| `hunk.extra_args` | List of strings | Appends advanced arguments verbatim to each new Hunk launch. Invalid or conflicting arguments can prevent a review from opening. |
257257

258258
</details>

0 commit comments

Comments
 (0)