Update project log, workspace config, and Claude settings

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
JasonBrock
2026-05-28 16:37:25 -04:00
parent 72dc0a8d9a
commit cd743683aa
4 changed files with 13 additions and 2 deletions
@@ -3,7 +3,11 @@
"allow": [
"Bash(dir \"C:\\\\Users\\\\jbrock\\\\Documents\\\\pisyncfolder\\\\JournalApp\" /s /b *.html)",
"Bash(grep -oP '#[0-9a-fA-F]{3,6}' \"C:\\\\Users\\\\jbrock\\\\Documents\\\\pisyncfolder\\\\JournalApp\\\\JournalAppPrototype\\\\journal.html\")",
"Bash(grep -oE '#[0-9a-fA-F]{3,6}' \"C:\\\\Users\\\\jbrock\\\\Documents\\\\pisyncfolder\\\\JournalApp\\\\JournalAppPrototype\\\\journal.html\")"
"Bash(grep -oE '#[0-9a-fA-F]{3,6}' \"C:\\\\Users\\\\jbrock\\\\Documents\\\\pisyncfolder\\\\JournalApp\\\\JournalAppPrototype\\\\journal.html\")",
"Bash(git add *)",
"Bash(git commit -m ' *)",
"Bash(git push *)",
"Bash(git -C \"C:\\\\Users\\\\jbrock\\\\Documents\\\\pisyncfolder\\\\JournalApp\" remote -v)"
]
}
}