Files
chat/.claude/settings.json
2026-04-25 16:36:34 +08:00

66 lines
4.7 KiB
JSON

{
"permissions": {
"allow": [
"Bash(pnpm install:*)",
"Bash(docker info:*)",
"Bash(pnpm --version)",
"Bash(npx pnpm@8 install)",
"Bash(open -a Docker)",
"Bash(break)",
"Bash(npx pnpm@8 dev)",
"Bash(ls /Users/sion/Desktop/projects/tailchat-sales/server/.env*)",
"Bash(ls /Users/sion/Desktop/projects/tailchat-sales/.env*)",
"Bash(npx pnpm@8 --filter tailchat-server dev:main)",
"Bash(TS_NODE_TRANSPILE_ONLY=true npx pnpm@8 --filter tailchat-server dev:main)",
"Bash(TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT='tsconfig.node.json' npx pnpm@8 --filter tailchat-web dev)",
"Bash(TS_NODE_TRANSPILE_ONLY=true TS_NODE_ESM=false npx pnpm@8 --filter tailchat-web dev)",
"Bash(NODE_OPTIONS='--no-experimental-strip-types' TS_NODE_TRANSPILE_ONLY=true npx pnpm@8 --filter tailchat-web dev:main)",
"Bash(NODE_OPTIONS='--no-experimental-strip-types' TS_NODE_TRANSPILE_ONLY=true npx pnpm@8 --filter tailchat-web dev)",
"Bash(curl -s -X POST http://localhost:11000/api/user/register -H 'Content-Type: application/json' -d '{\"username\":\"testuser\",\"password\":\"test123456\",\"email\":\"test@test.com\"}')",
"Bash(curl -s -I -X OPTIONS http://localhost:11000/api/user/register -H \"Origin: http://localhost:11011\" -H \"Access-Control-Request-Method: POST\")",
"Bash(curl -s http://localhost:11000/api/system/health)",
"Bash(curl -s http://localhost:11000/health)",
"Bash(docker stop:*)",
"Bash(curl -s http://localhost:11000/api/user/createTemporaryUser -X POST -H 'Content-Type: application/json')",
"Bash(curl -s -X POST http://localhost:11000/api/user/createTemporaryUser -H 'Content-Type: application/json')",
"Bash(xargs kill:*)",
"Bash(curl -sv -X POST http://localhost:11000/api/user/createTemporaryUser -H 'Content-Type: application/json')",
"Bash(DISABLE_TRACING=true TS_NODE_TRANSPILE_ONLY=true node -r ts-node/register -e \"process.env.DISABLE_TRACING='true'; const {startDevRunner} = require\\('./packages/sdk/dist/runner'\\); startDevRunner\\({config: require\\('path'\\).resolve\\(__dirname, './moleculer.config.ts'\\)}\\)\")",
"Bash(DISABLE_TRACING=true TS_NODE_TRANSPILE_ONLY=true npx --yes tsx runner.ts)",
"Bash(npx tsc:*)",
"Bash(DISABLE_REPL=true TS_NODE_TRANSPILE_ONLY=true npx pnpm@8 --filter tailchat-server dev:main)",
"Bash(curl -s -X POST http://localhost:11000/api/user/createTemporaryUser -H 'Content-Type: application/json' -d '{\"nickname\":\"testuser\"}')",
"Bash(ls /Users/sion/Desktop/projects/tailchat-sales/docker-compose*.yml)",
"Bash(docker rm:*)",
"Bash(docker image:*)",
"Bash(curl -s -X POST http://localhost:3000/api/user/createTemporaryUser -H 'Content-Type: application/json' -d '{\"nickname\":\"test\"}')",
"Bash(flutter --version)",
"Bash(flutter run:*)",
"Bash(flutter analyze:*)",
"Bash(find lib:*)",
"Bash(find lib/pages -name \"*.dart\" -exec grep -n \"\\\\\"[A-Z][a-z]\" {} +)",
"Bash(kill 90283 90285 93725 93727)",
"Bash(docker compose:*)",
"Bash(curl -s http://localhost:3000/api/plugin/com.msgbyte.saleschat/invite/getMyInvites)",
"Bash(curl -s http://localhost:3000/api/plugin/com.msgbyte.simplenotify/list?groupId=test)",
"Bash(curl -s \"http://localhost:3000/api/plugin/com.msgbyte.simplenotify/list?groupId=test\")",
"Bash(curl -s http://localhost:3000/api/plugin:com.msgbyte.saleschat:invite/getMyInvites)",
"Bash(curl -v http://localhost:3000/api/plugin:com.msgbyte.saleschat:invite/getMyInvites)",
"Bash(curl -s \"http://localhost:3000/api/plugin%3Acom.msgbyte.saleschat%3Ainvite/getMyInvites\")",
"Bash(curl -s \"http://localhost:3000/api/group/getUserGroups\")",
"Bash(curl -s \"http://localhost:3000/api/plugin:com.msgbyte.topic/list\")",
"Bash(curl -s \"http://localhost:3000/api/plugin:com.msgbyte.saleschat:stats/getMyStats\")",
"Bash(curl -s \"http://localhost:3000/api/plugin:com.msgbyte.saleschat/inviteGetMyInvites\")",
"Bash(curl -s \"http://localhost:3000/api/plugin:com.msgbyte.topic/list\" -H \"X-Token: test\")",
"Bash(curl -s \"http://localhost:3000/api/plugin:com.msgbyte.saleschat/inviteGetMyInvites\" -H \"X-Token: test\")",
"Bash(curl -s \"http://localhost:3000/api/plugin:com.msgbyte.saleschat/available\" -H \"X-Token: test\")",
"Bash(curl -s \"http://localhost:3000/api/plugin:com.msgbyte.welcome/available\" -H \"X-Token: test\")",
"Bash(curl -s \"http://localhost:3000/api/plugin.registry/list\" -H \"X-Token: test\")",
"Bash(curl -s \"http://localhost:3000/api/plugin:com.msgbyte.simplenotify/available\" -H \"X-Token: test\")",
"Bash(git rm:*)",
"Bash(flutter logs:*)",
"Bash(dart run:*)"
]
}
}