Single entry point for humans and agents.
Last verified: 2026-02-12
docs/current-architecture.mddocs/product-goals.mdbackend/README.mdfrontend/README.mddocs/api-contract-governance.md
# Terminal 1
cd backend
uv sync
uv run python main.py
# Terminal 2
cd frontend
bun install
bun run devAPI base URL: http://localhost:8000/api
Historical notes, plans, and deep dives were moved to docs/archive/.
Use them only for context, not as source of truth.