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

# drevon status

> Show a comprehensive workspace status dashboard.

## Usage

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

## Description

Displays a styled dashboard showing the complete state of your Drevon workspace, including mode, identity, agents (with health checks), memory files, skills, and prompts.

## Output Example

```
╭─────────────────────────────────────╮
│         drevon workspace            │
╰─────────────────────────────────────╯

  Mode:     hub
  Name:     my-workspace
  Identity: founder-agent

  Agents:
    ✓ copilot   .github/copilot-instructions.md
    ✓ claude    CLAUDE.md
    ✓ cursor    .cursor/rules/core.mdc
    ✗ codex     (disabled)

  Memory:
    ✓ INDEX.md
    ✓ topics/architecture.md
    ✓ topics/patterns.md

  Skills: 3 installed
    • find-skills
    • browser-use
    • copywriting

  Prompts: 5 available
```

## Health Checks

The status command runs `diagnose()` on each enabled agent's adapter to verify that expected config files exist on disk. A `✓` means the file exists; `✗` means it's missing (run `drevon sync` to fix).
