After Engine is proven stable, remove amp:
Remove
- runAmp function from Worker.hs
- monitorLog, waitForFile helpers
- amp.log parsing from AgentLog.hs
- System.Process imports for amp
Update
- Make runWithEngine the default (remove feature flag)
- AgentLog to work with Engine callbacks instead of log parsing
- Documentation (AGENTS.md, jr.md)
Cleanup
- Remove amp from any CI/deployment scripts
- Update error messages referencing amp
This is the final cleanup task after Engine is stable.
Should be done only after sufficient testing with --use-engine.