Exclude repo infrastructure from the published package
scripts/githooks, dist/recipes and bento.toml were package content, so a
git-hook edit or a recipe change moved the published-content verdict for
every crate at once while changing nothing a consumer compiles. A
staleness signal that fires on things no consumer can observe is one
nobody reads.
examples/ stays: it is legitimate published content a reader may want.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
description = "The immediate-mode renderer for makeover-layout. Immediate mode is the constraint that matters, not the library: no cascade, no retained tree, one stroke per widget. Backed by egui."