Repo slices
Bundle a system and review it as one unit.
Use this page for repo slices, architecture notes, and operational context that need a deeper multi-file review.
Run Control
Queue input and run a job
Active Thesis
System Review
Use this when one file is not enough and you want the backend to treat the whole bundle as a single review job.
- accept repo slices and related notes without flattening them into one giant prompt
- keep a clean path to richer review orchestration and artifact processors
- leave room for terminal-backed inspection when the backend grows into it
- Expected output
- Multi-file review report with supporting artifacts for deeper follow-up.
- Input rail
- presign -> upload -> enqueue -> poll
- Input shape
- single file, multi-file bundle, and optional inline notes
- Backend direction
- Rust gateway, job workers, artifact processors, later terminal adapters
Job State
Job state and artifacts
Stage files, paste notes if needed, then run a job through the gateway.
Artifacts
- No artifacts yet.