Blog
Write-ups of real bugs and fixes, not release notes — the kind of detail a changelog entry never has room for.
- ERR_MODULE_NOT_FOUND, in a file that was right there
2026-09-01
Every fresh npx create-loopengine scaffold crashed on its very first request — not a bug in the generated code, but in how loopengine's own package.json told Node to find itself once anyone actually installed it.
- DeepSeek dropped a field, and durable resume broke
2026-08-30
A cascade-skip test kept 400ing with a cryptic reasoning_content error. The fix turned into a new content-block type, not a one-line patch.
- The recovery message that broke the thing it was recovering
2026-08-30
A durable approval's own resume path was silently colliding with the crash-recovery safety net meant for a completely different failure mode.