Skip to content

Commit 855af4a

Browse files
EMaherCopilotCopilot
authored
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

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
.squad/agents/*/history.md merge=union
44
.squad/log/** merge=union
55
.squad/orchestration-log/** merge=union
6+
7+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"entries": {
3+
"github/gh-aw-actions/setup@v0.80.9": {
4+
"repo": "github/gh-aw-actions/setup",
5+
"version": "v0.80.9",
6+
"sha": "8c7d04ebf1ece56cd381446125da3e0f6896294a"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)