Examples
Before-and-after log examples for AI debugging workflows
These examples show what useful compression looks like in practice. The goal is not to create the shortest possible output. The goal is to remove the surrounding noise while keeping the core failure visible.
Node.js module error
Error: Cannot find module 'express' at Module._resolveFilename ... at Module._load ... at Object.<anonymous> (C:\app\server.js:3:17) at C:\app\node_modules\express\index.js:18:1 npm warn deprecated package found
Error: Cannot find module 'express' at Object.<anonymous> (C:\app\server.js:3:17)
CI test failure
Run npm install Cache restored successfully Run npm test FAIL src/user.test.ts TypeError: Cannot read properties of undefined Post job cleanup Error: Process completed with exit code 1
FAIL src/user.test.ts TypeError: Cannot read properties of undefined Error: Process completed with exit code 1