Skip to content

Write the art gate's em dash constant as an escape - #10

Merged
HarperZ9 merged 1 commit into
mainfrom
art/em-dash-escape
Sep 3, 2026
Merged

Write the art gate's em dash constant as an escape#10
HarperZ9 merged 1 commit into
mainfrom
art/em-dash-escape

Conversation

@HarperZ9

@HarperZ9 HarperZ9 commented Sep 3, 2026

Copy link
Copy Markdown
Owner

tools/check_repo_art.py searches rendered drawings for an em dash and fails when it finds one. It held the character it looks for as a literal, so the file carrying the house rule was the one file in the repository breaking it. A scan for stray em dashes reported that line as a finding, correctly.

Written as a unicode escape the constant is the same character at runtime, and the repository reads clean. Nothing else changes, and all 19 gates still pass.

🤖 Generated with Claude Code

The gate searches rendered drawings for an em dash and fails when it finds one.
It held that character as a literal, so the file enforcing the rule was the one
file in the repository breaking it. Written as an escape it is the same
character at runtime, and a scan for stray em dashes now reads the repository
as clean. All 19 gates still pass.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@HarperZ9
HarperZ9 merged commit ffb52f9 into main Sep 3, 2026
10 checks passed
@HarperZ9
HarperZ9 deleted the art/em-dash-escape branch September 3, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant