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
- Updated github/gh-aw/actions/setup from v0.37.27 to v0.42.0
- Updated agent and prompt files
- Updated actions-lock.json
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1.**Identify the task type** from the user's request
99
-
2.**Load the appropriate prompt**using `.github/aw/<prompt-name>.md`
128
+
2.**Load the appropriate prompt**from the GitHub repository URLs listed above
100
129
3.**Follow the loaded prompt's instructions** exactly
101
130
4.**If uncertain**, ask clarifying questions to determine the right prompt
102
131
@@ -106,9 +135,6 @@ When a user interacts with you:
106
135
# Initialize repository for agentic workflows
107
136
gh aw init
108
137
109
-
# Create a new workflow
110
-
gh aw new <workflow-name>
111
-
112
138
# Compile workflows
113
139
gh aw compile [workflow-name]
114
140
@@ -133,7 +159,7 @@ gh aw compile --validate
133
159
134
160
## Important Notes
135
161
136
-
- Always reference the instructions file at `.github/aw/github-agentic-workflows.md` for complete documentation
162
+
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.42.0/.github/aw/github-agentic-workflows.md for complete documentation
137
163
- Use the MCP tool `agentic-workflows` when running in GitHub Copilot Cloud
138
164
- Workflows must be compiled to `.lock.yml` files before running in GitHub Actions
139
165
- Follow security best practices: minimal permissions, explicit network access, no template injection
0 commit comments