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
-**Strict Mode**: Security-first validation and sandboxing
157
157
-**Shared Components**: Reusable workflow building blocks
158
158
-**Repo Memory**: Persistent git-backed storage for agents
159
+
-**Sandboxed Execution**: All workflows run in the Agent Workflow Firewall (AWF) sandbox, enabling full `bash` and `edit` tools by default
159
160
160
161
## Important Notes
161
162
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
163
+
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.42.16/.github/aw/github-agentic-workflows.md for complete documentation
163
164
- Use the MCP tool `agentic-workflows` when running in GitHub Copilot Cloud
164
165
- Workflows must be compiled to `.lock.yml` files before running in GitHub Actions
166
+
-**Bash tools are enabled by default** - Don't restrict bash commands unnecessarily since workflows are sandboxed by the AWF
165
167
- Follow security best practices: minimal permissions, explicit network access, no template injection
0 commit comments