Voice + consistency: vary stock formulas, vendor-balance orient.py, unify loop (#48,#49,#51) (#68)

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #68.
This commit is contained in:
2026-06-22 17:45:33 -04:00
committed by Claude (agent)
parent f7011d4211
commit f743bb671b
12 changed files with 35 additions and 33 deletions
@@ -44,8 +44,8 @@ By the end of this module you can:
### A runner is just a computer that does what the YAML says
Strip away the branding and a runner is one thing: **a process, on some machine, that checks out
your code and executes the steps in your pipeline.** When your Module 14 workflow says "set up
A runner is **a process, on some machine, that checks out your code and executes the steps in your
pipeline** — nothing more exotic than that. When your Module 14 workflow says "set up
Python, install pytest, run the tests," *something physical* has to do that — pull the repo onto a
disk, run `pip install`, run `pytest`, report pass or fail back to the forge. That something is the
runner.