generated from coulomb/repo-seed
29 lines
827 B
Markdown
29 lines
827 B
Markdown
## Stack
|
|
|
|
- **Language:** Markdown-heavy repo with a Python 3 implementation subtree
|
|
- **Key deps:** Python stdlib for the observatory runtime, `pytest` for tests,
|
|
optional `make` for wrappers, whynot-design vendored UI assets in
|
|
`projects/coulomb-pricing/ui/vendor/`
|
|
|
|
## Dev Commands
|
|
|
|
```bash
|
|
# Root repo: metadata/workplan sync
|
|
statehub fix-consistency
|
|
/home/worsch/state-hub/.venv/bin/python /home/worsch/state-hub/custodian_cli.py \
|
|
fix-consistency --repo adaptive-pricing --repo-path /home/worsch/adaptive-pricing
|
|
|
|
# Project runtime
|
|
cd /home/worsch/adaptive-pricing/projects/coulomb-pricing
|
|
python3 -m observatory --period 2026-06
|
|
python3 -m observatory --period 2026-06 --output reports/economics-2026-06.md
|
|
python3 -m observatory.server
|
|
|
|
# Tests
|
|
python3 -m pytest -q
|
|
make test
|
|
|
|
# UI vendor refresh
|
|
make design
|
|
```
|