AI-powered business intelligence platform replacing dashboards with conversation.
# Clone and setup
git clone <repo-url>
cd clawrity
cp .env.example .env
# Install dependencies
pip install uv
uv pip install --system ".[dev]"
# Run tests
pytest
# Start server
uvicorn clawrity.api.app:app --reloaddocker-compose up --build# Quality gates
ruff check .
ruff format .
mypy src/clawrity
pytest- init.md — Project overview and architecture
- context.md — Context for LLM continuity
- progress.md — Development progress tracker
- AGENTS.md — Project-specific rules