DEV Community

Cover image for Stop AI agents from reviving old project decisions
Wayne Ma
Wayne Ma

Posted on

Stop AI agents from reviving old project decisions

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 .
Enter fullscreen mode Exit fullscreen mode

Source: https://github.com/nanlogic/markdown-gatekeeper

Top comments (0)