Commit 855af4a
feat: add doc-freshness agentic workflow (#190)
* feat: add doc-freshness agentic workflow
Adds a weekly GitHub agentic workflow that detects documentation drift
by comparing recent source changes against documentation. The agent:
- Reads commits since last time workflow ran (or last 7 days)
- Compares CLI --help output against README/docs
- Files up to 2 advisory [Doc Drift] issues (deduplicated by title), no issue created if no drift found. group drift issues by area (max 2: source + docs).
- Labels: type:documentation,
- Fire-and-forget: no auto-assign, no reminders, no auto-close (but subject to stale item workflow like any other issue)
Human gate is post-hoc: maintainer reviews each filed issue and either creates a docs-update PR or closes with docs:no-action-needed.
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>1 parent 67e8786 commit 855af4a
4 files changed
Lines changed: 1866 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments