42f95533ac9daac9cb7c4deebbdcb29ef13afdb1
target/ had reached 38 GB, dominated by a 16 GB incremental cache (~28 compilation units × every historical config, never evicted) and ~25 separate integration-test binaries each statically embedding the bundled engine + full debug info. [profile.dev] (inherited by the test profile): - incremental = false: the cache earns little in a full-suite workflow and never self-evicts; off, target/ stays bounded. - debug = "line-tables-only": keeps file:line in panics/backtraces (we debug via tracing logs) at a fraction of debug=2's size. Net: a clean full build dropped from 38 GB to ~1.6 GB. Document the rationale plus the cargo-sweep workflow (the GC cargo lacks) under a new CLAUDE.md "Build hygiene" section; also drop the now-shipped H1 from CLAUDE's deferred list (H1a remains).
Description
No description provided