Add weekly resource staleness report agentic workflow

Scans agents, prompts, instructions, hooks, and skills folders to
identify resources that haven't had a major change in over 30 days
(stale) or 14 days (aging). Runs weekly or on demand and files a
GitHub issue with the report.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell
2026-02-19 10:19:17 +11:00
parent 8480453512
commit 05ab97934a
4 changed files with 1163 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -26,3 +26,5 @@
*.ico binary
*.zip binary
*.pdf binary
.github/workflows/*.lock.yml linguist-generated=true merge=ours