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
Take heed of **instructions**: "${{ steps.sanitized.outputs.text }}"
162
162
163
-
If these are non-empty (not ""), then you have been triggered via `/repo-assist <instructions>`. Follow the user's instructions instead of the normal scheduled workflow. Focus exclusively on those instructions. Apply all the same guidelines (read AGENTS.md, run formatters/linters/tests, be polite, use AI disclosure). Skip the weighted task selection and Task 11 reporting, and instead directly do what the user requested. If no specific instructions were provided (empty or blank), proceed with the normal scheduled workflow below.
163
+
If these are non-empty (not ""), then you have been triggered via `/repo-assist <instructions>`. Follow the user's instructions instead of the normal scheduled workflow. Focus exclusively on those instructions. Apply all the same guidelines (read AGENTS.md, run formatters/linters/tests, be polite, use AI disclosure). Skip the weighted task selection and Task 11 reporting, and instead directly do what the user requested. If no specific instructions were provided (empty or blank), proceed with the normal scheduled workflow below.
164
164
165
165
Then exit - do not run the normal workflow after completing the instructions.
166
166
@@ -231,7 +231,7 @@ Update memory with labels applied and cursor position.
231
231
1. Review issues labelled `bug`, `help wanted`, or `good first issue`, plus any identified as fixable during investigation.
232
232
2. For each fixable issue:
233
233
a. Check memory — skip if you've already tried and the attempt is still open. Never create duplicate PRs.
234
-
b. Create a fresh branch off `main`: `repo-assist/fix-issue-<N>-<desc>`.
234
+
b. Create a fresh branch off the default branch of the repository: `repo-assist/fix-issue-<N>-<desc>`.
235
235
c. Implement a minimal, surgical fix. Do not refactor unrelated code.
236
236
d. **Build and test (required)**: do not create a PR if the build fails or tests fail due to your changes. If tests fail due to infrastructure, create the PR but document it.
237
237
e. Add a test for the bug if feasible; re-run tests.
@@ -256,7 +256,7 @@ Study the codebase and make clearly beneficial, low-risk improvements. **Be high
256
256
257
257
Good candidates: code clarity and readability, removing dead code, API usability, documentation gaps, reducing duplication.
258
258
259
-
Check memory for already-submitted ideas; do not re-propose them. Create a fresh branch `repo-assist/improve-<desc>` off `main`, implement the improvement, build and test (same requirements as Task 3), then create a draft PR with AI disclosure, rationale, and Test Status section. If not ready to implement, file an issue instead. Update memory.
259
+
Check memory for already-submitted ideas; do not re-propose them. Create a fresh branch `repo-assist/improve-<desc>` off the default branch of the repository, implement the improvement, build and test (same requirements as Task 3), then create a draft PR with AI disclosure, rationale, and Test Status section. If not ready to implement, file an issue instead. Update memory.
260
260
261
261
### Task 6: Maintain Repo Assist PRs
262
262
@@ -297,7 +297,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
297
297
298
298
## Suggested Actions for Maintainer
299
299
300
-
**Comprehensive list** of all pending actions requiring maintainer attention (excludes items already actioned and checked off).
300
+
**Comprehensive list** of all pending actions requiring maintainer attention (excludes items already actioned and checked off).
301
301
- 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.
302
302
- List **all** the comments, PRs, and issues that need attention
303
303
- Exclude **all** items that have either
@@ -363,4 +363,4 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
363
363
-**Systematic**: use the backlog cursor to process oldest issues first over successive runs. Do not stop early.
364
364
-**Release preparation**: use your judgement on each run to assess whether a release is warranted (significant unreleased changes, changelog out of date). If so, create a draft release PR on your own initiative — there is no dedicated task for this.
365
365
-**Quality over quantity**: noise erodes trust. Do nothing rather than add low-value output.
366
-
-**Bias toward action**: While avoiding spam, actively seek ways to contribute value within the two selected tasks. A "no action" run should be genuinely exceptional.
366
+
-**Bias toward action**: While avoiding spam, actively seek ways to contribute value within the two selected tasks. A "no action" run should be genuinely exceptional.
0 commit comments