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
16 changes: 7 additions & 9 deletions .github/workflows/ab-testing-advisor.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/ab-testing-advisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false

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.

[/zoom-out] The single-line source change is the right level of abstraction here — the .md file is the source of truth and sudo: false accurately captures the intent. Worth noting for reviewers that the compiled lock reflects a full rootless mode migration: rootless install, bridge networking, container name addressing, and isolation:true in the firewall config. None of this needs to be in the .md — it is all a compiler concern — but it is useful context when reading the diff.

💡 What rootless mode changes in the compiled lock
  1. install_awf_binary.sh v0.27.10 --rootless — installs the rootless variant of the AWF container runtime
  2. MCP Gateway: --network host--network bridge -p 127.0.0.1:PORT:PORT — better container isolation
  3. Gateway domain: host.docker.internalawmg-mcpg (container name on bridge)
  4. DIFC proxy host: host.docker.internal:18443awmg-cli-proxy:18443
  5. awf-config.json gains "isolation":true,"topologyAttach":["awmg-mcpg","awmg-cli-proxy"]
  6. sudo -E awfawf, and the sudo chmod -R a+rX cleanup step is removed

---

{{#runtime-import? .github/shared-instructions.md}}
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/ai-moderator.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/ai-moderator.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

# AI Moderator
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/archie.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/archie.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

# Archie - Mermaid Diagram Generator
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/auto-triage-issues.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/auto-triage-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

# Auto-Triage Issues Agent 🏷️
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/blog-auditor.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/blog-auditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---
# Blog Auditor

Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/changeset.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/changeset.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ imports:
- shared/otlp.md
sandbox:
agent:
sudo: true
sudo: false
---

# Changeset Generator
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/cli-consistency-checker.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/cli-consistency-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

# CLI Consistency Checker
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/code-scanning-fixer.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/code-scanning-fixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

# Code Scanning Alert Fixer Agent
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/constraint-solving-potd.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/constraint-solving-potd.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

# Constraint Solving — Problem of the Day
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/copilot-opt.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/copilot-opt.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---
{{#runtime-import? .github/shared-instructions.md}}

Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/copilot-pr-prompt-analysis.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/copilot-pr-prompt-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ network:
sandbox:
agent: # Firewall enabled (migrated from network.firewall)
id: awf
sudo: true
sudo: false
imports:
- uses: shared/daily-audit-base.md
with:
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-agent-of-the-day-blog-writer.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-agent-of-the-day-blog-writer.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ network:
sandbox:
agent:
id: awf
sudo: true
sudo: false
tools:
cli-proxy: true
agentic-workflows:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

# Daily AstroStyleLite Markdown Spellcheck
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/daily-byok-ollama-test.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-byok-ollama-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

# Daily BYOK Endpoint Test
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-cli-performance.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-cli-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

{{#runtime-import? .github/shared-instructions.md}}
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-compiler-quality.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-compiler-quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

{{#runtime-import? .github/shared-instructions.md}}
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-doc-healer.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-doc-healer.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---
{{#runtime-import? .github/shared-instructions.md}}

Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-file-diet.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-file-diet.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

{{#runtime-import? .github/shared-instructions.md}}
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-geo-optimizer.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-geo-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

{{#runtime-import? .github/shared-instructions.md}}
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/daily-malicious-code-scan.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-malicious-code-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

{{#runtime-import? .github/shared-instructions.md}}
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-model-resolution.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-model-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

{{#runtime-import? .github/shared-instructions.md}}
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-observability-report.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-observability-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---
{{#runtime-import? .github/shared-instructions.md}}

Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-rendering-scripts-verifier.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-rendering-scripts-verifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

# Daily Rendering Scripts Verifier
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-safe-outputs-conformance.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-safe-outputs-conformance.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ imports:
- shared/otlp.md
sandbox:
agent:
sudo: true
sudo: false
---

# Daily Safe Outputs Conformance Checker
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-security-observability.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-security-observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ imports:
- shared/otlp.md
sandbox:
agent:
sudo: true
sudo: false
---
{{#runtime-import? .github/shared-instructions.md}}

Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/daily-skill-optimizer.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-skill-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ imports:
- shared/otlp.md
sandbox:
agent:
sudo: true
sudo: false
---

# Daily Skill Optimizer Improvements
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/daily-testify-uber-super-expert.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-testify-uber-super-expert.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ features:
gh-aw-detection: true
sandbox:
agent:
sudo: true
sudo: false
---

{{#runtime-import? .github/shared-instructions.md}}
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/dead-code-remover.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/dead-code-remover.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ steps:

sandbox:
agent:
sudo: true
sudo: false
---

# Dead Code Removal Agent
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/deployment-incident-monitor.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/deployment-incident-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ timeout-minutes: 10

sandbox:
agent:
sudo: true
sudo: false
---

# Deployment Incident Monitor
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/dev.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tools:

sandbox:
agent:
sudo: true
sudo: false
---

<!--
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/discussion-task-miner.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/discussion-task-miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tools:
tracker-id: discussion-task-miner
sandbox:
agent:
sudo: true
sudo: false
---

# Discussion Task Miner - Code Quality Improvement Agent
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/example-workflow-analyzer.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/example-workflow-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ imports:
- shared/otlp.md
sandbox:
agent:
sudo: true
sudo: false
---
# Weekly Workflow Analysis

Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/github-mcp-structural-analysis.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/github-mcp-structural-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ imports:
- shared/otlp.md
sandbox:
agent:
sudo: true
sudo: false
---
# GitHub MCP Structural Analysis

Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/glossary-maintainer.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/glossary-maintainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ steps:

sandbox:
agent:
sudo: true
sudo: false
---

# Glossary Maintainer
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/grumpy-reviewer.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/grumpy-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ timeout-minutes: 10

sandbox:
agent:
sudo: true
sudo: false
---

> ⚠️ **Deprecated**: This agent is superseded by the [PR Code Quality Reviewer](pr-code-quality-reviewer.md), which consolidates code quality and nitpick reviews into a single pass. Use `/review` instead of `/grumpy` for new PRs. This agent is kept for backward compatibility but will be removed in a future release.
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/instructions-janitor.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/instructions-janitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tools:
- default
sandbox:
agent:
sudo: true
sudo: false
---
# Instructions Janitor

Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/jsweep.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/jsweep.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ strict: true

sandbox:
agent:
sudo: true
sudo: false
---

# jsweep - JavaScript Unbloater
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/lockfile-stats.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/lockfile-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ imports:
- shared/otlp.md
sandbox:
agent:
sudo: true
sudo: false
---
# Lockfile Statistics Analysis Agent

Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/mergefest.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/mergefest.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:

sandbox:
agent:
sudo: true
sudo: false
---

# Mergefest - Merge Main into Pull Request Branch
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/outcome-collector.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/outcome-collector.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pre-agent-steps:
fi
sandbox:
agent:
sudo: true
sudo: false
---

# Outcome Collector
Expand Down
Loading
Loading