## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://docs.entire.io/llms.txt)

Use this file to discover all available pages before exploring further.

Show line attribution enriched with Entire checkpoint metadata.

```
entire blame FILE [flags]
```

Use `entire blame` to see the attribution status of the commit that introduced each line. Tags are commit-level signals:

- `AI`: the commit was attributed to an AI agent session
- `MX`: the commit mixed AI-attributed and human-attributed work
- `HU`: the commit was made without AI-attributed checkpoint data

When available, the output also links lines to their Entire checkpoint metadata.

## Flags

| Flag | Description |
| --- | --- |
| `--line LINE_OR_RANGE` | Only show a line or range, for example `12` or `12-20` |
| `--long` | Show the full attribution table with agent, model, author, and session columns |
| `--json` | Output attribution as JSON |

## Examples

```
entire blame overview.mdx
entire blame overview.mdx --line 12-20
entire blame overview.mdx --line 12-20 --long
entire blame overview.mdx --json
```

## Continue with

[**Investigate Why Code Exists** \ \
\ Trace a surprising line from attribution to checkpoint context.](https://docs.entire.io/learn/investigate-why-code-exists)

[**why** \ \
\ Explain the context behind a file or line.](https://docs.entire.io/cli-reference/why)
