Summary
Tested against
- Local dev server (
uvicorn web.main:app) - Local Docker (
docker compose up) - Hosted lablab Space
- Self-hosted GPU inference
Stones-fire probe
PYTHONPATH=. uv run python scripts/probe_stones_fire.py --timeout 600
Energy-ledger sanity check
Checklist
- No regression in
app/,web/,services/, orinference-vllm/proxy.pylogic (typo-only edits OK). - Docs updated (
README.md, relevantdocs/*.md) if public surface changed. -
CHANGELOG.mdentry under[Unreleased]with the rightAdded/Changed/Fixedbucket. - Conventional-commit prefix on the squash title
(
feat:/fix:/docs:/chore:/build:).