Skip to content

chore(eval): ASCII-only eval report (replace em-dash with --)#14

Merged
wusijian007 merged 1 commit into
mainfrom
chore/eval-report-ascii
May 15, 2026
Merged

chore(eval): ASCII-only eval report (replace em-dash with --)#14
wusijian007 merged 1 commit into
mainfrom
chore/eval-report-ascii

Conversation

@wusijian007

Copy link
Copy Markdown
Owner

The generated .myagent/evals/runs//REPORT.md Notes paragraph used a U+2014 em-dash, which mojibakes on non-UTF8 console code pages (e.g. PowerShell shows it as a garbled sequence). The file itself was valid UTF-8, but keeping generated artifacts strictly ASCII removes the cross-terminal surprise entirely. Also swapped the matching em-dash in a source comment so eval.ts is uniformly ASCII.

No behavior change: eval still passes 5/5 with the same deterministic $0.0528 cost fingerprint; the gate test (eval.test.ts) is green.

The generated .myagent/evals/runs/<id>/REPORT.md Notes paragraph used
a U+2014 em-dash, which mojibakes on non-UTF8 console code pages
(e.g. PowerShell shows it as a garbled sequence). The file itself was
valid UTF-8, but keeping generated artifacts strictly ASCII removes
the cross-terminal surprise entirely. Also swapped the matching
em-dash in a source comment so eval.ts is uniformly ASCII.

No behavior change: eval still passes 5/5 with the same deterministic
$0.0528 cost fingerprint; the gate test (eval.test.ts) is green.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@wusijian007 wusijian007 merged commit 2db7810 into main May 15, 2026
3 checks passed
@wusijian007 wusijian007 deleted the chore/eval-report-ascii branch May 15, 2026 07:20
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