π οΈ devtoolsΒΆ
Day-to-day engineer loop entrypoints. Root poe tasks call these scripts.
Script |
Poe task |
Role |
|---|---|---|
|
|
Welcome banner |
|
|
Format + lint |
|
|
Static types |
|
|
Pytest + 100% coverage gate |
|
|
Isolated Langflow studio ( |
poe format # ruff format + ruff check --fix (imports)
poe check # greet + ruff format --check + ruff check + mypy
poe test
poe verify # check + test