From 67b4acbdada6c6dd80d739dde55a30b1ce05713b Mon Sep 17 00:00:00 2001 From: Samuel Prevost Date: Fri, 13 Feb 2026 15:25:59 +0100 Subject: [PATCH] Add claude stuff --- .claude/settings.local.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..d8ae621 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,14 @@ +{ + "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 \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 \nEOF\n\\)\")" + ] + } +}