Skip to content

Commit 6a08a5f

Browse files
committed
update repo assist
1 parent 8c1e59e commit 6a08a5f

2 files changed

Lines changed: 20 additions & 18 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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ safe-outputs:
5050
add-labels:
5151
allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor]
5252
max: 30
53-
target: "*"
53+
target: "*"
5454
remove-labels:
5555
allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor]
5656
max: 5
57-
target: "*"
57+
target: "*"
5858

5959
tools:
6060
web-fetch:
@@ -71,7 +71,7 @@ steps:
7171
persist-credentials: false
7272

7373
engine: copilot
74-
source: githubnext/agentics/workflows/repo-assist.md@0d6e8cf9db90470cd5477c6a40b350fd9f9e1422
74+
source: githubnext/agentics/workflows/repo-assist.md@595b7a9c567ba4dce05ca824aec6e74b4dc545b8
7575
---
7676

7777
# Repo Assist
@@ -94,6 +94,8 @@ Use persistent repo memory to track: issues already commented on (with timestamp
9494

9595
Read memory at the **start** of every run; update it at the **end**.
9696

97+
**Important**: Memory may not be 100% accurate. Issues may have been created, closed, or commented on; PRs may have been created, merged, commented on, or closed since the last run. Always verify memory against current repository state — reviewing recent activity since your last run is wise before acting on stale assumptions.
98+
9799
## Workflow
98100

99101
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).

0 commit comments

Comments
 (0)