Skip to content

Commit fbf547a

Browse files
chore: remove serena leftovers (hooks, permissions, docs, templates)
Serena MCP was removed from the project, but config and docs still referenced it — the SessionStart hook failed every session with "serena-hooks: not found". - .claude/settings.json: drop serena-hooks hooks (PreToolUse, SessionStart, Stop) and the mcp__serena__* permission - .serena/: delete tracked project files and memories - CLAUDE.md: drop the Serena tool section, keep Context7 - agentic/commands/: replace serena tool references with built-in Glob/Grep/Read/Edit equivalents in the audit/prime/agentic templates Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 31afb9b commit fbf547a

25 files changed

Lines changed: 87 additions & 715 deletions

.claude/settings.json

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Read(/tmp/*)",
99
"mcp__plugin_context7_context7__*",
1010
"mcp__plugin_playwright_playwright__*",
11-
"mcp__serena__*",
1211
"Bash(git commit *)",
1312
"Bash(git push *)"
1413
],
@@ -17,49 +16,5 @@
1716
},
1817
"env": {
1918
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
20-
},
21-
"hooks": {
22-
"PreToolUse": [
23-
{
24-
"matcher": "",
25-
"hooks": [
26-
{
27-
"type": "command",
28-
"command": "serena-hooks remind --client=claude-code"
29-
}
30-
]
31-
},
32-
{
33-
"matcher": "mcp__serena__*",
34-
"hooks": [
35-
{
36-
"type": "command",
37-
"command": "serena-hooks auto-approve --client=claude-code"
38-
}
39-
]
40-
}
41-
],
42-
"SessionStart": [
43-
{
44-
"matcher": "",
45-
"hooks": [
46-
{
47-
"type": "command",
48-
"command": "serena-hooks activate --client=claude-code"
49-
}
50-
]
51-
}
52-
],
53-
"Stop": [
54-
{
55-
"matcher": "",
56-
"hooks": [
57-
{
58-
"type": "command",
59-
"command": "serena-hooks cleanup --client=claude-code"
60-
}
61-
]
62-
}
63-
]
6419
}
6520
}

.serena/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.serena/memories/code_style.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

.serena/memories/commands.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

.serena/memories/project_overview.md

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)