Ava worktree build blocked: Omni/Agent/Tools/Pdf missing temporary dep

t-674·WorkTask·
·
·
Created1 month ago·Updated1 week ago·pipeline runs →

Dependencies

Description

Edit

Unexpected ava worktree build failure while deploying ava:

  • Omni/Agent/Tools/Pdf.hs imports System.IO.Temp (withSystemTempFile)
  • build error: Could not find module System.IO.Temp

Likely 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.

Timeline (9)

🔄[human]Open → InProgress1 month ago
💬[human]1 month ago

Fixed in ava worktree: added missing dependency annotation to Omni/Agent/Tools/Pdf.hs so System.IO.Temp resolves.

🔄[human]InProgress → Review1 month ago
💬[human]1 month ago

Correction: added dependency annotation dep temporary to Omni/Agent/Tools/Pdf.hs.

💬[human]1 week ago

Ava verified: implementation present in live tree (file/feature confirmed via inspection). Moving to Verified.

🔄[human]Review → Verified1 week ago