Skip to content

Commit 3794ee9

Browse files
committed
chore: Add claude settings
1 parent 51a2b78 commit 3794ee9

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.claude/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.local.*

.claude/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://json.schemastore.org/claude-code-settings.json",
3+
"env": {
4+
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
5+
}
6+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333

3434
# Except for AI agent instructions
3535
!AGENTS.md
36+
!/.claude

0 commit comments

Comments
 (0)