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
13 changes: 13 additions & 0 deletions .changeset/minor-rename-network-isolation-to-sudo.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions .github/workflows/ab-testing-advisor.lock.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/ab-testing-advisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ tools:
tracker-id: ab-testing-advisor
features:
gh-aw-detection: true
sandbox:
agent:
sudo: false
---

{{#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.

3 changes: 3 additions & 0 deletions .github/workflows/ai-moderator.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ safe-outputs:
checkout: false
features:
gh-aw-detection: true
sandbox:
agent:
sudo: false
---

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

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/archie.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ safe-outputs:
timeout-minutes: 10
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/auto-triage-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ safe-outputs:
timeout-minutes: 15
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/blog-auditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ imports:
- shared/otlp.md
features:
gh-aw-detection: true
sandbox:
agent:
sudo: false
---
# Blog Auditor

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

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/changeset.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ imports:


- shared/otlp.md
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/cli-consistency-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ safe-outputs:
timeout-minutes: 20
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/code-scanning-fixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ safe-outputs:
timeout-minutes: 20
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/constraint-solving-potd.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ safe-outputs:
expires: 7d
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/copilot-opt.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ imports:
timeout-minutes: 30
features:
gh-aw-detection: true
sandbox:
agent:
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.

4 changes: 3 additions & 1 deletion .github/workflows/copilot-pr-prompt-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ network:
- node

sandbox:
agent: awf # Firewall enabled (migrated from network.firewall)
agent: # Firewall enabled (migrated from network.firewall)
id: awf
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.

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

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/daily-astrostylelite-markdown-spellcheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ imports:
- shared/otlp.md
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-byok-ollama-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ safe-outputs:
run-failure: "❌ [{workflow_name}]({run_url}) — BYOK endpoint test failed: {status}"
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-cli-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
has_changes: ${{ steps.changes.outputs.has_changes }}
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-compiler-quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ tools:
tracker-id: daily-compiler-quality
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-doc-healer.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ tools:
tracker-id: daily-doc-healer
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-file-diet.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ tools:
tracker-id: daily-file-diet
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-geo-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ imports:
- shared/otlp.md
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-malicious-code-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ tools:
cli-proxy: true
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-model-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ imports:
- shared/otlp.md
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-observability-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ imports:
- shared/otlp.md
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-rendering-scripts-verifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ imports:
- shared/otlp.md
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-safe-outputs-conformance.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ imports:


- shared/otlp.md
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-security-observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ imports:


- shared/otlp.md
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-skill-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ tools:

imports:
- shared/otlp.md
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/daily-testify-uber-super-expert.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ tools:
tracker-id: daily-testify-uber-super-expert
features:
gh-aw-detection: true
sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/dead-code-remover.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ steps:
- name: Install deadcode analyzer
run: go install golang.org/x/tools/cmd/deadcode@latest

sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/deployment-incident-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ safe-outputs:
noop:
timeout-minutes: 10

sandbox:
agent:
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.

3 changes: 3 additions & 0 deletions .github/workflows/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ tools:
mode: gh-proxy
cli-proxy: true

sandbox:
agent:
sudo: false
---

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

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/discussion-task-miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ tools:
- default
- discussions
tracker-id: discussion-task-miner
sandbox:
agent:
sudo: false
---

# Discussion Task Miner - Code Quality Improvement Agent
Expand Down
Loading
Loading