You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
feat(flowctl): add compress filters for show/guard/cat and strip more compact fields
Wire show, guard, and cat commands through the TOML compress pipeline
(pretty_output) so they benefit from automatic token optimization in
non-TTY mode (Claude Code). Add three new TOML filter definitions with
inline tests. Expand COMPACT_STRIP to remove 8 additional JSON fields
that LLM consumers rarely need (branch_name, review statuses, defaults).
- show: strips slug prefixes, spec paths, shortens status labels
- guard: short-circuits to "✓ guard passed" on all-pass, limits failures to 30 lines
- cat: truncates long specs to head 30 + tail 5 lines
- compact JSON: strips branch_name, plan/completion review status/timestamps, defaults
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments