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.
- package/package.json +42 -42
- package/template/.claude/CLAUDE.md +620 -620
- package/template/.claude/settings.json +127 -125
|
@@ -1,125 +1,127 @@
|
|
|
1
|
-
{
|
|
2
|
-
"model": "opus",
|
|
3
|
-
"max_tokens": 8192,
|
|
4
|
-
"max_turns": 100,
|
|
5
|
-
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"Bash(
|
|
121
|
-
"Bash(
|
|
122
|
-
"Bash(
|
|
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
|
+
}
|