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(guard): filter subprocess output for summary mode
Add output filtering to flowctl guard that reduces test/lint/typecheck
output by ~90%. Cargo test output is aggregated into one-line compact
summaries, clippy/lint output is condensed to error/warning counts, and
failures are shown with truncated details.
- Add filter_cargo_test: removes Compiling/Downloading noise, aggregates
test result lines into "N passed (M suites, Xs)" compact format
- Add filter_lint_output: counts errors/warnings, skips meta-errors
- JSON mode outputs {guards: [{name, status, summary, errors}]}
- Text mode shows one-line summary per guard with error details inline
- Fix assert_field dead code warning in parity_test.rs
- Update guard no-commands message for commit-gate compatibility
Task: fn-1-token-compact-rtk-guard.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments