Files
miti99/.claude/settings.json
T
tiennm99 2295bd08a7 feat(content): add Newsletter #94 with 10 articles
Topics: Claude Code internals, AI & tech debt, Slack notifications,
developer workflow, Java performance, Go naming, AI agent skills,
leadership beliefs, programming tricks, shell tricks.
2026-04-02 11:44:11 +07:00

45 lines
1.1 KiB
JSON

{
"enabledPlugins": {
"commit-commands@claude-plugins-official": false,
"skill-creator@claude-plugins-official": false,
"superpowers@claude-plugins-official": false
},
"permissions": {
"allow": [
"Bash(.claude/skills/**)",
"Bash(bash .claude/skills/**)",
"Bash(cat *)",
"Bash(cp *)",
"Bash(curl *)",
"Bash(echo *)",
"Bash(find *)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(ls *)",
"Bash(mkdir *)",
"Bash(mv *)",
"Bash(node *)",
"Bash(npm install *)",
"Bash(pip install *)",
"Bash(pip3 install *)",
"Bash(powershell *)",
"Bash(python *)",
"Bash(python3 *)",
"Bash(sed *)",
"Edit(content)",
"Read(content)",
"Skill(commit-commands:commit)",
"Skill(update-config)",
"WebFetch(*)",
"WebSearch(*)",
"Write(content)",
"mcp__acp__Bash",
"mcp__acp__Edit",
"mcp__acp__Write",
"mcp__web-reader__webReader",
"mcp__web-search-prime__webSearchPrime"
],
"defaultMode": "acceptEdits"
}
}