videotomp3transcriptor/.claude/settings.local.json
StillHammer d4ac6f5859 Add documentation, Claude config, and update services
- Add comprehensive API documentation in docs/API.md
- Add Claude project instructions (CLAUDE.md)
- Add server startup scripts for Windows and Unix
- Update transcription, translation, and summarize services
- Update server.js with latest changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 13:24:31 +08:00

10 lines
110 B
JSON

{
"permissions": {
"allow": [
"Bash(npm run server:*)"
],
"deny": [],
"ask": []
}
}