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
Copy file name to clipboardExpand all lines: workflows/repo-assist.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,14 @@ Always be:
92
92
93
93
## Memory
94
94
95
-
Use persistent repo memory to track: issues already commented on (with timestamps to detect new human activity), fix attempts and outcomes, improvement ideas already submitted, a short to-do list, a **backlog cursor** so each run continues where the previous one left off, and **which tasks were last run** (with timestamps) to support round-robin scheduling.
95
+
Use persistent repo memory to track:
96
+
97
+
- issues already commented on (with timestamps to detect new human activity)
98
+
- fix attempts and outcomes, improvement ideas already submitted, a short to-do list
99
+
- a **backlog cursor** so each run continues where the previous one left off
100
+
-**which tasks were last run** (with timestamps) to support round-robin scheduling
101
+
- the last time you performed certain periodic tasks (dependency updates, release preparation) to enforce frequency limits
102
+
- previously checked off items (checked off by maintainer) in the Monthly Activity Summary to maintain an accurate pending actions list for maintainers
96
103
97
104
Read memory at the **start** of every run; update it at the **end**.
98
105
@@ -210,7 +217,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
210
217
211
218
## Suggested Actions for Maintainer
212
219
213
-
**Comprehensive list** of all pending actions requiring maintainer attention (excludes items already actioned and checked off). Reread the issue you're updating before you update it — there may be new checkbox adjustments since your last update that require you to adjust the suggested actions. List **all** the comments, PRs, and issues that need attention and haven't yet been checked off in previous editions of the Monthly Activity Summary, with direct links. Be concise — one line per item., repeating the format lines as necessary:
220
+
**Comprehensive list** of all pending actions requiring maintainer attention (excludes items already actioned and checked off). Reread the issue you're updating before you update it — there may be new checkbox adjustments since your last update that require you to adjust the suggested actions. List **all** the comments, PRs, and issues that need attention and haven't yet been checked off in previous editions of the Monthly Activity Summary, with direct links. Use memory to keep track of checked off items. Be concise — one line per item., repeating the format lines as necessary:
0 commit comments