The codedeck usage CLI command (src/cli/commands/usage.ts) has no test coverage. Uncovered: formatUsageSummary output, the --json branch, and the daemon-error exit codes.
Source: PR #30 independent review, non-blocking finding #6.
Suggested fix: add a CLI test exercising a successful aggregate render, the --json output shape, and the failure path where the daemon returns an error (correct exit code and message).
The codedeck usage CLI command (src/cli/commands/usage.ts) has no test coverage. Uncovered: formatUsageSummary output, the --json branch, and the daemon-error exit codes.
Source: PR #30 independent review, non-blocking finding #6.
Suggested fix: add a CLI test exercising a successful aggregate render, the --json output shape, and the failure path where the daemon returns an error (correct exit code and message).