@supa-media/claude 1.0.2

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.
@@ -0,0 +1,4 @@
1
+ {
2
+ "description": "Project hooks for Supa app. Empty by default — add your own PreToolUse/PostToolUse/Stop entries here. Any `command` you register must be a script that actually exists in the repo; a missing script makes the hook fail on every invocation.",
3
+ "hooks": {}
4
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "$schema": "https://json.schemastore.org/claude-code-settings.json",
3
+ "permissions": {
4
+ "allow": [
5
+ "Bash(pnpm install)",
6
+ "Bash(pnpm dev:*)",
7
+ "Bash(pnpm build:*)",
8
+ "Bash(pnpm test:*)",
9
+ "Bash(pnpm lint:*)",
10
+ "Bash(pnpm typecheck:*)",
11
+ "Bash(pnpm clean:*)",
12
+ "Bash(pnpm --filter:*)",
13
+ "Bash(pnpm convex:dashboard)",
14
+ "Bash(pnpm convex:logs)",
15
+ "Bash(npx convex dev:*)",
16
+ "Bash(npx convex run:*)",
17
+ "Bash(npx convex logs:*)",
18
+ "Bash(npx tsc:*)",
19
+ "Bash(node --test:*)",
20
+ "Bash(git status:*)",
21
+ "Bash(git diff:*)",
22
+ "Bash(git log:*)",
23
+ "Bash(git show:*)",
24
+ "Bash(git branch:*)",
25
+ "Bash(git fetch:*)",
26
+ "Bash(git add:*)",
27
+ "Bash(git commit:*)",
28
+ "Bash(git checkout:*)",
29
+ "Bash(gh pr view:*)",
30
+ "Bash(gh pr list:*)",
31
+ "Bash(gh pr diff:*)",
32
+ "Bash(gh pr checks:*)",
33
+ "Bash(gh run view:*)",
34
+ "Bash(gh run list:*)",
35
+ "Bash(gh api graphql:*)"
36
+ ],
37
+ "deny": [
38
+ "Read(./.env)",
39
+ "Read(./.env.*)",
40
+ "Read(./**/.env)",
41
+ "Read(./**/.env.*)"
42
+ ]
43
+ }
44
+ }