agent/pkg/lib/flow/py.md
Snider e58986a3b4 revert fcb9c189e5
revert fix(agentic): harden TODO workspace write

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-23 12:32:57 +01:00

243 B

Python Build Flow

  1. python -m venv .venv && source .venv/bin/activate — virtualenv
  2. pip install -e ".[dev]" — install with dev deps
  3. ruff check . — lint
  4. ruff format --check . — format check
  5. pytest — run tests