Skip to content

Commit 7055cdd

Browse files
easelclaude
andcommitted
fix(docs): align API-001 --format values with implementation [hx-34bff005]
Remove stale 'prompt' format value and update default from 'prompt' to 'json' in API-001-dun-cli.md line 25, matching cmd/dun/main.go after commit 0e8e8b4 (hx-4e05d540). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 02be736 commit 7055cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/design/contracts/API-001-dun-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ dun [command] [options] [arguments]
2222
**Usage**: `$ dun check [options]`
2323

2424
**Options**:
25-
- `--format` : Output format (`prompt`, `llm`, or `json`, default `prompt`)
25+
- `--format` : Output format (`llm` or `json`, default `json`)
2626
- `--changed` : Limit checks to changed files (default `false`)
2727
- `--timeout` : Global timeout in seconds (default `600`)
2828
- `--check-timeout` : Per-check timeout in seconds (default `120`)

0 commit comments

Comments
 (0)