diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-10 01:39:13 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-10 01:39:13 -0500 |
| commit | 980cbe1a3a7a3930690b7780ea2c6aa674e9f2a0 (patch) | |
| tree | b178a623336fdda1ca490028bf0215db95446bbc | |
| parent | c175e2bee24f4cba841b9bd57f53dd36c7bc25ef (diff) | |
| download | dotemacs-980cbe1a3a7a3930690b7780ea2c6aa674e9f2a0.tar.gz dotemacs-980cbe1a3a7a3930690b7780ea2c6aa674e9f2a0.zip | |
chore(todo): fix Phase 6 commit reference
| -rw-r--r-- | todo.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ Phase 4 (commit =f6ab0001=). Per-chromatic-strip count input (0-4); setting N re *** 2026-06-10 Wed @ 01:17:45 -0500 Base edit + retire ramp panel landed Phase 5 (commit =9daeff15=). Editing a family base recolors the whole family (shared =regenFamilyInPlace= with the count control); editing a ground swatch writes the bg/fg assignment. The standalone ramp panel (button, panel, JS, CSS, #ramptest) is removed — fan a color via its column's count instead. #baseedittest gate covers base-edit recolor + reference follow + the bg-swatch edit. *** 2026-06-10 Wed @ 01:17:45 -0500 Warnings, seeding, export, README close-out landed -Phase 6 (commit =<this>=). Export stays a flat palette and import needs no reconstruction (#roundtriptest: export→import→export byte-identical). =seedPkgmap= reads the flat palette unchanged. The too-similar warning stays on the full palette — the planned ramp-step exemption was dropped after analysis: ramp steps are a stepL apart (well above the ΔE threshold) so they never warn, and exempting same-family pairs would hide genuine near-duplicates (caught by #deltatest). README documents families, the ground strip, the count control/regenerate, removed-step references, and the ramp-panel removal. +Phase 6 (commit =c175e2be=). Export stays a flat palette and import needs no reconstruction (#roundtriptest: export→import→export byte-identical). =seedPkgmap= reads the flat palette unchanged. The too-similar warning stays on the full palette — the planned ramp-step exemption was dropped after analysis: ramp steps are a stepL apart (well above the ΔE threshold) so they never warn, and exempting same-family pairs would hide genuine near-duplicates (caught by #deltatest). README documents families, the ground strip, the count control/regenerate, removed-step references, and the ramp-panel removal. ** TODO [#B] Color-family grouping for hue-adjacent warm colors :feature:theme-studio:research: The hue-anchor + lightness-scaled-threshold grouping (shipped in color families) fixed the neutrals and pale tints but can't cleanly separate hue-adjacent warm colors: this palette's olive-greens (~110-120° OKLCH) sit right on the golds (~85-95°), so by hue they merge, and a ramp that drifts in hue can split across an anchor boundary. The problem, the four approaches tried, why each failed, and directions to research (2D chromaticity clustering, lightness-aware hue grouping, ramp detection, perceptual color-naming models, an optional hex-derived family hint) are written up in =~/color-sorting.org=. Craig is finding someone to comment. Pick the work back up from that doc. |
