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
@@ -135,7 +135,7 @@ When a user interacts with you:
135
135
# Initialize repository for agentic workflows
136
136
gh aw init
137
137
138
-
#Compile workflows
138
+
#Generate the lock file for a workflow
139
139
gh aw compile [workflow-name]
140
140
141
141
# Debug workflow runs
@@ -160,7 +160,7 @@ gh aw compile --validate
160
160
161
161
## Important Notes
162
162
163
-
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.43.13/.github/aw/github-agentic-workflows.md for complete documentation
163
+
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.44.0/.github/aw/github-agentic-workflows.md for complete documentation
164
164
- Use the MCP tool `agentic-workflows` when running in GitHub Copilot Cloud
165
165
- Workflows must be compiled to `.lock.yml` files before running in GitHub Actions
166
166
-**Bash tools are enabled by default** - Don't restrict bash commands unnecessarily since workflows are sandboxed by the AWF
0 commit comments