Skip to content

Commit 75e556f

Browse files
authored
Clarify user-triggered instructions in Command Mode
Updated instructions for Command Mode to clarify user-triggered actions.
1 parent cd28e55 commit 75e556f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/repo-assist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ steps:
190190

191191
Take heed of **instructions**: "${{ steps.sanitized.outputs.text || inputs.command }}"
192192

193-
If these are non-empty (not ""), then you have been triggered via `/repo-assist <instructions>` (or by setting `inputs.command` in a manual `gh aw run`). 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.
193+
If these are non-empty (not ""), then you have been triggered via `/repo-assist <instructions>` (or by the user setting `inputs.command` in a manual `workflow_dispatch`). 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.
194194

195195
Then exit - do not run the normal workflow after completing the instructions.
196196

0 commit comments

Comments
 (0)