Automatically approves and merges PRs to main when all changed
files are markdown (.md), reducing manual review overhead for
documentation updates.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
When .md files are pushed to main, the workflow sends an HMAC-signed
POST to the md-kb-rag webhook on manticore, which triggers git pull
+ incremental re-index of the knowledge base.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>