Files
sionrui/.claude/settings.local.json

24 lines
868 B
JSON
Raw Normal View History

2025-11-24 23:51:22 +08:00
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(mvn:*)",
"Bash(node -e \"\ntry {\n const tokenManager = require(''./src/@gold/utils/token-manager.js'');\n console.log(''✅ Default import works:'', typeof tokenManager.getToken);\n \n const { getAccessToken, getDevToken } = require(''./src/@gold/utils/token-manager.js'');\n console.log(''✅ Named import works:'', typeof getAccessToken, typeof getDevToken);\n} catch (e) {\n console.error(''❌ Import failed:'', e.message);\n}\n\")",
"Bash(cat:*)",
"Bash(node -e:*)",
"Bash(git add:*)",
2025-11-28 20:26:47 +08:00
"Bash(git commit:*)",
"Bash(git log:*)",
2025-11-30 18:06:54 +08:00
"Bash(xargs:*)",
2025-12-01 22:27:50 +08:00
"Bash(test:*)",
"Bash(timeout 20 pnpm run dev:*)",
"Bash(git checkout:*)",
"Bash(tree:*)",
"Bash(ls:*)",
"Bash(mysql:*)"
2025-11-24 23:51:22 +08:00
],
"deny": [],
"ask": []
}
}