We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3790a2e commit 566e162Copy full SHA for 566e162
1 file changed
.claude/settings.json
@@ -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
14
+ "command": "rm -f $(pwd)/.claude/skills && ln -sf ../.agents/skills $(pwd)/.claude/skills"
15
+ }
16
+ ]
17
18
19
20
+}
0 commit comments