609a3634bd
All external market properties now surface as VERIFIED_PORTFOLIO. Removes the type from enums, domain types, mock data, matching engine, components, hooks, and tests — zero user-visible distinction remains. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
572 B
JSON
20 lines
572 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run *)",
|
|
"Bash(git add *)",
|
|
"Bash(git push *)",
|
|
"Bash(npx tsc *)",
|
|
"Bash(grep -E \"\\\\.\\(ts|tsx\\)$\")",
|
|
"Bash(find c:\\\\\\\\Users\\\\\\\\beni_\\\\\\\\OneDrive\\\\\\\\Desktop\\\\\\\\property-match -name \"Dashboard.tsx\" -type f)",
|
|
"Bash(awk '{print $NF}')",
|
|
"Bash(start http://localhost:5173)",
|
|
"Bash(npm install *)",
|
|
"Bash(git pull *)",
|
|
"Bash(node scripts/check-tokens.js)",
|
|
"Bash(echo \"EXIT:$?\")",
|
|
"Bash(echo \"EXIT_CODE:$?\")"
|
|
]
|
|
}
|
|
}
|