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
172 changes: 105 additions & 67 deletions .github/workflows/bot-detection.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/bot-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
contents: read
pull-requests: read
actions: read
engine: claude
tools:
github:
mode: local
Expand Down
223 changes: 136 additions & 87 deletions .github/workflows/code-simplifier.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/code-simplifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
issues: read
pull-requests: read

engine: claude
tracker-id: code-simplifier

imports:
Expand Down
263 changes: 154 additions & 109 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 @@ -13,7 +13,7 @@ permissions:
pull-requests: read

tracker-id: daily-file-diet
engine: copilot
engine: claude

imports:
- shared/mood.md
Expand Down
261 changes: 153 additions & 108 deletions .github/workflows/daily-syntax-error-quality.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/daily-syntax-error-quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
issues: read
pull-requests: read
tracker-id: daily-syntax-error-quality
engine: copilot
engine: claude
tools:
github:
lockdown: false
Expand Down
163 changes: 101 additions & 62 deletions .github/workflows/dependabot-burner.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/dependabot-burner.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:
contents: read
pull-requests: read
checks: read
engine: claude
tools:
github:
toolsets: [default]
Expand Down
223 changes: 136 additions & 87 deletions .github/workflows/docs-noob-tester.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/docs-noob-tester.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:
permissions:
contents: read
engine: claude
safe-outputs:
create-issue:
max: 10
Expand Down
221 changes: 135 additions & 86 deletions .github/workflows/issue-classifier.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/issue-classifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
types: [opened]
permissions:
contents: read
engine: claude
safe-outputs:
add-labels:
max: 1
Expand Down
223 changes: 136 additions & 87 deletions .github/workflows/pr-triage-agent.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/pr-triage-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
permissions:
contents: read
pull-requests: read
engine: copilot
engine: claude
tools:
github:
lockdown: false
Expand Down
221 changes: 135 additions & 86 deletions .github/workflows/repo-guardian.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/repo-guardian.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:
issues: read
pull-requests: read

engine: claude
safe-outputs:
add-comment:
max: 1
Expand Down
221 changes: 135 additions & 86 deletions .github/workflows/security-compliance.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/security-compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
default: "500"
permissions:
contents: read
engine: copilot
engine: claude
safe-outputs:
create-issue:
expires: 2d
Expand Down
225 changes: 137 additions & 88 deletions .github/workflows/weekly-issue-summary.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/weekly-issue-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
permissions:
issues: read
tracker-id: weekly-issue-summary
engine: copilot
engine: claude
network:
allowed:
- defaults
Expand Down
174 changes: 106 additions & 68 deletions .github/workflows/workflow-health-manager.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/workflow-health-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
contents: read
actions: read
engine: claude
tools:
github:
mode: local
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ backend-path = ["."]

[project]
name = "amplihack"
version = "0.6.2"
version = "0.6.3"
description = "Amplifier bundle for agentic coding with comprehensive skills, recipes, and workflows"
requires-python = ">=3.11"
dependencies = [
Expand Down