Commit 0e8e8b4
fix: remove confusing --format prompt alias to JSON in dun check [hx-4e05d540]
The --format flag accepted "prompt" as a value but treated it identically
to "json", causing user confusion since the actual prompt output is
produced by the separate --prompt flag.
Removed "prompt" as a format value and changed the default to "json",
aligning with the F-002 spec which only defines llm and json formats.
Governing artifact: F-002 (Output Formats)
Verification: all tests pass (go test ./...)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2e372a6 commit 0e8e8b4
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments