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