Add User Preferences to MVP, add Phase 2.5 Personal Branching specs

- Fixed minor typescript errors that would show during compile
This commit is contained in:
Michael Chihlas
2026-01-27 23:49:12 -05:00
parent cd10ecd42c
commit 088333174c
7 changed files with 89 additions and 7 deletions

View File

@@ -0,0 +1,25 @@
{
"permissions": {
"allow": [
"Bash(tasklist:*)",
"Bash(findstr:*)",
"Bash(powershell -Command:*)",
"Bash(timeout:*)",
"Bash(netstat:*)",
"mcp__postgres__query",
"Bash(curl:*)",
"Bash(TOKEN=\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI0MjdjMDI1Ni00N2VmLTRiODAtYjZjNS1iODE5MDAyMzdhMjkiLCJleHAiOjE3Njk1NjA4NTgsInR5cGUiOiJhY2Nlc3MifQ.7eBGz7awT6BOPbfNv303zm4ERQBeUOGHLRPgQMgwchM\")",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(dir /b \"C:\\\\Dev\\\\Projects\\\\Apoklisis\")",
"Bash(npm create:*)",
"Bash(npm install:*)",
"Bash(npx tailwindcss:*)",
"Bash(node node_modules/tailwindcss/lib/cli.js:*)",
"Bash(npm exec:*)",
"Bash(npm uninstall:*)",
"Bash(npm run build:*)"
]
}
}