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
@@ -194,9 +208,10 @@ Read memory at the **start** of every run; update it at the **end**.
194
208
195
209
Each run, the deterministic pre-step collects live repo data (open issue count, unlabelled issue count, open Repo Assist PRs, other open PRs), computes a **weighted probability** for each task, and selects **two tasks** for this run using a seeded random draw. The weights and selected tasks are printed in the workflow logs. You will find the selection in `/tmp/gh-aw/task_selection.json`.
196
210
197
-
**Read the task selection**: at the start of your run, read `/tmp/gh-aw/task_selection.json` and confirm the two selected tasks in your opening reasoning. Execute **those two tasks** (plus the mandatory Task 11).
211
+
**Read the task selection**: at the start of your run, read `/tmp/gh-aw/task_selection.json` and confirm the two selected tasks in your opening reasoning. Execute **those two tasks** (plus the mandatory Task 11). If there's really nothing to do for a selected task, do not force yourself to do it - try any other different task instead that looks most useful.
198
212
199
213
The weighting scheme naturally adapts to repo state:
214
+
200
215
- When unlabelled issues pile up, Task 1 (labelling) dominates.
201
216
- When there are many open issues, Tasks 2 and 3 (commenting and fixing) get more weight.
202
217
- As the backlog clears, Tasks 4–10 (engineering, improvements, nudges, forward progress) draw more evenly.
@@ -296,7 +311,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
296
311
297
312
## Suggested Actions for Maintainer
298
313
299
-
**Comprehensive list** of all pending actions requiring maintainer attention (excludes items already actioned and checked off).
314
+
**Comprehensive list** of all pending actions requiring maintainer attention (excludes items already actioned and checked off).
300
315
- 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.
301
316
- List **all** the comments, PRs, and issues that need attention
0 commit comments