# cin90 reconstruct

Rebuild a session from AI logs that already exist

Rebuild a session for an assignment you already worked on without running
`cin90 start`.

cin90 reads the AI CLI's own logs, after the fact, for the window you
confirm and for this repository only. The result is labelled RECONSTRUCTED
everywhere: it is a lower-fidelity record than a live session, and the
signals that depend on watching your shell are reported unavailable rather
than scored.

## Usage

```
cin90 reconstruct <cohort>/<assignment> [flags]
```

## Flags

```
      --from string    window start, RFC 3339, instead of the inferred one
  -h, --help           help for reconstruct
      --until string   window end, RFC 3339, instead of the inferred one
```

## See also

- [cin90](/docs/cin90/)
