Commit 71f6a6f
Upgrade workflows to latest gh-aw version (v0.33.8) (#85)
This commit upgrades all agentic workflows to be compatible with gh-aw v0.33.8.
## Changes Made
### Fixed Deprecation Warnings
- Replaced deprecated `command:` trigger with `slash_command:` in 4 workflows:
- plan.md
- pr-fix.md
- q.md
- repo-ask.md
### Improved Scheduling
- Updated weekly-research.md to use fuzzy scheduling (`cron: "weekly on monday"`)
instead of fixed time to distribute workflow execution load
### Recompiled All Workflows
- Regenerated all .lock.yml files with latest gh-aw v0.33.8
- Updated action pins and workflow configurations
- All workflows now compile successfully with 0 errors
## gh-aw v0.33.8 Key Features
- Firewall (AWF) now enabled by default for all engines
- MCP configuration created by default in `gh aw init`
- Automatic fixes via codemods in `gh aw update`
- Fixed critical bug with missing GH_AW_WORKFLOW_ID
## Testing
- Ran `gh aw compile --validate` on all workflows
- All 17 workflows compile successfully
- Remaining warnings are informational only
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 40621ee commit 71f6a6f
5 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments