Brief
Run a scan through the pipeline
Upload one scan file. It is shape-checked against ScanSchema, sent to the model, and every claim is reconciled against that same scan. Nothing here is hardcoded: no sample record, no sample result. If it cannot run, the status below says why.
Scan input
Process status
Idle- Input parsedThe uploaded file is valid JSON.
- Shape validatedThe input is a well-formed
Scan(ScanSchema). Rejected here on a 400. - Pre-brief generatedThe model drafts findings and prose from the scan.
- Claims reconciledEvery finding is tied back to the uploaded scan by
lib/reconcile.ts.
Waiting for a scan. Nothing has been sent.