Skip to content

Commit 39c027b

Browse files
authored
Fix runtime release and workflow regressions (#2501)
* Fix Node runtime package provenance Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3043824d-becf-4b5d-b62b-4754511894f7 * Fix release package verification Run Node package verification before artifact upload, validate source repository metadata at runtime, and honor explicit CLI paths for legacy .NET E2E connections. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3043824d-becf-4b5d-b62b-4754511894f7 * Upgrade agentic workflows to gh-aw 0.88.2 Regenerate all workflow locks with the latest compiler, apply required explicit no-shell settings, and pin compiled-workflow verification to the same release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3043824d-becf-4b5d-b62b-4754511894f7 * Fix flaky shell and pending work E2E tests Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3043824d-becf-4b5d-b62b-4754511894f7 * Fix flaky multi-client permission test Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3043824d-becf-4b5d-b62b-4754511894f7 * Normalize aborted shell cleanup results Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3043824d-becf-4b5d-b62b-4754511894f7 * Keep replay fix surgical Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3043824d-becf-4b5d-b62b-4754511894f7 * Assert idle event after permission denial Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3043824d-becf-4b5d-b62b-4754511894f7 --------- Copilot-Session: 3043824d-becf-4b5d-b62b-4754511894f7
1 parent e2af6c4 commit 39c027b

31 files changed

Lines changed: 5905 additions & 4302 deletions

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.github/workflows/*.lock.yml linguist-generated=true merge=ours
1+
.github/workflows/*.lock.yml linguist-generated=true
22

33
# Cross-platform tools rewrite these files, so keep their output deterministic.
44
java/**/*.java text eol=lf

.github/aw/actions-lock.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,10 @@
2020
"version": "v7.0.1",
2121
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
2222
},
23-
"github/gh-aw-actions/setup-cli@v0.83.1": {
24-
"repo": "github/gh-aw-actions/setup-cli",
25-
"version": "v0.83.1",
26-
"sha": "8bdba8075360648fe6802302a5b4e016361dc6ac"
27-
},
28-
"github/gh-aw-actions/setup@v0.83.1": {
23+
"github/gh-aw-actions/setup@v0.88.2": {
2924
"repo": "github/gh-aw-actions/setup",
30-
"version": "v0.83.1",
31-
"sha": "8bdba8075360648fe6802302a5b4e016361dc6ac"
25+
"version": "v0.88.2",
26+
"sha": "9271a1804551c0dc4fb0085a97979950aa2f8489"
3227
}
3328
}
3429
}

.github/skills/agentic-workflows/SKILL.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ Repository overlay (optional):
1515

1616
Read only the files you need:
1717
Load these files from `github/gh-aw` (they are not available locally).
18+
- `.github/aw/action-container-substitutions.md`
19+
- `.github/aw/agent-runtime-instructions.md`
1820
- `.github/aw/agentic-chat.md`
1921
- `.github/aw/agentic-workflows-mcp.md`
2022
- `.github/aw/asciicharts.md`
2123
- `.github/aw/campaign.md`
2224
- `.github/aw/charts-trending.md`
2325
- `.github/aw/charts.md`
2426
- `.github/aw/cli-commands.md`
27+
- `.github/aw/compat.md`
2528
- `.github/aw/configure-agentic-engine.md`
2629
- `.github/aw/context.md`
2730
- `.github/aw/create-agentic-workflow-trigger-details.md`
@@ -30,15 +33,24 @@ Load these files from `github/gh-aw` (they are not available locally).
3033
- `.github/aw/debug-agentic-workflow.md`
3134
- `.github/aw/dependabot.md`
3235
- `.github/aw/deployment-status.md`
36+
- `.github/aw/designer-mappings.md`
3337
- `.github/aw/designer.md`
38+
- `.github/aw/drive-memory.md`
39+
- `.github/aw/enclaves.md`
3440
- `.github/aw/evals.md`
3541
- `.github/aw/experiments.md`
3642
- `.github/aw/github-agentic-workflows.md`
43+
- `.github/aw/github-mcp-server-pagination.md`
44+
- `.github/aw/github-mcp-server-tools.md`
3745
- `.github/aw/github-mcp-server.md`
3846
- `.github/aw/instructions.md`
47+
- `.github/aw/intent.md`
48+
- `.github/aw/jobs.md`
49+
- `.github/aw/linter-workflows.md`
3950
- `.github/aw/llms.md`
4051
- `.github/aw/loop.md`
4152
- `.github/aw/lsp.md`
53+
- `.github/aw/maintainer.md`
4254
- `.github/aw/mcp-clis.md`
4355
- `.github/aw/memory-stateful-patterns.md`
4456
- `.github/aw/memory.md`
@@ -47,7 +59,9 @@ Load these files from `github/gh-aw` (they are not available locally).
4759
- `.github/aw/network.md`
4860
- `.github/aw/optimize-agentic-workflow.md`
4961
- `.github/aw/patterns.md`
62+
- `.github/aw/playwright.md`
5063
- `.github/aw/pr-reviewer.md`
64+
- `.github/aw/release-workflow.md`
5165
- `.github/aw/report.md`
5266
- `.github/aw/reuse.md`
5367
- `.github/aw/safe-outputs-automation.md`
@@ -61,10 +75,13 @@ Load these files from `github/gh-aw` (they are not available locally).
6175
- `.github/aw/subagents.md`
6276
- `.github/aw/syntax-agentic.md`
6377
- `.github/aw/syntax-core.md`
78+
- `.github/aw/syntax-engine.md`
6479
- `.github/aw/syntax-tools-imports.md`
6580
- `.github/aw/syntax.md`
6681
- `.github/aw/test-coverage.md`
6782
- `.github/aw/test-expression.md`
83+
- `.github/aw/token-optimization-caching-budgets.md`
84+
- `.github/aw/token-optimization-observability.md`
6885
- `.github/aw/token-optimization.md`
6986
- `.github/aw/triggers.md`
7087
- `.github/aw/update-agentic-workflow.md`
@@ -90,5 +107,6 @@ After loading the matching workflow prompt or skill, follow it directly:
90107
- Choose workflow architecture and patterns: `.github/aw/patterns.md`
91108
- Optimize token usage and cost: `.github/aw/token-optimization.md`
92109
- Design long-running multi-agent research workflows: `.github/aw/multi-agent-research.md`
110+
- Add skills or agent plugins requested by the user (`skills:` / `plugins:` frontmatter, never on-the-fly installs): `.github/aw/skills.md`
93111

94112
When the task involves OTEL, OTLP, traces, observability backends, or telemetry-driven analysis, also read and follow `skills/otel-queries/SKILL.md` after loading the matching workflow prompt or skill.

0 commit comments

Comments
 (0)