Files
biggfish/.claude/settings.local.json
2026-03-30 14:14:12 -07:00

16 lines
1.0 KiB
JSON

{
"permissions": {
"allow": [
"Bash(python -c:*)",
"Bash(ssh:*)",
"Bash(scp:*)",
"Bash(git commit -m \"$\\(cat <<''EOF''\nMerge remote main: resolve conflicts keeping scalping strategy changes\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nEOF\n\\)\")",
"Bash(git push:*)",
"Bash(git commit -m \"$\\(cat <<''EOF''\nFix reporting: combine Alpaca + OANDA portfolio, correct initial capital\n\n- Portfolio equity now sums both brokers instead of showing Alpaca only\n- Total P&L was showing -$100k because OANDA equity was missing\n- Set initial_capital to $200k \\(Alpaca $100k + OANDA $100k\\)\n- Set target_capital to $250k\n- Label forex positions as \"units\" instead of \"shares\"\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nEOF\n\\)\")",
"Bash(git pull:*)",
"Bash(git checkout:*)",
"Bash(git commit -m \"$\\(cat <<''EOF''\nMerge remote: resolve conflicts, keep combined portfolio helpers\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nEOF\n\\)\")"
]
}
}