Skip to content

Commit 658ea48

Browse files
authored
Update claude.yml
1 parent 4aa41dd commit 658ea48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/claude.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
actions: read
4242
4343
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
44-
# model: "claude-opus-4-1-20250805"
44+
model: "claude-opus-4-1-20250805"
4545

4646
# Optional: Customize the trigger phrase (default: @claude)
4747
# trigger_phrase: "/claude"
@@ -53,8 +53,8 @@ jobs:
5353
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
5454

5555
# Optional: Add custom instructions for Claude to customize its behavior for your project
56-
# custom_instructions: |
57-
# Follow our coding standards
56+
custom_instructions: |
57+
Always do ultrathinking
5858
# Ensure all new code has tests
5959
# Use TypeScript for new files
6060

0 commit comments

Comments
 (0)