| 1234567891011121314151617181920212223 |
- {
- "permissions": {
- "allow": [
- "Bash(git commit *)",
- "Bash(npm init *)",
- "Bash(npm install *)",
- "Bash(npx tsx *)",
- "Bash(npx drizzle-kit *)",
- "Bash(npx vitest *)",
- "Bash(mkdir -p src/lib/queue)",
- "Bash(touch src/lib/minio.ts)",
- "Bash(mkdir -p src/db/schema)",
- "Bash(touch src/db/schema/media.ts)",
- "Bash(mkdir -p src/actions)",
- "Bash(touch src/actions/media.ts)",
- "Bash(mkdir -p src/workers)",
- "Bash(touch src/workers/media-processor.ts)",
- "Bash(ffmpeg *)",
- "Bash(mkdir -p tests/integration)",
- "Bash(touch tests/integration/media-pipeline.test.ts)"
- ]
- }
- }
|