Skip to content

fix(cli): escape backticks in claude-md-template whisper line#68

Merged
DannyNs merged 1 commit into
developfrom
fix/voice-macos-whisper-hint
Jul 10, 2026
Merged

fix(cli): escape backticks in claude-md-template whisper line#68
DannyNs merged 1 commit into
developfrom
fix/voice-macos-whisper-hint

Conversation

@DannyNs

@DannyNs DannyNs commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

The template body is one template literal — the unescaped backticks around 'brew install whisper-cpp' terminated it and broke the entire CLI at import time (SyntaxError: Unexpected identifier 'brew').

Add a template test so any future unescaped backtick fails the suite: bin/ is not covered by tsc or the bundle build, so importing the module in a test is the only automated parse check.

The template body is one template literal — the unescaped backticks
around 'brew install whisper-cpp' terminated it and broke the entire
CLI at import time (SyntaxError: Unexpected identifier 'brew').

Add a template test so any future unescaped backtick fails the suite:
bin/ is not covered by tsc or the bundle build, so importing the module
in a test is the only automated parse check.
@DannyNs DannyNs merged commit ad2d39e into develop Jul 10, 2026
1 check 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.

1 participant