diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-29 16:09:10 +0100 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-29 16:09:10 +0100 |
| commit | 7d01de45b8c0d8b46715181a51a46b6e6bea00ca (patch) | |
| tree | d711cb4a250fe5e376cb53672bd5ea7ac3f7b70c /.claude/settings.local.json | |
| parent | 4f0073a12d875abea1adb12c1a3a4a4f4713116d (diff) | |
Add Claude Code setup and fix trailing comma in content config
- Add CLAUDE.md with project instructions and conventions
- Add SPRINT.md for task tracking
- Add .claude/settings.local.json with dev command permissions
- Add trailing comma to pleroma hashtag list in content.config.ts
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to '.claude/settings.local.json')
| -rw-r--r-- | .claude/settings.local.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..a291091 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,17 @@ +{ + "permissions": { + "allow": [ + "Bash(pnpm dev)", + "Bash(pnpm build)", + "Bash(pnpm postbuild)", + "Bash(pnpm preview)", + "Bash(pnpm lint)", + "Bash(pnpm format)", + "Bash(pnpm format:*)", + "Bash(pnpm check)", + "Bash(pnpm install)", + "Bash(git *)" + ], + "deny": [] + } +} |
