Skip to content

Commit de40494

Browse files
committed
update repo assist
1 parent d98fcc9 commit de40494

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

workflows/repo-assist.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,14 @@ Always be:
9292

9393
## Memory
9494

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
96103

97104
Read memory at the **start** of every run; update it at the **end**.
98105

@@ -210,7 +217,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
210217

211218
## Suggested Actions for Maintainer
212219

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:
214221

215222
* [ ] **Review PR** #<number>: <summary> — [Review](<link>)
216223
* [ ] **Check comment** #<number>: Repo Assist commented — verify guidance is helpful — [View](<link>)

0 commit comments

Comments
 (0)