settings.local.json
1.68 KB
{
"permissions": {
"allow": [
"Skill(erp-workflow:erp-skeleton-gen)",
"Bash(git init *)",
"Skill(erp-tech-stack-lock)",
"Skill(erp-workflow:erp-tech-stack-lock)",
"Bash(cp \"/Users/reporkey/Google Drive/My Drive/xly/cc文档/erp-workflow-plugin/skills/plan/erp-skeleton-gen/templates/env-local-template\" .env.local)",
"Bash(cp \"/Users/reporkey/Google Drive/My Drive/xly/cc文档/erp-workflow-plugin/skills/plan/erp-skeleton-gen/templates/githooks-pre-push-template.sh\" .githooks/pre-push)",
"Bash(cp \"/Users/reporkey/Google Drive/My Drive/xly/cc文档/erp-workflow-plugin/skills/plan/erp-skeleton-gen/templates/scripts-setup-test-db-template.sh\" scripts/setup-test-db.sh)",
"Bash(cp -n \"/Users/reporkey/Google Drive/My Drive/xly/cc文档/erp-workflow-plugin/skills/plan/project-init/templates/CLAUDE-template.md\" CLAUDE.md)",
"Bash(cp -n \"/Users/reporkey/Google Drive/My Drive/xly/cc文档/erp-workflow-plugin/skills/plan/project-init/templates/docs-01-index-template.md\" docs/01-需求清单/index.md)",
"Bash(cp -n \"/Users/reporkey/Google Drive/My Drive/xly/cc文档/erp-workflow-plugin/skills/plan/project-init/templates/docs-04-stack-template.md\" docs/04-技术规范.md)",
"Bash(cp -n \"/Users/reporkey/Google Drive/My Drive/xly/cc文档/erp-workflow-plugin/skills/plan/project-init/templates/docs-08-initial-template.md\" docs/08-模块任务管理.md)",
"Bash(git --version)",
"Bash(mysql --version)",
"Read(//opt/homebrew/Cellar/mysql-client/9.6.0/bin/**)",
"Read(//usr/local/opt/mysql-client/bin/**)",
"Read(//opt/homebrew/opt/mysql/bin/**)",
"Read(//usr/local/opt/mysql/bin/**)"
]
}
}