direkt-vermittlung-de/.claude/rules/stack-and-commands.md
tegwick 9d731d5a7f
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Complete State Hub bootstrap (DVD-WP-0001); add DVD-WP-0002
2026-07-08 15:07:23 +02:00

19 lines
485 B
Markdown

## Stack
- **Language:** Python (FastAPI target under `/src`; prototypes in `/prototype-*`)
- **Key deps:** See `prototype-chatgpt5/pyproject.toml` and `docs/openapi.yaml`
## Dev Commands
```bash
# Orient on architecture and migration plan
cat INTENT.md
cat docs/WORKPLAN_MainCodebase_Integration.md
ls docs/architecture/adr/
# Prototype smoke (chatgpt5 — most complete)
cd prototype-chatgpt5 && pip install -e . && pytest -q
# After workplan edits
statehub fix-consistency
```