- .agent/, .claude/, .vscode/ 설정 파일 - design/ 디자인 리소스 - reports/, research/ 분석 문서 - testcase/ 테스트 케이스 문서 - db_sync_chandj.bat, sam.code-workspace Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
30 lines
553 B
JSON
30 lines
553 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"*",
|
|
"Bash(*)",
|
|
"Read(*)",
|
|
"Write(*)",
|
|
"Edit(*)",
|
|
"MultiEdit(*)",
|
|
"Glob(*)",
|
|
"Grep(*)",
|
|
"WebFetch(*)",
|
|
"WebSearch(*)",
|
|
"TodoWrite(*)",
|
|
"Task(*)",
|
|
"NotebookEdit(*)",
|
|
"mcp__playwright__*",
|
|
"mcp__ide__*",
|
|
"mcp__context7__*",
|
|
"mcp__sequential-thinking__*",
|
|
"mcp__tavily__*",
|
|
"mcp__magic__*"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"bypassPermissionPrompts": true
|
|
}
|