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

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-18 11:22:27 +00: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