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.
Adds gap, memory, dag, files, ready, hook_precompact, hook_subagent
filters to the builtin registry and routes each command's pretty path
through pretty_output() so --compact invocations apply the filter.
Savings measured against a TTY baseline:
- gap list: 199 → 160 B (-19.6%)
- memory list: 1411 → 1028 B (-27.1%)
- dag: 255 → 167 B (-34.5%)
- files: 1335 → 724 B (-45.8%)
- ready: 248 → 139 B (-44.0%)
- hook pre-compact: 1320 → 473 B (-64.2%)
- hook subagent: 861 → 473 B (-45.1%)
30 inline filter tests pass; full cargo test suite green (297 passed).
Task: fn-21-extend-flowctl-compress-filters.1
0 commit comments