# ox recap (https://sageox.ai/docs/cli/recap)

# ox recap

Answer "What value am I getting from SageOx?" with receipts, not vibes. `recap` mines your Ledger for the specific Team Context knowledge that reached your coding sessions (the decisions, conventions, and prior work SageOx put in front of you so you didn't re-derive them), and points at each by name.

Called by an AI coworker, it emits a JSON evidence bundle plus guidance to narrate a personalized answer; in a bare terminal it prints an honest summary, and prescribes the next steps when value is still ramping. Scoped to the current project's Ledger, personal by default.

## Usage

<Terminal>
  <TerminalCommand>ox recap [flags]</TerminalCommand>
</Terminal>

## Examples

<Terminal>
  <TerminalCommand>ox recap --since 30d</TerminalCommand>
</Terminal>

Report on a reporting window: a duration like `7d`, `30d`, or `24h`, or an ISO date.

<Terminal>
  <TerminalCommand>ox recap --user alex</TerminalCommand>
</Terminal>

Report for a specific coworker by display name or slug, instead of yourself.

<Terminal>
  <TerminalCommand>ox recap --json</TerminalCommand>
</Terminal>

Emit the structured JSON evidence bundle for an AI coworker to narrate.

## Flags

| Flag | Description |
|------|-------------|
| `--json` | Structured JSON evidence bundle for AI coworkers |
| `--since string` | Reporting window (e.g. `7d`, `30d`, `24h`, or an ISO date) |
| `--user string` | Report for a specific coworker (display name or slug); default is you |

## What's next

- [ox session](/docs/cli/session) - The coding sessions recap mines for delivered value
- [ox query](/docs/cli/query) - Search the knowledge recap credits by name
- [Team Context](/docs/features/team-context) - The team-wide knowledge that reaches your sessions
