Skip to content

Commit 6ce95b9

Browse files
committed
string mode compilation
1 parent 3d621ba commit 6ce95b9

9 files changed

Lines changed: 1205 additions & 21 deletions

.github/instructions/github-agentic-workflows.instructions.md

Lines changed: 1196 additions & 0 deletions
Large diffs are not rendered by default.

workflows/daily-backlog-burner.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ tools:
2727
web-search:
2828
github:
2929
toolsets: [all]
30-
# By default this workflow allows all bash commands within the confine of Github Actions VM
31-
bash: [ ":*" ]
30+
bash:
3231

3332
---
3433

workflows/daily-dependency-updates.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ safe-outputs:
1717
title-prefix: "${{ github.workflow }}"
1818
category: "announcements"
1919

20-
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md
21-
#
22-
# By default this workflow allows all bash commands within the confine of Github Actions VM
2320
tools:
2421
github:
2522
toolsets: [all]
26-
bash: [ ":*" ]
23+
bash:
2724

2825
timeout_minutes: 15
2926

workflows/daily-perf-improver.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ tools:
2929
web-fetch:
3030
web-search:
3131
github:
32-
toolsets: [all]
33-
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md
34-
#
35-
# By default this workflow allows all bash commands within the confine of Github Actions VM
36-
bash: [ ":*" ]
32+
toolsets: [all]
33+
bash:
3734

3835
steps:
3936
- name: Checkout repository

workflows/daily-progress.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ tools:
2626
toolsets: [all]
2727
web-fetch:
2828
web-search:
29-
# By default this workflow allows all bash commands within the confine of Github Actions VM
30-
bash: [ ":*" ]
29+
bash:
3130

3231
---
3332

workflows/daily-qa.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ tools:
2929
toolsets: [all]
3030
web-fetch:
3131
web-search:
32-
# By default this workflow allows all bash commands within the confine of Github Actions VM
33-
bash: [ ":*" ]
32+
bash:
3433

3534
---
3635

workflows/daily-test-improver.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ safe-outputs:
2727
tools:
2828
web-fetch:
2929
web-search:
30-
# By default this workflow allows all bash commands within the confine of Github Actions VM
31-
bash: [ ":*" ]
30+
bash:
3231
github:
3332
toolsets: [all]
3433

workflows/pr-fix.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ safe-outputs:
1919
tools:
2020
web-fetch:
2121
web-search:
22-
# By default this workflow allows all bash commands within the confine of Github Actions VM
23-
bash: [ ":*" ]
22+
bash:
2423

2524
timeout_minutes: 20
2625

workflows/repo-ask.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ safe-outputs:
1616
tools:
1717
web-fetch:
1818
web-search:
19-
# By default this workflow allows all bash commands within the confine of Github Actions VM
20-
bash: [ ":*" ]
19+
bash:
2120

2221
timeout_minutes: 20
2322

0 commit comments

Comments
 (0)