Ralph the docs backlog
Document one undocumented public module per fresh-context iteration, verifying every code sample compiles and accumulating style rules in guardrails so the docs read like one author wrote them.
Implementation note
Executing every example is the anti-hallucination guarantee — docs written this way cannot describe an API that does not exist. Seed docs/STYLE.md with a page you already like.
Source: Geoffrey Huntley (Ralph technique) ↗
More docs loops
Keep docs in sync with main
On every push to main, check whether changed code drifted from the docs in /docs and open a PR fixing anything out of date.
Set "remove every TODO comment in src/ and…
Community goal loop for docs, sourced from github. Verified exit condition, evaluator-gated.
README freshness check
Once a week, verify every command, path, and badge in the README actually works against the current codebase and open a PR fixing anything stale.