fedora-csb-system-manager
1{
2 "hooks": {
3 "SessionStart": [
4 {
5 "hooks": [
6 {
7 "type": "command",
8 "command": "claude-hooks-initialize-session"
9 }
10 ]
11 }
12 ],
13 "PostToolUse": [
14 {
15 "hooks": [
16 {
17 "type": "command",
18 "command": "claude-hooks-capture-tool-output"
19 },
20 {
21 "type": "command",
22 "command": "claude-hooks-update-terminal-title"
23 }
24 ]
25 }
26 ],
27 "SessionEnd": [
28 {
29 "hooks": [
30 {
31 "type": "command",
32 "command": "/etc/profiles/per-user/vincent/bin/claude-hooks-save-session"
33 }
34 ]
35 }
36 ]
37 },
38 "statusLine": {
39 "type": "command",
40 "command": "bash ~/.config/claude/statusline.sh"
41 },
42 "enabledPlugins": {
43 "bug-hunter@chmouel-cc-plugins": true,
44 "deslop@chmouel-cc-plugins": true,
45 "jira-ticket@chmouel-cc-plugins": true,
46 "codereview@chmouel-cc-plugins": true,
47 "git-commit@vdemeester-claude-code-plugins": true,
48 "weekly-review@vdemeester-claude-code-plugins": true,
49 "commit-commands@claude-code-plugins": true,
50 "plugin-dev@claude-code-plugins": true,
51 "feature-dev@claude-code-plugins": true,
52 "hookify@claude-code-plugins": true,
53 "gh-tools@vdemeester-claude-code-plugins": true,
54 "session-manager": true
55 },
56 "alwaysThinkingEnabled": true,
57 "skills": {
58 "enabled": true,
59 "directories": [
60 "~/.config/claude/skills"
61 ]
62 },
63 "trustedWorkspaces": [
64 "/home/vincent",
65 "/home/vincent/src/home",
66 "/home/vincent/src/tekton-watcher",
67 "/home/vincent/src/go-ci"
68 ]
69}