Skip to content

Commit 8889f8a

Browse files
committed
update repo assist
1 parent 355c7b0 commit 8889f8a

2 files changed

Lines changed: 19 additions & 17 deletions

File tree

.github/workflows/repo-assist.lock.yml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/repo-assist.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ network:
3636
- schemas.microsoft.com
3737
- tomasp.net
3838
- http://www.w3.org
39-
- http://schemas.microsoft.com
39+
- http://schemas.microsoft.com
4040

4141
safe-outputs:
4242
add-comment:
@@ -76,7 +76,7 @@ tools:
7676
bash: true
7777
repo-memory: true
7878

79-
source: githubnext/agentics/workflows/repo-assist.md@b87234850bf9664d198f28a02df0f937d0447295
79+
source: githubnext/agentics/workflows/repo-assist.md@f2c5cf1e4af58e09a93ba0703c6bf084711b265f
8080
---
8181

8282
# Repo Assist
@@ -120,6 +120,8 @@ Read memory at the **start** of every run; update it at the **end**.
120120

121121
Use a **round-robin strategy**: each run, work on a different subset of tasks, rotating through them across runs so that all tasks get attention over time. Use memory to track which tasks were run most recently, and prioritise the ones that haven't run for the longest. Aim to do 2–4 tasks per run (plus the mandatory Task 11).
122122

123+
**Repeat-run mode**: When invoked via `gh aw run repo-assist --repeat`, runs occur every 5–10 minutes. Even in this mode, **actively look for useful work to do** on every run. Do not skip a run just because the last one was recent or because open PRs are awaiting CI — there is always a task to advance: label issues, scan the backlog, study the codebase, prepare a fix, push an update, or work on Task 10. Treat a "nothing to do" conclusion as a sign you haven't looked hard enough, unless there really is, like, literally nothing to do. And be careful not to do duplicate work across runs — check memory to see if you've already tried a fix or commented on an issue before doing it again.
124+
123125
Always do Task 11 (Update Monthly Activity Summary Issue) every run. In all comments and PR descriptions, identify yourself as "Repo Assist".
124126

125127
### Task 1: Triage and Comment on Open Issues

0 commit comments

Comments
 (0)