You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use dynamic lookback window based on last [Doc Drift] issue
Instead of hard-coding 'last 7 days', the workflow now queries for the
most recent [Doc Drift] issue creation date and uses that as the
lookback window. Falls back to 7 days if no prior issues exist.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@@ -142,7 +168,7 @@ not been updated — and file advisory issues for maintainer review.
142
168
143
169
Work from **source changes toward documentation**, not the reverse:
144
170
145
-
1. Read the recent commits from `/tmp/gh-aw/agent/user-context.md` to understand what changed.
171
+
1. Read the recent commits from `/tmp/gh-aw/agent/user-context.md` to understand what changed since the last doc-freshness run.
146
172
2. For each behavioral change (new command, new flag, changed default, removed feature, new dependency, config change), check if the relevant documentation reflects the current state.
147
173
3. Read the actual documentation files (README.md, CONTRIBUTING.md, docs/*, specs/*) to verify accuracy.
148
174
4. Read the CLI help output from the user context to compare against documented flags and options.
0 commit comments