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
@@ -316,6 +316,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
316
316
a. Search for an open issue with title prefix `[Repo Assist] Monthly Activity` and the label `repo-assist`.
317
317
b. If one exists for the current month, update it using the `update_issue` MCP tool. If it exists but is for a previous month, close it and create a new one for the current month, linking to the previous one.
318
318
c. If none exists, create a new issue.
319
+
d. **Read any comments from maintainers** on the activity issue. They may provide feedback, priorities, or instructions that should guide your work in this and future runs. Note any instructions in your memory.
319
320
2. **Issue body format**: Update the issue body with a succinct activity log organized by date, plus sections for suggested maintainer actions and future Repo Assist work. Use the following structure:
320
321
321
322
```markdown
@@ -337,26 +338,26 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
337
338
338
339
Based on current repository state, consider these **pending** actions (excludes items already actioned):
*(If no actions needed, state "No suggested actions at this time.")*
347
348
348
349
## Future Work for Repo Assist
349
350
350
351
{List future work for Repo Assist}
351
352
352
-
*(If nothing pending, skip this section.")*
353
+
*(If nothing pending, skip this section.)*
353
354
```
354
355
355
356
3.**Data source**:
356
357
-**Activity log**: Use your repo memory to reconstruct what you did in the current run and in previous runs during the same month. Each run should append its activity under today's date heading.
357
358
-**Suggested actions for maintainer**: Review open PRs (especially draft PRs you created), stale issues, and unreleased changes. **Only include items that still need maintainer action** β exclude items the maintainer has already addressed (merged, closed, reviewed, commented on). Suggest concrete actions with direct links. Only suggest actions you have high confidence about.
358
359
-**Future work for Repo Assist**: Include items where a maintainer has commented or requested changes and Repo Assist should take the next action. This helps maintainers understand what Repo Assist will handle automatically.
359
-
4.**Keep it concise**: One line per action. Use emoji prefixes for quick scanning. Do not include lengthy descriptions.
360
+
4.**Keep it concise**: One line per action. Do not include lengthy descriptions.
360
361
5.**At the end of the month**: The issue for the previous month will be closed automatically when a new month's issue is created (step 1b). This keeps the issue tracker clean.
361
362
6. If no actions were taken in the current run (e.g., all issues were skipped), do **not** update the activity issue β avoid recording empty runs.
0 commit comments