Our own README was lying to us
What broke
A documentation audit found the position-manager README claiming the service does
market-only execution and has no reconciliation. Both claims are false — it has limit
entry and a reconcile worker. The docs had drifted behind the code, which is
how you end up confidently telling people wrong things about your own system.
The fix
Treat docs drift like a bug class, not an accident: the public description of the system
now comes from one audited source of truth, and README claims get checked against the
code before they're repeated anywhere — including on this site.