sprawl status
📌 1. The Target Problem
Without a local status overview, developers and security auditors cannot quickly verify if their rules are out-of-sync, if their virtual environments are healthy, or if local IDE SQLite databases are being harvested correctly for session telemetry.
⚙️ 2. Usage & Options
sprawl status [target_dir]
Options & Flags
target_dir: Optional target workspace path (defaults to current folder).
🔍 3. How it Works (Under the Hood)
- Queries the central workspaces tracking database inside
~/.sprawl/workspaces/. - Parses
.agents/sprawl_manifest.ymland matches local.agents/layout. - Inspects the Python executable inside
.agents/.venvand returns rich diagnostic stats.
🩺 4. Troubleshooting
- Venv status shows as missing or corrupted
- Resolution: Your virtual environment was deleted or moved. Run
sprawl syncto restore the sandboxed python environment.