Files
ClaudaCoding/.claude/settings.local.json
Dani 1c57d3a7c4 Fix Windows console encoding in cc_status.py
Removed emoji characters that cause UnicodeEncodeError on Windows.
Script now works perfectly on all platforms!

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-04 23:23:36 -04:00

12 lines
180 B
JSON

{
"permissions": {
"allow": [
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(python:*)"
],
"deny": [],
"ask": []
}
}