feat(rows): the operator is not a reading — ✕ for every multiplication - #27
Merged
Conversation
× (U+00D7) is a cell: the window the pool will not cover. `x` was the ASCII letter standing in for multiplication. The folded tail printed both, one column apart, in the same red — `...×5hx28` — where the first mark is a fact about your week and the second is punctuation. The multiplication sign is now ✕ (U+2715) everywhere the product multiplies: `...▯5h✕28`, `0.7✕`, `- 19✕5h left`, and report's `(~4.1 ✕ 5h windows unused)`. U+2715 and not something heavier because row 2 right-anchors the week row by counting characters: a glyph that counts one and draws two overhangs line 1's edge once per pace suffix — the CACHE_GLYPH/☠ rule. ╳ (U+2573) is ambiguous-width, ✖ (U+2716) is Emoji=Yes; ✕ is neutral-width and not an emoji. MULT_GLYPH overrides it. 418 tests (+1 pinning the glyph one column and distinct from the cell). Co-Authored-By: Claude Fable 5 <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.
What
The ledger row was printing two different X's and calling them both
x.×(U+00D7) has always been a cell — the window the pool will not cover.xwas the ASCII letter standing in for multiplication. The folded tailput them one column apart in the same red:
The first mark is a fact about your week; the second is punctuation. Side by
side in the same tint, it read like a font failure.
✕(U+2715) is now the operator everywhere the product multiplies:...▯5hx28...▯5h✕280.7x0.7✕- 19x5h left- 19✕5h leftreport(~4.1 x 5h windows unused)(~4.1 ✕ 5h windows unused)Cells are the ink; the operator is punctuation, and it is deliberately the
lighter of the two marks.
Why this codepoint
Row 2 right-anchors the week row to line 1's edge by counting characters
(
${#week_plain}), so a glyph that counts one and draws two overhangs theedge once per pace suffix — the same constraint that keeps
≡and☠ontheir single column.
✕U+2715eaw=N╳U+2573eaw=A✖U+2716eaw=NBoth alternatives look stronger and are one
MULT_GLYPH=╳away if a terminaldisagrees. Verified the swap costs exactly what the old ASCII
xcost, so theanchor math is untouched.
Test
418 bats tests (417 + 1 new pinning the glyph at one column, distinct from the
dry cell, and overridable).
shellcheck -S errorclean. Test-count claimsupdated across README, llms.txt, and the Pages demo.
🤖 Generated with Claude Code