Skip to main content

max / makeover-webview

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:05 UTC
Signed with PGP, not checked
Commit: 93f92c06de3a5ee0bce0495b1cd7f3e32d65a482
Parent: 64f4917
1 file changed, +1 insertion, -0 deletions
M Cargo.toml +1
@@ -10,6 +10,7 @@
10 10 description = "The webview renderer for makeover-layout. Emits CSS, and is the one renderer that needs no palette: var() is the late binding, so resolution stays with the browser."
11 11 license = "MIT"
12 12 repository = "https://makenot.work/git/max/makeover-webview"
13 + exclude = ["scripts/", "dist/", "bento.toml", ".githooks/"]
13 14
14 15 [dependencies]
15 16 # Pinned to the exact patch that introduced the API this crate calls, not to the