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
feat(tui,gui): add --headless mode for CI-safe operation
tui --headless and gui --headless bypass crossterm/eframe
respectively, printing section/panel summaries to stdout without
requiring a TTY or display server. Both subcommands advance from
Grade E (untestable) to Grade D (Alpha) in the CRG scale.
Adds two Grade D readiness tests: readiness_d_tui_headless_runs and
readiness_d_gui_headless_runs, which exercise the full parse-and-render
path using a minimal AssaultReport fixture.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments