Register and share your invite link to earn from video plays and referrals.

Charles在路上
@Charles77xixi
00后程序员👨🏻‍💻|前大厂 Infra,目前在做 Game Agent 把 AI 真正用进项目、把工资变成资产 合作 📮:charles77xixi@gmail.com
Joined January 2025
232 Following    4K Followers
目前我的完整~/.claude/settings.json { "permissions": { "defaultMode": "bypassPermissions", "allow": [ "Bash(*)", "Read(*)", "Edit(*)", "Write(*)", "WebFetch(*)", "WebSearch(*)", "Glob(*)", "Grep(*)", "NotebookEdit(*)", "Agent(*)" ], "deny": [ "Bash(rm -rf /)", "Bash(rm -rf /*)", "Bash(git push --force origin main)", "Bash(git push --force origin master)" ] }, "attribution": { "commit": "", "pr": "" }, "hooks": { "PreToolUse": [ { "matcher": "Write|Edit", "hooks": [ { "type": "command", "command": "~/.claude/hooks/check-secrets.sh" } ] } ] }
Show more