TriMixxx/.claude/settings.local.json
2026-02-17 12:28:40 +01:00

17 lines
1.5 KiB
JSON

{
"permissions": {
"allow": [
"Bash(git -C /Users/sam1902/Documents/CustomDJ status)",
"Bash(git -C /Users/sam1902/Documents/CustomDJ diff)",
"Bash(git -C /Users/sam1902/Documents/CustomDJ add README.md \"screenshots/pcb-3d-render.png\")",
"Bash(git -C /Users/sam1902/Documents/CustomDJ commit -m \"$\\(cat <<''EOF''\nUpdate README with accurate hardware details and PCB render\n\n- Add PCB 3D render as hero image, move schematic to bottom\n- Fix buck converter to SY8368AQQC \\(was TPS54560\\)\n- Add RCA stereo outputs, detail all audio outputs\n- Add button/connector table from Arduino MIDI schematic\n- Add connectivity table with correct USB port descriptions\n- Add dual micro HDMI outputs \\(touchscreen + debug\\)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nEOF\n\\)\")",
"Bash(git -C /Users/sam1902/Documents/CustomDJ push)",
"Bash(git -C /Users/sam1902/Documents/CustomDJ log --oneline -3)",
"Bash(git -C /Users/sam1902/Documents/CustomDJ add .gitignore)",
"Bash(git -C /Users/sam1902/Documents/CustomDJ commit -m \"$\\(cat <<''EOF''\nAdd .gitignore for KiCad, macOS, Linux, and Windows\n\nGenerated from gitignore.io with KiCad-specific additions from\ngithub/gitignore. Keeps .net files \\(used as revision snapshots\\)\nand .csv files \\(BOM exports\\) tracked.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nEOF\n\\)\")",
"Bash(python3:*)",
"Bash(pip3 install:*)"
]
}
}