Skip to content

Strip em dashes and emojis, trim noisy comments#9

Merged
voidreamer merged 1 commit into
mainfrom
claude/cleanup-comments-zsepd
May 6, 2026
Merged

Strip em dashes and emojis, trim noisy comments#9
voidreamer merged 1 commit into
mainfrom
claude/cleanup-comments-zsepd

Conversation

@voidreamer
Copy link
Copy Markdown
Owner

Make output and source plain ASCII. Replace em dashes with normal
punctuation across code, docs, and CLI strings. Drop the hammer from
the CLI about text. Switch validate's check/cross markers to OK / WARN
/ FAIL so the output stays readable in any terminal.

Drop comments that just restate the next line of code (e.g. "Load
config", "Pre-resolve hooks", "Replace ${VERSION} with package
version") and the decorative section banners in main.rs and
context.rs. Keep the comments that explain non-obvious decisions
(tempdir leak, cache salt, alias resolution, override warning,
tilde-at-segment expansion, etc.).

Make output and source plain ASCII. Replace em dashes with normal
punctuation across code, docs, and CLI strings. Drop the hammer from
the CLI about text. Switch validate's check/cross markers to OK / WARN
/ FAIL so the output stays readable in any terminal.

Drop comments that just restate the next line of code (e.g. "Load
config", "Pre-resolve hooks", "Replace \${VERSION} with package
version") and the decorative section banners in main.rs and
context.rs. Keep the comments that explain non-obvious decisions
(tempdir leak, cache salt, alias resolution, override warning,
tilde-at-segment expansion, etc.).
@voidreamer voidreamer merged commit 5544101 into main May 6, 2026
2 checks passed
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.

2 participants