Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
15 changes: 6 additions & 9 deletions .github/workflows/ace-editor.lock.yml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .github/workflows/ace-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
});
imports:
- shared/otlp.md
sandbox:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[/improve-codebase-architecture] The sandbox: block is placed after imports: here, but in other workflows it is placed after engine: — inconsistent positioning makes the frontmatter harder to scan at a glance.

💡 Suggested convention

Consider adopting a canonical frontmatter ordering for all workflow markdown files, for example:

---
# metadata (name, description, on, permissions, etc.)
engine: ...
sandbox:
  agent:
    sudo: false
imports: ...
tools: ...
---

A consistent slot for sandbox: means reviewers and automation can locate it predictably across the ~247 eligible workflows. If the compiler enforces an ordering during make recompile, this would be resolved automatically.

@copilot please address this.

agent:
sudo: false
tools:
cli-proxy: true

---

Classic action that generates an ACE editor session link on pull request comment slash command.
16 changes: 7 additions & 9 deletions .github/workflows/agent-performance-analyzer.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/agent-performance-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:
engine:
id: copilot
copilot-sdk: true
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
bash: [":*"]
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/agent-persona-explorer.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/agent-persona-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ experiments:
# - Output limits: Concise documentation (<1000 words with progressive disclosure)
# - Target: 30-50% token reduction while maintaining quality
# Note: max-turns not available for default Copilot engine (Claude only)
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/agentic-token-trend-audit.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/agentic-token-trend-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ safe-outputs:
upload-asset:
max: 5
allowed-exts: [.png, .jpg, .jpeg, .svg]
sandbox:
agent:
sudo: false
tools:
agentic-workflows:
bash:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/api-consumption-report.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/api-consumption-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:
discussions: read
tracker-id: api-consumption-report-daily
engine: claude
sandbox:
agent:
sudo: false
tools:
cache-memory: true
cli-proxy: true
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/approach-validator.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/approach-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ imports:
- shared/safe-output-upload-artifact.md
- shared/reporting.md
- shared/otlp.md
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/architecture-guardian.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/architecture-guardian.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ imports:
labels: [architecture, automated-analysis, cookie]
assignees: [copilot]
- shared/otlp.md
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
bash:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/aw-failure-investigator.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/aw-failure-investigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ experiments:
analysis_type: mann_whitney
tags: [tone, output-quality, triage]
issue: 36105
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/bot-detection.lock.yml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .github/workflows/bot-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ permissions:
actions: read
imports:
- shared/otlp.md
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down Expand Up @@ -832,7 +835,6 @@ safe-outputs:
timeout-minutes: 10
strict: true


---

# Bot Detection
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/brave.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/brave.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ safe-outputs:
run-success: "✅ Research complete. [{workflow_name}]({run_url}) has returned with results."
run-failure: "❌ Search failed. [{workflow_name}]({run_url}) {status}. Unable to retrieve web sources."
timeout-minutes: 10
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
features:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/breaking-change-checker.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/breaking-change-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ engine:
id: copilot
copilot-sdk: true
tracker-id: breaking-change-checker
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/chaos-pr-bundle-fuzzer.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/chaos-pr-bundle-fuzzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ engine:
id: pi
model: copilot/gpt-5.4
strict: true
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/claude-code-user-docs-review.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/claude-code-user-docs-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ network:
- defaults
- github

sandbox:
agent:
sudo: false
tools:
cli-proxy: true
cache-memory: true
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/cli-version-checker.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/cli-version-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ imports:
- ../skills/jqschema/SKILL.md
- shared/reporting.md
- shared/otlp.md
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
web-fetch:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/cloclo.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/cloclo.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ imports:
- shared/mcp/serena-go.md
- shared/reporting.md
- shared/otlp.md
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
agentic-workflows:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/code-simplifier.lock.yml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .github/workflows/code-simplifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ network:
allowed:
- go

sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down Expand Up @@ -140,7 +143,6 @@ steps:

timeout-minutes: 30
strict: true

---

# Code Simplifier Agent
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/codex-github-remote-mcp-test.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/codex-github-remote-mcp-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:
engine: codex
imports:
- shared/otlp.md
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/commit-changes-analyzer.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/commit-changes-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ max-turns: 100
engine:
id: pi
model: copilot/gpt-5.4
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/contribution-check.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/contribution-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ engine:

imports:
- shared/otlp.md
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/copilot-agent-analysis.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/copilot-agent-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ imports:
- shared/otlp.md
timeout-minutes: 15

sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/copilot-centralization-drilldown.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/copilot-centralization-drilldown.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ steps:
report_style: "Use issue sections with visible summary and one fenced draft block."
}
' > /tmp/gh-aw/data/derived-plan.json
sandbox:
agent:
sudo: false
---

# Copilot Centralization Drilldown
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/copilot-centralization-optimizer.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/copilot-centralization-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
permissions:
contents: read
copilot-requests: write
sandbox:
agent:
sudo: false
tools:
repo-memory:
branch-name: memory/copilot-centralization-optimizer
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/copilot-cli-deep-research.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/copilot-cli-deep-research.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ engine:
copilot-sdk: true
strict: true
timeout-minutes: 20
sandbox:
agent:
sudo: false
tools:
bash:
- "*"
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/copilot-pr-merged-report.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/copilot-pr-merged-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ engine:
copilot-sdk: true
strict: false

sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github: false
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/copilot-session-insights.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/copilot-session-insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ network:
- github
- python

sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/craft.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/craft.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ engine:
copilot-sdk: true
imports:
- shared/otlp.md
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
edit:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/daily-agentrx-trace-optimizer.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/daily-agentrx-trace-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ engine: claude
strict: true
network:
allowed: [defaults, python-native, github]
sandbox:
agent:
sudo: false
tools:
agentic-workflows: true
bash: true
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-ambient-context-optimizer.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/daily-ambient-context-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ strict: true
max-daily-ai-credits: 10000
network:
allowed: [defaults, github]
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/daily-architecture-diagram.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/daily-architecture-diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ experiments:
tags: [output-format, cost, latency]
issue: 31926

sandbox:
agent:
sudo: false
tools:
cli-proxy: true
edit:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-assign-issue-to-user.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/daily-assign-issue-to-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ permissions:
engine:
id: copilot
copilot-sdk: true
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-aw-cross-repo-compile-check.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/daily-aw-cross-repo-compile-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ tracker-id: daily-aw-cross-repo-compile-check
max-turns: 140
engine:
id: claude
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-awf-spec-compiler-surfacing.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/daily-awf-spec-compiler-surfacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ tracker-id: daily-awf-spec-compiler-surfacing
engine:
id: pi
model: copilot/gpt-5.4
sandbox:
agent:
sudo: false
tools:
cli-proxy: true
github:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-cache-strategy-analyzer.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/daily-cache-strategy-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ network:
allowed:
- "github.com"
- "api.github.com"
sandbox:
agent:
sudo: false
tools:
cache-memory: true
safe-outputs:
Expand Down
Loading