30 lines
878 B
JSON
30 lines
878 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(dotnet ef migrations:*)",
|
|
"Bash(dotnet ef database:*)",
|
|
"Bash(mkdir \"C:\\Users\\AJ\\Desktop\\MoneyMap\\MoneyMap\\Prompts\")",
|
|
"Bash(dotnet build)",
|
|
"Bash(dotnet build --no-restore /p:UseAppHost=false)",
|
|
"Bash(dotnet build /property:UseAppHost=false)",
|
|
"Bash(git reset --soft d0f4b42)",
|
|
"Bash(git reset HEAD)",
|
|
"Skill(roslyn-bridge)",
|
|
"Bash(curl:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(dotnet new:*)",
|
|
"Bash(dotnet add:*)",
|
|
"Bash(dotnet test:*)",
|
|
"mcp__moneymap__search_transactions",
|
|
"mcp__moneymap__update_transaction_category",
|
|
"mcp__moneymap__get_spending_summary",
|
|
"mcp__moneymap__get_income_summary"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"spinnerTipsEnabled": false
|
|
}
|