Skip to main content

max / alloy_tui

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>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-08-31 12:06 UTC
Signed with PGP, not checked
Commit: 9f2ed8d57bd6cd2358bd605d26d396062e854460
Parent: 8ab18e3
1 file changed, +1 insertion, -0 deletions
M Cargo.toml +1
@@ -7,6 +7,7 @@
7 7 rust-version = "1.88"
8 8 license = "MIT"
9 9 repository = "https://makenot.work/git/max/alloy_tui"
10 + exclude = ["scripts/", "dist/", "bento.toml", ".githooks/"]
10 11 authors = ["Max Johnson <me@maxj.phd>"]
11 12
12 13 [dependencies]