> ## Documentation Index
> Fetch the complete documentation index at: https://devgraph.ameyalambat.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# devgraph status

> Inspect graph freshness and indexed file counts

## Usage

```bash theme={null}
devgraph status [paths...] [options]
```

## Options

| Option            | Description                              | Default     |
| ----------------- | ---------------------------------------- | ----------- |
| `--out-dir <dir>` | Output directory for generated artifacts | `.devgraph` |
| `--json`          | Print the status as JSON                 | `false`     |
| `--help`          | Show help                                |             |

## What Status Shows

`devgraph status` inspects the local graph state and reports:

* graph version
* extraction version
* indexed file count
* changed file count
* last sync time
* manifest and graph paths

If files have changed since the last build, status lists them as stale.

## Typical Workflow

```bash theme={null}
devgraph build .
devgraph status
```
