feat: --detail dial (high/normal/clean/poster)#46
Merged
Conversation
Adds an agent-customizable detail dial for color mode — the spectrum between maximum fidelity and a clean flat poster look, so an agent can map a user's intent to the right level: - high : maximum detail (least flattening, richest palette) - normal : balanced (default; reproduces prior behavior exactly) - clean : edge-preserving cleanup, noise/grain reduced - poster : bold flat graphic, few colors Each level maps to (flatten sigma, pre-trace palette size, perceptual LAB ΔE merge threshold), threaded through preprocess and the verify loop. Uses the edge-preserving bilateral flatten (no color fringing, unlike a naive mode filter) so whiskers/fine structure survive. On the toony cat: colors 38→23→18→6 and paths 1654→1450→1234→1060 across the levels, monotonic. README + vectorize skill document the intent→level mapping. Suite green; normal is byte-identical to the previous default. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agent-customizable color detail dial: high (max detail) → normal (default) → clean (edge-preserving cleanup) → poster (flat graphic). Maps to flatten/palette params via the bilateral flatten (no fringing). README + skill document the intent→level mapping. Default
normalunchanged; suite green.🤖 Generated with Claude Code