dispatch search already has JSON, ID, and table output. A CSV format would make it easy to pipe results into spreadsheets or shell tools without writing a JSON parser.
Acceptance criteria:
dispatch search --csv and dispatch search --format csv print a header row plus one row per result.
- CSV includes id, summary, cwd, repository, branch, created_at, updated_at, turn_count, file_count.
- Values are encoded with Go's csv writer and empty results still print the header.
dispatch search already has JSON, ID, and table output. A CSV format would make it easy to pipe results into spreadsheets or shell tools without writing a JSON parser.
Acceptance criteria:
dispatch search --csvanddispatch search --format csvprint a header row plus one row per result.