Nightly scan that regenerates the repository's AGENTS.md context file — structure, stack, commands, conventions — and opens a PR only when something meaningful changed.
- Identifier
auto-update-agents-md- Version
- 1.0.1
- Steps
- 3
- Triggers
- 1
- docs
- ai-context
- scheduled
- automated
When it runs
schedule.daily- Schedule
- Every day at 02:00 UTC
0 2 * * * - Timezone
- UTC
The pipeline
The graph below is the one the workflow opens with in the builder — same steps, same layout, drawn on the same canvas. The run playing through it is a simulation; the branches and conditions are real.
- 01Nightly 02:00 UTC
triggerThe event that starts the run.
- 02Clone Repository
git.cloneShallow-clones the repository at the right ref.
- 03Update AGENTS.md
agent.runOne agent works the task with its toolkit.
The agent
AGENTS.md Maintainer
- Base type
- Tech Writer
- Temperature
- 0.2
- Max iterations
- 30
- Tools
- 9
Git provider · 4
list_pull_requestsList Pull Requests · readcreate_branchCreate Branch · writecreate_or_update_fileCreate or Update File · writecreate_pull_requestCreate Pull Request · write
Filesystem · 2
list_dirList Directory · readread_fileRead File · read
Code search · 1
code_searchCode Search · read
Terminal · 1
run_terminal_cmdRun Terminal Command · write
Status · 1
update_statusUpdate Status · write
Related playbooks
Implement Documentation from Issue
Turns docs-labeled issues into documentation PRs written in the repository’s existing style.
Auto Docs Update on Merge
Watches merged PRs and opens follow-up PRs when code changes affect existing docs.
Changelog Generator
Classifies each merge to the default branch and adds a changelog entry.