Problem
File: src/output/format.ts (lines 3-33)
Text format has:
- Inconsistent field separators (colons, colons with spaces)
- No clear delimiter between records
- Hard to parse programmatically
Proposed Fix
Consider adding a machine-readable text format (like TSV) or improve consistency of current format.
Problem
File:
src/output/format.ts(lines 3-33)Text format has:
Proposed Fix
Consider adding a machine-readable text format (like TSV) or improve consistency of current format.