Skip to content

Commit 8c5ad1f

Browse files
committed
ci
1 parent dcf7e6c commit 8c5ad1f

File tree

6 files changed

+52
-8
lines changed

6 files changed

+52
-8
lines changed

.claude/settings.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"allowedTools": [
3-
"Bash(grep:*)",
4-
"Bash(rg:*)",
5-
"Bash(npx tsc:*)",
3+
"Bash",
64
"Edit",
7-
"Bash(task-master *)",
8-
"Bash(git commit:*)",
9-
"Bash(git add:*)",
10-
"Bash(yarn *)",
11-
"mcp__task_master_ai__*"
5+
"mcp__task_master_ai__*",
6+
"mcp__plate__*",
7+
"mcp_browser-tools_*",
8+
"mcp_memory_*",
9+
"mcp_github_*",
10+
"mcp_filesystem_*"
1211
]
1312
}

.github/workflows/claude-changeset.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ jobs:
8585
claude_refresh_token: ${{ secrets.CLAUDE_REFRESH_TOKEN }}
8686
claude_expires_at: ${{ secrets.CLAUDE_EXPIRES_AT }}
8787
timeout_minutes: '60'
88+
allowed_tools: |
89+
Bash
90+
Edit
91+
mcp__task_master_ai__*
92+
mcp__plate__*
93+
mcp_browser-tools_*
94+
mcp_memory_*
95+
mcp_github_*
96+
mcp_filesystem_*
8897
direct_prompt: |
8998
You are tasked with creating changesets and updating the changelog for the Plate project. Please follow these guidelines:
9099

.github/workflows/claude-docs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ jobs:
3434
claude_refresh_token: ${{ secrets.CLAUDE_REFRESH_TOKEN }}
3535
claude_expires_at: ${{ secrets.CLAUDE_EXPIRES_AT }}
3636
timeout_minutes: '60'
37+
allowed_tools: |
38+
Bash
39+
Edit
40+
mcp__task_master_ai__*
41+
mcp__plate__*
42+
mcp_browser-tools_*
43+
mcp_memory_*
44+
mcp_github_*
45+
mcp_filesystem_*
3746
direct_prompt: |
3847
You are tasked with updating Plate documentation. Please follow these guidelines:
3948

.github/workflows/claude-review.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ jobs:
4646
claude_refresh_token: ${{ secrets.CLAUDE_REFRESH_TOKEN }}
4747
claude_expires_at: ${{ secrets.CLAUDE_EXPIRES_AT }}
4848
timeout_minutes: '60'
49+
allowed_tools: |
50+
Bash
51+
Edit
52+
mcp__task_master_ai__*
53+
mcp__plate__*
54+
mcp_browser-tools_*
55+
mcp_memory_*
56+
mcp_github_*
57+
mcp_filesystem_*
4958
direct_prompt: |
5059
Please provide a thorough review of this pull request.
5160

.github/workflows/claude-translate.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ jobs:
3535
claude_refresh_token: ${{ secrets.CLAUDE_REFRESH_TOKEN }}
3636
claude_expires_at: ${{ secrets.CLAUDE_EXPIRES_AT }}
3737
timeout_minutes: '60'
38+
allowed_tools: |
39+
Bash
40+
Edit
41+
mcp__task_master_ai__*
42+
mcp__plate__*
43+
mcp_browser-tools_*
44+
mcp_memory_*
45+
mcp_github_*
46+
mcp_filesystem_*
3847
direct_prompt: |
3948
You are a professional translator. Your task is to synchronize MDX documentation from English to Chinese (`.cn.mdx`) based on the changes in this pull request.
4049

.github/workflows/claude.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ jobs:
4646
claude_refresh_token: ${{ secrets.CLAUDE_REFRESH_TOKEN }}
4747
claude_expires_at: ${{ secrets.CLAUDE_EXPIRES_AT }}
4848
timeout_minutes: '60'
49+
allowed_tools: |
50+
Bash
51+
Edit
52+
mcp__task_master_ai__*
53+
mcp__plate__*
54+
mcp_browser-tools_*
55+
mcp_memory_*
56+
mcp_github_*
57+
mcp_filesystem_*
4958
direct_prompt: |
5059
Writing style: easy to read for the average English developer. Avoid multiple paragraphs in a row.
5160
Only if you're going to open a PR, please pay extra attention to:

0 commit comments

Comments
 (0)