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
@@ -16,9 +16,10 @@
- **Module 25 — Autonomous agents** — you can hand an agent an issue and get a reviewable PR back,
supervised. This module runs *several* of those at once. If you can't trust one unattended agent,
you have no business running five.
- **Module 11 — Collaboration: humans and agents on one repo** — the issue → branch → PR → review →
merge → close loop. Orchestration is that loop run N times in parallel and fanned back into one
`main`. Parallel agents are just contributors who happen to share a clock.
- **Module 11 — Collaboration: humans and agents on one repo** — the issue → branch →
implementation → PR → review → merge → close loop. Orchestration is that loop run N times in
parallel and fanned back into one `main`. Parallel agents are just contributors who happen to
share a clock.
- **Module 10 — Reviewing code you didn't write** — the skill that becomes the bottleneck. N agents
produce N diffs; one human reviews them one at a time.
- **Module 9 — Issues** — the unit of work you split across agents. A clean fan-out is a set of clean