Skip to content

Commit bd29b84

Browse files
oskarhaneclaude
andcommitted
docs: add --verbose flag documentation to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8e9c800 commit bd29b84

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,16 @@ hone prune --dry-run # Preview what would be archived
219219
```bash
220220
hone run tasks.yml -i 3 --agent opencode # Use specific agent
221221
hone run tasks.yml -i 5 --skip=review # Skip code review
222+
hone run tasks.yml -i 5 --verbose # Show detailed agent interaction logs
223+
```
224+
225+
### Verbose mode
226+
227+
Add `--verbose` to any command to see detailed agent interaction logs. By default, hone only shows progress indicators and critical messages. With `--verbose`, you get the full output from agent interactions, useful for debugging or understanding what the agent is doing.
228+
229+
```bash
230+
hone prd "Add login" --verbose
231+
hone agents-md --verbose
222232
```
223233

224234
## Configuration

0 commit comments

Comments
 (0)