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
1 change: 1 addition & 0 deletions .github/workflows/artifacts-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ safe-outputs:
labels: [automation, artifacts, report]
max: 1
timeout_minutes: 15
strict: true
---

# GitHub Actions Artifacts Usage Summary
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/changeset-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ engine: claude
safe-outputs:
push-to-pull-request-branch:
timeout_minutes: 10
strict: true
---

# Changeset Generator
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-doctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tools:
cache-memory: true
web-fetch: null
web-search: null
strict: true
---
# CI Failure Doctor

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-version-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ safe-outputs:
labels: [automation, dependencies]
draft: true
timeout_minutes: 15
strict: true
---

# CLI Version Checker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ engine: claude
safe-outputs:
staged: true
create-issue:
timeout_minutes: 10
strict: true
---

# Poem Generator
Expand Down
149 changes: 149 additions & 0 deletions .github/workflows/duplicate-code-detector.lock.yml

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

4 changes: 4 additions & 0 deletions .github/workflows/duplicate-code-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ mcp-servers:
SERENA_DOCKER: "1"
SERENA_PORT: "9121"
SERENA_DASHBOARD_PORT: "24282"
network:
allowed:
- "github.com"
allowed:
- activate_project
- find_symbol
Expand All @@ -38,6 +41,7 @@ safe-outputs:
title-prefix: "[duplicate-code] "
labels: [code-quality, automated-analysis]
timeout_minutes: 15
strict: true
---

# Duplicate Code Detection Agent
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go-pattern-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ safe-outputs:
title-prefix: "[ast-grep] "
labels: [code-quality, ast-grep]
max: 1
strict: true
---

# Go Code Pattern Detector
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/issue-classifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ safe-outputs:
timeout_minutes: 5
imports:
- shared/actions-ai-inference.md
strict: true
---

# Issue Classification
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notion-issue-summary.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/notion-issue-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ permissions:
engine: claude
imports:
- shared/notion.md
timeout_minutes: 10
strict: true
---

# Issue Summary to Notion
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pdf-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ safe-outputs:
max: 1

timeout_minutes: 15
strict: true
---

# Resource Summarizer Agent
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/poem-bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ safe-outputs:

# Global timeout
timeout_minutes: 10
strict: true
---

# Poem Bot - A Creative Agentic Workflow
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scout.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ safe-outputs:
add-comment:
max: 1
timeout_minutes: 10
strict: true
---

# Scout Deep Research Agent
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/technical-doc-writer.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ tools:
- "npm run*"

timeout_minutes: 10
strict: true

---

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tidy.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ steps:
cache: true
- name: Dev dependencies
run: make deps-dev
strict: true
---

# Code Tidying Agent
Expand Down
Loading