The wiki is an anti-pattern: docs must live in the repo for coding agents to maintain

TechPreacher · x · 2026-09-25

Microsoft FDE Sascha Corti backs Michael Heap's take that GitHub wikis are an anti-pattern: documentation describes a specific version of your code, so it must be versioned, reviewed and shipped with it.

Why wikis fail:

The fix: keep docs in a docs/ folder, review via PR, gate in CI, and publish with GitHub Pages or Azure DevOps "Publish code as wiki". With coding agents writing much of the code, only in-repo docs can stay current.

Original post →

More from coding & agent

coding & agent channel →