mirror of
https://github.com/conorbronsdon/avoid-ai-writing.git
synced 2026-09-19 01:32:11 +08:00
ff15a57804
- validate: #305 stopped stripping an AI tracker that sits directly before bold markers, an em/en dash, or an ellipsis, reporting url-missing (e.g. **https://x.com/p?utm_source=chatgpt.com** -> **https://x.com/p**). - rewrite-eval-opencode: an `opencode export` spawn failure threw "Cannot read properties of undefined (reading 'trim')" and hid the real error; route it through requireCommand like the other calls. - detector CI: since #306 releases trigger only on package.json changes, so a release PR that forgets package.json merged green and never released. Run verify-release-versions.js on every PR. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>