Files
DeepSeek-TUI/scripts/dead-code-budget.json
CodeWhale Bot 25201daac8 chore: budget + changelog receipts for the Tideline family
Version drift wants release-note receipts for the #5698/#5699
references; the dead-code budget grows by the 64 standalone Tideline
items that lose their allows the moment frame wiring lands (the next
Tideline slice must bring the number back down).

No-Issue: gate receipts for the Tideline component family
Signed-off-by: CodeWhale Bot <bot@codewhale.net>
2026-08-28 22:33:04 -07:00

10 lines
352 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": 436,
"per_crate": {
"tools": 2,
"tui": 434
}
}