Files
hmbown--codewhale/scripts/dead-code-budget.json
CodeWhale Bot e81ed33fcc fix(release): finish the v0.9.6 candidate
Move first-run usage disclosure into the native TUI, keep telemetry unarmed until the decision, and order all telemetry writes and delivery against persistent opt-out with fail-closed setup-state handling.

Replace the narrow wide-terminal rail with a responsive full-screen ocean canvas, preserve readable prose measure, and remove per-call padding inside grouped tool activity.

Verified with formatting, clippy, locale/version/budget gates, the 10,120-test TUI library suite, telemetry/config suites, focused UI/PTy coverage, and independent release/UI review. The sandbox-only loopback acceptance rerun remains explicitly environmental.

Agent assistance: Claude and Codex were used for implementation analysis and verification.
2026-08-09 22:41:53 -07:00

11 lines
369 B
JSON

{
"_comment": "Ceiling for `#[allow(dead_code)]` across crates/. This number may go down freely; raising it needs a reviewer to say why in the PR. Regenerate with: python3 scripts/check-dead-code-budget.py --update",
"_issue": "https://github.com/Hmbown/CodeWhale/issues/4785",
"total": 448,
"per_crate": {
"config": 1,
"tools": 2,
"tui": 445
}
}