/ultrareview fails: seed bundle import error from Firestore
Resolved 💬 5 comments Opened May 18, 2026 by CrimsonSithria Closed Jun 18, 2026
Bug
Running /ultrareview (no args) on a local branch consistently fails to start the remote session.
Error
Ultrareview could not start the remote session: seed bundle: seed bundle import: failed to import files: error executing request: file not found: {"code":"not_found","message":"file to import not found: error retrieving file to import: firestore: not found"}
Reproduction
- In any git repo on a non-main branch with uncommitted local changes
- Run
/ultrareview - Observe the error above (reproduces on retry — not transient)
Environment
- Claude Code (CLI)
- Platform: darwin 24.5.0
- Shell: zsh
- Model: claude-opus-4-7[1m]
Expected
/ultrareview should bundle the local branch and start the remote multi-agent review session.
Actual
Server-side Firestore lookup for the seed bundle returns not_found, blocking session creation. Appears to be a backend issue rather than a client/local issue, since the failure is on the seed bundle import step before any local data is uploaded.
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗