Stop AI agents from reviving old project decisions A developer released Markdown Gatekeeper, an open-source tool that prevents AI agents from reviving outdated project decisions by maintaining a single current revision per topic in Markdown files. The tool is local-first, uses plain Markdown and Git, and requires no account or cloud service. Long-running repositories collect Markdown files that disagree about what is current. Once Codex, Claude, and humans work across many sessions, an old architecture note can quietly become "the plan" again. Markdown Gatekeeper keeps one current revision per topic. Competing docs stay proposals; superseded sources remain recoverable. Local-first. Plain Markdown and Git. No account or cloud service. npm install -g github:nanlogic/markdown-gatekeeper mdg setup codex mdg init .