ClawVault
Commands

status

Show vault health and configuration status

The status command provides a quick overview of your vault's health, configuration, and index state.

Usage

clawvault status [options]

Options

FlagDescriptionDefault
-v, --vault <path>Vault pathNearest vault
--jsonOutput as JSONfalse

What Status Shows

  • Vault location and name
  • Number of documents by category
  • Checkpoint age (time since last checkpoint)
  • qmd index status (if semantic search is configured)
  • Dirty flag state (context death detection)

Examples

# Quick health check
clawvault status

# JSON output for scripting
clawvault status --json

# Check a specific vault
clawvault status -v ~/other-vault

On this page