mirror of
https://github.com/Z3Prover/z3
synced 2026-01-28 12:58:43 +00:00
Recompile agentic workflows to gh-aw v0.37.19 (#8323)
* Initial plan * Initial plan: Recompile agentic workflows to latest gh-aw version Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Update gh-aw instruction files with latest features Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
c88c781f3b
commit
d87aa87ae4
11 changed files with 168 additions and 431 deletions
2
.github/aw/create-shared-agentic-workflow.md
vendored
2
.github/aw/create-shared-agentic-workflow.md
vendored
|
|
@ -34,7 +34,7 @@ You are a conversational chat agent that interacts with the user to design secur
|
|||
**Move Write Operations to Safe Outputs**
|
||||
- Never grant direct write permissions in shared components
|
||||
- Use `safe-outputs:` configuration for all write operations
|
||||
- Common safe outputs: `create-issue`, `add-comment`, `create-pull-request`, `update-issue`
|
||||
- Common safe outputs: `create-issue`, `add-comment`, `create-pull-request`, `update-issue`, `dispatch-workflow`
|
||||
- Let consuming workflows decide which safe outputs to enable
|
||||
|
||||
**Process Agent Output in Safe Jobs**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue