Complete State Hub bootstrap (DVD-WP-0001); add DVD-WP-0002
This commit is contained in:
parent
54ac28be75
commit
9d731d5a7f
4 changed files with 47 additions and 16 deletions
|
|
@ -1,19 +1,19 @@
|
|||
## Stack
|
||||
|
||||
<!-- TODO: Fill in language, frameworks, and key dependencies -->
|
||||
- **Language:**
|
||||
- **Key deps:**
|
||||
- **Language:** Python (FastAPI target under `/src`; prototypes in `/prototype-*`)
|
||||
- **Key deps:** See `prototype-chatgpt5/pyproject.toml` and `docs/openapi.yaml`
|
||||
|
||||
## Dev Commands
|
||||
|
||||
```bash
|
||||
# TODO: Fill in the standard commands for this repo
|
||||
# Orient on architecture and migration plan
|
||||
cat INTENT.md
|
||||
cat docs/WORKPLAN_MainCodebase_Integration.md
|
||||
ls docs/architecture/adr/
|
||||
|
||||
# Install dependencies
|
||||
# Prototype smoke (chatgpt5 — most complete)
|
||||
cd prototype-chatgpt5 && pip install -e . && pytest -q
|
||||
|
||||
# Run tests
|
||||
|
||||
# Lint / type check
|
||||
|
||||
# Build / package (if applicable)
|
||||
# After workplan edits
|
||||
statehub fix-consistency
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue