> ## Documentation Index
> Fetch the complete documentation index at: https://kremis.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# status / stage

> Show graph statistics and developmental stage.

## status

```bash theme={null}
kremis status
```

Shows graph statistics: node count, edge count, density.

## stage

```bash theme={null}
kremis stage [--detailed]
```

Shows the current developmental stage.

| Option       | Short | Description                        |
| ------------ | ----- | ---------------------------------- |
| `--detailed` | `-d`  | Show detailed progress information |

## Examples

```bash theme={null}
# Basic status
kremis status

# Stage information
kremis stage

# Detailed stage with progress
kremis stage --detailed

# JSON output for scripting
kremis --json-mode status
```
