Files
adaptive-pricing/.claude/rules/stack-and-commands.md
2026-07-02 10:21:02 +02:00

827 B

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

# 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