Create Omni/Pipeline/Verify.hs - deterministic build verification.
Depends on: Omni/Pipeline/Core.hs, Omni/Pipeline/Git.hs
Replaces the LLM reviewer with deterministic bild calls.
Functions:
-- (workspace, taskId, baseBranch, maybeNamespace) -- Checks: branch shape (exactly 1 commit), bild, bild --test -- Returns: Pass | Fail Text | Skip Text
-- (workspace, maybeNamespace) -- Post-integration verification on live. Just runs bild + tests, no branch shape check.
Internal helpers:
-- ensures exactly 1 commit between base and task branch
-- data BildResult = BildPass | BildFail Int Text | BildNotBuildable -- exit 0 = pass, exit 2 = not buildable, other = fail
Verify: typecheck.sh Omni/Pipeline/Verify.hs