start-vibing 4.4.17 → 4.4.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,125 +1,127 @@
1
- {
2
- "model": "opus",
3
- "max_tokens": 8192,
4
- "max_turns": 100,
5
-
6
- "attribution": {
7
- "commit": "",
8
- "pr": ""
9
- },
10
-
11
- "enableAllProjectMcpServers": true,
12
-
13
- "extraKnownMarketplaces": {
14
- "claude-plugins-official": {
15
- "source": {
16
- "source": "github",
17
- "repo": "anthropics/claude-plugins-official"
18
- }
19
- }
20
- },
21
-
22
- "enabledPlugins": {
23
- "typescript-lsp@claude-plugins-official": true,
24
- "security-guidance@claude-plugins-official": true,
25
- "code-review@claude-plugins-official": true,
26
- "commit-commands@claude-plugins-official": true,
27
- "frontend-design@claude-plugins-official": true,
28
- "superpowers@claude-plugins-official": true,
29
- "ralph-loop@claude-plugins-official": true,
30
- "context7@claude-plugins-official": true,
31
- "code-simplifier@claude-plugins-official": true
32
- },
33
-
34
- "hooks": {
35
- "SessionStart": [
36
- {
37
- "matcher": "startup|resume|clear|compact",
38
- "hooks": [
39
- {
40
- "type": "command",
41
- "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/super-design-session-start.sh\""
42
- },
43
- {
44
- "type": "command",
45
- "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/e2e-audit-session-start.sh\""
46
- },
47
- {
48
- "type": "command",
49
- "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/research-session-start.sh\""
50
- },
51
- {
52
- "type": "command",
53
- "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/mcp-usage-session-start.sh\""
54
- },
55
- {
56
- "type": "command",
57
- "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/git-context-session-start.sh\""
58
- }
59
- ]
60
- }
61
- ],
62
- "PostToolUse": [
63
- {
64
- "matcher": "Write|Edit",
65
- "hooks": [
66
- {
67
- "type": "command",
68
- "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/format-on-edit.sh\""
69
- }
70
- ]
71
- }
72
- ],
73
- "Stop": [
74
- {
75
- "hooks": [
76
- {
77
- "type": "command",
78
- "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/quality-gate-stop.sh\""
79
- }
80
- ]
81
- }
82
- ]
83
- },
84
-
85
- "permissions": {
86
- "mode": "strict",
87
- "allowed_tools": [
88
- "file_read",
89
- "file_write",
90
- "file_edit",
91
- "bash_grep",
92
- "bash_find",
93
- "bash_ls",
94
- "bash_bun",
95
- "bash_git",
96
- "web_search"
97
- ],
98
- "disallowed_tools": [
99
- "bash_rm_rf",
100
- "bash_sudo",
101
- "bash_chmod",
102
- "bash_chown",
103
- "file_delete_recursive"
104
- ],
105
- "allowed_directories": [
106
- ".",
107
- "app",
108
- "components",
109
- "lib",
110
- "server",
111
- "tests",
112
- "docs",
113
- "types",
114
- ".claude"
115
- ],
116
- "protected_files": [".env", ".env.local", ".env.production", "bun.lockb"],
117
- "allow": [
118
- "Bash(bun run typecheck:*)",
119
- "Bash(git add:*)",
120
- "Bash(git commit:*)",
121
- "Bash(bun .claude/scripts/*)",
122
- "Bash(claude mcp:*)"
123
- ]
124
- }
125
- }
1
+ {
2
+ "model": "opus",
3
+ "max_tokens": 8192,
4
+ "max_turns": 100,
5
+
6
+ "skillListingBudgetFraction": 0.04,
7
+
8
+ "attribution": {
9
+ "commit": "",
10
+ "pr": ""
11
+ },
12
+
13
+ "enableAllProjectMcpServers": true,
14
+
15
+ "extraKnownMarketplaces": {
16
+ "claude-plugins-official": {
17
+ "source": {
18
+ "source": "github",
19
+ "repo": "anthropics/claude-plugins-official"
20
+ }
21
+ }
22
+ },
23
+
24
+ "enabledPlugins": {
25
+ "typescript-lsp@claude-plugins-official": true,
26
+ "security-guidance@claude-plugins-official": true,
27
+ "code-review@claude-plugins-official": true,
28
+ "commit-commands@claude-plugins-official": true,
29
+ "frontend-design@claude-plugins-official": true,
30
+ "superpowers@claude-plugins-official": true,
31
+ "ralph-loop@claude-plugins-official": true,
32
+ "context7@claude-plugins-official": true,
33
+ "code-simplifier@claude-plugins-official": true
34
+ },
35
+
36
+ "hooks": {
37
+ "SessionStart": [
38
+ {
39
+ "matcher": "startup|resume|clear|compact",
40
+ "hooks": [
41
+ {
42
+ "type": "command",
43
+ "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/super-design-session-start.sh\""
44
+ },
45
+ {
46
+ "type": "command",
47
+ "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/e2e-audit-session-start.sh\""
48
+ },
49
+ {
50
+ "type": "command",
51
+ "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/research-session-start.sh\""
52
+ },
53
+ {
54
+ "type": "command",
55
+ "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/mcp-usage-session-start.sh\""
56
+ },
57
+ {
58
+ "type": "command",
59
+ "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/git-context-session-start.sh\""
60
+ }
61
+ ]
62
+ }
63
+ ],
64
+ "PostToolUse": [
65
+ {
66
+ "matcher": "Write|Edit",
67
+ "hooks": [
68
+ {
69
+ "type": "command",
70
+ "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/format-on-edit.sh\""
71
+ }
72
+ ]
73
+ }
74
+ ],
75
+ "Stop": [
76
+ {
77
+ "hooks": [
78
+ {
79
+ "type": "command",
80
+ "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/quality-gate-stop.sh\""
81
+ }
82
+ ]
83
+ }
84
+ ]
85
+ },
86
+
87
+ "permissions": {
88
+ "mode": "strict",
89
+ "allowed_tools": [
90
+ "file_read",
91
+ "file_write",
92
+ "file_edit",
93
+ "bash_grep",
94
+ "bash_find",
95
+ "bash_ls",
96
+ "bash_bun",
97
+ "bash_git",
98
+ "web_search"
99
+ ],
100
+ "disallowed_tools": [
101
+ "bash_rm_rf",
102
+ "bash_sudo",
103
+ "bash_chmod",
104
+ "bash_chown",
105
+ "file_delete_recursive"
106
+ ],
107
+ "allowed_directories": [
108
+ ".",
109
+ "app",
110
+ "components",
111
+ "lib",
112
+ "server",
113
+ "tests",
114
+ "docs",
115
+ "types",
116
+ ".claude"
117
+ ],
118
+ "protected_files": [".env", ".env.local", ".env.production", "bun.lockb"],
119
+ "allow": [
120
+ "Bash(bun run typecheck:*)",
121
+ "Bash(git add:*)",
122
+ "Bash(git commit:*)",
123
+ "Bash(bun .claude/scripts/*)",
124
+ "Bash(claude mcp:*)"
125
+ ]
126
+ }
127
+ }