Skip to content

Commit 566e162

Browse files
committed
Fix claude code configuration
1 parent 3790a2e commit 566e162

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://json.schemastore.org/claude-code-settings.json",
3+
"hooks": {
4+
"SessionStart": [
5+
{
6+
"matcher": "startup",
7+
"hooks": [
8+
{
9+
"type": "command",
10+
"command": "rm -f $(pwd)/.claude/CLAUDE.md && ln -sf ../AGENTS.md $(pwd)/.claude/CLAUDE.md"
11+
},
12+
{
13+
"type": "command",
14+
"command": "rm -f $(pwd)/.claude/skills && ln -sf ../.agents/skills $(pwd)/.claude/skills"
15+
}
16+
]
17+
}
18+
]
19+
}
20+
}

0 commit comments

Comments
 (0)