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
Rename the gate rendering and exit-code helpers so the canonical check command is reflected in code names. Keep all human output, JSON shape, and exit behavior unchanged.
Acceptance criteria
render_ok, render_ok_json, and ok_exit_code are renamed to check-oriented names.
check and ok still share the same command path.
Human output, JSON output, and exit-code behavior remain unchanged.
What to build
Rename the gate rendering and exit-code helpers so the canonical
checkcommand is reflected in code names. Keep all human output, JSON shape, and exit behavior unchanged.Acceptance criteria
render_ok,render_ok_json, andok_exit_codeare renamed to check-oriented names.checkandokstill share the same command path.cargo fmt --all -- --checkpasses.cargo test --workspacepasses.Blocked by
None - can start immediately.