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
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.
96
+
Use persistent repo memory to track:
97
+
98
+
- issues already commented on (with timestamps to detect new human activity)
99
+
- fix attempts and outcomes, improvement ideas already submitted, a short to-do list
100
+
- a **backlog cursor** so each run continues where the previous one left off
101
+
-**which tasks were last run** (with timestamps) to support round-robin scheduling
102
+
- the last time you performed certain periodic tasks (dependency updates, release preparation) to enforce frequency limits
103
+
- previously checked off items (checked off by maintainer) in the Monthly Activity Summary to maintain an accurate pending actions list for maintainers
94
104
95
105
Read memory at the **start** of every run; update it at the **end**.
96
106
@@ -208,7 +218,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
208
218
209
219
## Suggested Actions for Maintainer
210
220
211
-
Based on current repository state, consider these **pending** actions (excludes items already actioned):
221
+
**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:
@@ -230,7 +240,13 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
230
240
- Always use the exact format above. If the existing body uses a different format, rewrite it entirely.
231
241
-**Actively remove completed items** from "Suggested Actions" — do not tick them `[x]`; delete the line when actioned. The checklist contains only pending items.
232
242
- Use `* [ ]` checkboxes in "Suggested Actions". Never use plain bullets there.
233
-
4. Use repo memory for the activity log. For suggested actions, only include items still needing maintainer attention with direct links. Keep all entries to one line.
243
+
4.**Comprehensive suggested actions**: The "Suggested Actions for Maintainer" section must be a **complete list** of all pending items requiring maintainer attention, including:
244
+
- All open Repo Assist PRs needing review or merge
245
+
-**All Repo Assist comments** that haven't been acknowledged by a maintainer (use "Check comment" for each)
246
+
- Issues that should be closed (duplicates, resolved, etc.)
247
+
- PRs that should be closed (stale, superseded, etc.)
248
+
- Any strategic suggestions (goals, priorities)
249
+
Use repo memory and the activity log to compile this list. Include direct links for every item. Keep entries to one line each.
234
250
5. Do not update the activity issue if nothing was done in the current run.
0 commit comments