Skip to content

Commit 00d5eda

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 6c9808e + f205fa3 commit 00d5eda

30 files changed

+1293
-80
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Lint
2+
permissions:
3+
contents: read
24

35
on:
46
push:

.github/workflows/scripts/create-github-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ TAG_PREFIX="agentic-sdlc-v"
1919
VERSION_NO_V=${VERSION#v}
2020

2121
ASSETS=()
22-
AGENTS=(copilot claude gemini cursor-agent opencode qwen windsurf codex kilocode auggie roo codebuddy amp q)
22+
AGENTS=(copilot claude gemini cursor-agent opencode qwen windsurf codex kilocode auggie roo codebuddy amp shai q)
2323
SCRIPTS=(sh ps)
2424

2525
for agent in "${AGENTS[@]}"; do

0 commit comments

Comments
 (0)