Recompile smoke workflows and preserve container workflow names#62
Merged
Conversation
Copilot created this pull request from a session on behalf of
davidslater
May 13, 2026 19:00
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Recompiles the three smoke-engine lockfiles (Copilot, Claude, Codex) and their threat-detection containerized siblings with gh-aw v0.72.1 / AWF v0.25.41, and updates the sibling generator so the containerized siblings inherit the base workflow names instead of appending "Containerized". A new agentics-maintenance.yml workflow is also added.
Changes:
- Bump compiler/agent/firewall versions across all six smoke
.lock.ymlfiles (v0.71.5 → v0.72.1, AWF 0.25.40 → 0.25.41, plus newrestore_inline_sub_agentsstep,AWF_REFLECT_ENABLED, andchmod a+rX). - Drop the "Containerized" suffix in
ENGINESofscripts/create-threat-detection-sibling-workflows.pyso siblings share the base workflow name. - Add generated
agentics-maintenance.ymlmaintenance workflow.
Show a summary per file
| File | Description |
|---|---|
| scripts/create-threat-detection-sibling-workflows.py | Sibling workflows now reuse the base workflow name (no "Containerized" suffix). |
| .github/workflows/smoke-copilot.lock.yml | Recompiled with v0.72.1 / AWF 0.25.41; adds inline sub-agents restore + AWF reflect env. |
| .github/workflows/smoke-copilot-container.lock.yml | Regenerated sibling; renamed to "Smoke Copilot". |
| .github/workflows/smoke-claude.lock.yml | Recompiled to v0.72.1 / AWF 0.25.41. |
| .github/workflows/smoke-claude-container.lock.yml | Regenerated sibling; renamed to "Smoke Claude". |
| .github/workflows/smoke-codex.lock.yml | Recompiled to v0.72.1 / AWF 0.25.41. |
| .github/workflows/smoke-codex-container.lock.yml | Regenerated sibling; renamed to "Smoke Codex". |
| .github/workflows/agentics-maintenance.yml | New generated maintenance workflow with multiple operation jobs. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 8/8 changed files
- Comments generated: 1
Comment on lines
+22
to
+24
| "smoke-copilot.lock.yml": ("copilot", "Smoke Copilot"), | ||
| "smoke-claude.lock.yml": ("claude", "Smoke Claude"), | ||
| "smoke-codex.lock.yml": ("codex", "Smoke Codex"), |
This was referenced May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recompiles the gh-aw smoke test workflows and regenerates their containerized siblings. The containerized workflows now keep the same top-level workflow names as the source workflows.
Smoke workflow lockfiles
Containerized workflow generation
*-container.lock.ymlsiblings from the fresh smoke lockfiles.Containerized.