Complete DVD-WP-0002 main codebase TDD kickoff
This commit is contained in:
parent
945460b84e
commit
11b862588f
12 changed files with 135 additions and 5 deletions
|
|
@ -6,12 +6,16 @@
|
|||
## Dev Commands
|
||||
|
||||
```bash
|
||||
# Production codebase (src/)
|
||||
python3 -m venv .venv && .venv/bin/pip install -e ".[dev]"
|
||||
.venv/bin/pytest -q tests/unit
|
||||
.venv/bin/pytest -q tests/acceptance # routing-rules tests fail until implemented
|
||||
|
||||
# Orient on architecture and migration plan
|
||||
cat INTENT.md
|
||||
cat docs/WORKPLAN_MainCodebase_Integration.md
|
||||
ls docs/architecture/adr/
|
||||
|
||||
# Prototype smoke (chatgpt5 — most complete)
|
||||
# Prototype reference (chatgpt5)
|
||||
cd prototype-chatgpt5 && pip install -e . && pytest -q
|
||||
|
||||
# After workplan edits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue