Unexpected ava worktree build failure while deploying ava:
Omni/Agent/Tools/Pdf.hs imports System.IO.Temp (withSystemTempFile)Could not find module System.IO.TempLikely missing module dependency declaration for temporary package in that namespace.
Impact: blocks bild Omni/Ava/Core.hs in /home/ben/omni/ava and therefore blocks final web/ava cutover.
Correction: added dependency annotation dep temporary to Omni/Agent/Tools/Pdf.hs.
Ava verified: implementation present in live tree (file/feature confirmed via inspection). Moving to Verified.
Fixed in ava worktree: added missing dependency annotation to Omni/Agent/Tools/Pdf.hs so System.IO.Temp resolves.