Commit Graph

3 Commits

Author SHA1 Message Date
b5955cd7b8 feat: truncate --fields body uniformly (task 0021)
All checks were successful
CI / test (pull_request) Successful in 49s
CI / test (push) Successful in 49s
Rule that the `body` extra field truncates at 500 chars like `issue view`,
resolving the spec's Principle 3 / Command Surface contradiction. Route the
`body` extractor through a new `truncatedBody()` FieldDef so `issue list`,
`issue create`, `pr list`, and `search` all present it exactly as the detail
views do, and add a `--full` flag to each to suppress truncation, keeping the
inline hint's "use --full" promise honest.
2026-07-14 12:23:24 -04:00
6661239afe docs: record e2e test requirements across remaining tasks
All checks were successful
CI / test (push) Successful in 44s
2026-07-14 09:33:01 -04:00
12a7baa378 docs: capture the --fields body truncation conflict as task 0021
All checks were successful
CI / test (push) Successful in 29s
2026-07-12 09:27:35 -04:00