ATOM EVE

Docs Sync

Keeps your docs current by checking recently merged pull requests and opening a docs update PR when the code has drifted.
PASTE INTO YOUR AGENT
Read atomeve.dev/start.md and set up Docs Sync agent in my project: install it, wire up and verify its credentials, and run it once.
OR USE THE CLISLACKTARGET
$npx atom-eve add docs-sync --target eve

What it does

Keeps documentation current with the code that just merged.

Each run it:

  • reads recently merged PRs, changed source, public APIs, CLI commands, config schemas, and examples
  • compares what the code now does with what the docs still say
  • flags stale or missing docs, ordered by impact on installing, configuring, or migrating
  • edits the configured docs files when the drift is verified
  • opens a pull request with the docs changes and the evidence behind them

If the docs are already current, it reports a clean no-op. It never pushes to the default branch and only touches configured docs paths.

Setup lives in SETUP.md.