Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e819a02
Initial plan
Copilot Jan 26, 2026
a765925
Add build and test tasks to all smoke workflows
Copilot Jan 26, 2026
c1002c1
Merge branch 'main' into copilot/add-make-build-test-task
Mossaka Jan 27, 2026
b8f2168
Add changeset [skip-ci]
github-actions[bot] Jan 27, 2026
ce488dd
Merge branch 'main' into copilot/add-make-build-test-task
Mossaka Jan 27, 2026
e1b2363
Merge remote-tracking branch 'origin/main' into copilot/add-make-buil…
Mossaka Jan 27, 2026
1da2215
Merge main and regenerate workflows
Mossaka Jan 27, 2026
276a8db
Regenerate workflows after merge with main
Mossaka Jan 27, 2026
8113f12
Add changeset [skip-ci]
github-actions[bot] Jan 27, 2026
45843a5
chore: increase smoke workflow timeouts and remove make test
Copilot Jan 27, 2026
0fb2964
Merge branch 'main' into copilot/add-make-build-test-task
Mossaka Jan 27, 2026
9f310c9
Add runtimes: go to smoke-opencode workflow
Mossaka Jan 27, 2026
0b34239
Add changeset [skip-ci]
github-actions[bot] Jan 27, 2026
9e9dda3
Merge remote-tracking branch 'origin/main' into copilot/add-make-buil…
Copilot Jan 27, 2026
f138796
Recompile workflows after merging origin/main
Copilot Jan 27, 2026
00bce8d
Update artifact usage counts for security-guard workflow
Copilot Jan 27, 2026
3542a19
Merge remote-tracking branch 'origin/main' into copilot/add-make-buil…
Copilot Jan 27, 2026
67bfc94
Add changeset [skip-ci]
github-actions[bot] Jan 27, 2026
2c3e71a
Merge branch 'main' into copilot/add-make-build-test-task
Mossaka Jan 28, 2026
dd87a49
Fix shell escaping for environment variable expansion in AWF
Mossaka Jan 28, 2026
544638f
Merge origin/main and resolve lock file conflicts
Mossaka Jan 28, 2026
560607d
Regenerate lock files after merge
Mossaka Jan 28, 2026
7930c11
Add changeset [skip-ci]
github-actions[bot] Jan 28, 2026
7948f65
docs: Clarify engine selection in Quick Start guide (#12135)
Copilot Jan 28, 2026
922c352
Use go env GOROOT instead of GOROOT env var for Go bin path
Mossaka Jan 28, 2026
4772e1a
Add changeset [skip-ci]
github-actions[bot] Jan 28, 2026
6026c5e
Merge origin/main
Mossaka Jan 28, 2026
9b27055
Merge main and regenerate agentic workflows
Mossaka Jan 28, 2026
4434220
Fix Go build cache permission error in AWF sandbox
Mossaka Jan 28, 2026
5ec27ed
Add changeset [skip-ci]
github-actions[bot] Jan 28, 2026
f8503ac
Use --dangerously-bypass-approvals-and-sandbox for Codex engine
Mossaka Jan 28, 2026
9ee5262
Add changeset [skip-ci]
github-actions[bot] Jan 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/patch-add-smoke-build-test.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .changeset/patch-build-smoke-workflows.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .changeset/patch-smoke-build-task.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .changeset/patch-smoke-build-test.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .changeset/patch-smoke-build-timeouts.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .changeset/patch-smoke-workflows-build-only-task-timeouts.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .changeset/patch-smoke-workflows-build-only-task.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .changeset/patch-smoke-workflows-build-timeouts.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/aw/create-agentic-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Analyze the user's response and map it to agentic workflows. Ask clarifying ques
- 💡 If you detect the task requires **browser automation**, suggest the **`playwright`** tool.
- 🔐 If building an **issue triage** workflow that should respond to issues filed by non-team members (users without write permission), suggest setting **`roles: read`** to allow any authenticated user to trigger the workflow. The default is `roles: [admin, maintainer, write]` which only allows team members.

**Scheduling Best Practices:**
**Scheduling Best Practices:**
- 📅 When creating a **daily or weekly scheduled workflow**, use **fuzzy scheduling** by simply specifying `daily` or `weekly` without a time. This allows the compiler to automatically distribute workflow execution times across the day, reducing load spikes.
- ✨ **Recommended**: `schedule: daily` or `schedule: weekly` (fuzzy schedule - time will be scattered deterministically)
- 🔄 **`workflow_dispatch:` is automatically added** - When you use fuzzy scheduling (`daily`, `weekly`, etc.), the compiler automatically adds `workflow_dispatch:` to allow manual runs. You don't need to explicitly include it.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/agent-performance-analyzer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .github/workflows/agent-persona-explorer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading