grut status has readable text and JSON, but prompt scripts and quick terminal checks need compact dirty-file lines.
Add a short mode for concise status output.
Acceptance criteria:
grut status --short prints branch information and compact file lines.
- Clean repositories print a single clean line.
--check still returns an error when the report is dirty.
--short cannot be combined with --json.
grut statushas readable text and JSON, but prompt scripts and quick terminal checks need compact dirty-file lines.Add a short mode for concise status output.
Acceptance criteria:
grut status --shortprints branch information and compact file lines.--checkstill returns an error when the report is dirty.--shortcannot be combined with--json.