Local MVP for low-token repository understanding.
- Start PostgreSQL with pgvector:
docker compose up -d postgres - Create a local virtual environment:
python -m venv .venv - Install dependencies:
.\.venv\Scripts\python -m pip install -e ".[dev]" - Register a repository:
.\.venv\Scripts\python -m watchtower.cli repo add tests/fixtures/repos/auth_service_py - Index it:
.\.venv\Scripts\python -m watchtower.cli repo index tests/fixtures/repos/auth_service_py - Ask a question:
.\.venv\Scripts\python -m watchtower.cli ask auth_service_py "Where is JWT authentication implemented?"