You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GitHub About line had one, which is what prompted this. Fixing that made it
worth sweeping the rest.
All prose is clean: README, CONTRIBUTING, every doc, the justfile, the scripts,
the devcontainer files and the PR template.
All printed output is clean too, which mattered more than it sounds. Ninety-eight
em-dashes lived inside println strings, so they were in the first line of every
command. Banners became colons, the line-leading ones that were acting as bullets
became hyphens, and three that read badly as colons became commas or full stops.
Code comments were left alone. There are 97 of them across the core crates and
the kernel source, they predate this work, and they are the authors' own voice
rather than anything generated.
Verified by reading the output rather than trusting the substitution: probe,
gpu-selftest, model-decode, code-object-info and the OLMo gates all still read
correctly. 169 tests, the 79-command model API gate, the plugin contract, the
demo sandbox gate and all policy gates pass.
0 commit comments