22 lines
1.2 KiB
JSON
22 lines
1.2 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(flutter analyze:*)",
|
|
"Bash(grep -n \"StreamProvider\\\\|FutureProvider\" /d/tasq/tasq/lib/providers/*.dart)",
|
|
"Bash(grep -l \"StreamProvider\\\\|FutureProvider\" /d/tasq/tasq/lib/providers/*.dart)",
|
|
"Bash(grep -n \"\\\\.stream\\\\|StreamProvider\" /d/tasq/tasq/lib/providers/*.dart)",
|
|
"Bash(grep -rn \"\\\\.eq\\\\|\\\\.ilike\\\\|\\\\.textSearch\\\\|\\\\.range\" /d/tasq/tasq/lib/providers/*.dart)",
|
|
"Bash(grep -n \"\\\\.watch\\(tasksProvider\\)\\\\|\\\\.watch\\(ticketsProvider\\)\" /d/tasq/tasq/lib/providers/*.dart)",
|
|
"Bash(find /d/tasq/tasq/lib/screens -type f -name \"*.dart\" -exec grep -l \"watch\\(tasksProvider\\)\\\\|watch\\(ticketsProvider\\)\" {})",
|
|
"Bash(grep -r \"ruflow\\\\|ruflo\\\\|claude-flow\" /d/tasq/tasq --include=*.json --include=*.yaml --include=*.yml --include=*.md --include=*.sh)",
|
|
"Bash(grep -r \"agentic-flow\\\\|claude-flow\\\\|ruflow\\\\|ruflo\" d:/tasq/tasq --include=*.json --include=*.md --include=*.yaml --include=*.yml)",
|
|
"Bash(npm install:*)"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"supabase",
|
|
"claude-flow"
|
|
]
|
|
}
|