Files
DefVideo/.claude/settings.local.json
한성일 82662d417d 초기 커밋: DefVideo 소스 등록
abcVideo 플레이어 소스 (client / server / shared / pythonsource / docs / .claude).
.gitignore 적용으로 node_modules·storage·samplevideo·미디어 등 대용량 일괄 제외.
103 files, ~964K.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 03:20:27 +00:00

14 lines
998 B
JSON

{
"permissions": {
"allow": [
"Bash(npx pm2 *)",
"Bash(curl -s http://localhost:55173/api/videos)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" \"http://localhost:55173/api/stream/하행\\)회덕-대전조차장.MP4\" -r 0-100)",
"Bash(python3 -c \"import urllib.parse;print\\(urllib.parse.quote\\('하행\\)회덕-대전조차장.MP4'\\)\\)\")",
"Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" --path-as-is \"http://localhost:55173/api/stream/$\\(python3 -c \"import urllib.parse;print\\(urllib.parse.quote\\('하행\\)회덕-대전조차장.MP4'\\)\\)\"\\)\" -r 0-100)",
"Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" \"http://localhost:55173/api/stream/하행\\)회덕-대전조차장.MP4\" -r 0-100)",
"Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" \"http://localhost:55173/api/meta/$\\(python3 -c \"import urllib.parse;print\\(urllib.parse.quote\\('하행\\)회덕-대전조차장.MP4'\\)\\)\"\\)\")"
]
}
}