technical-patterns-lab/.claude/settings.local.json
褚宏光 22582851a1 Enhance converging triangle detection with new features and documentation updates
- Introduced an interactive HTML stock viewer for visualizing strength scores and filtering stocks based on user-defined thresholds.
- Added `--all-stocks` parameter to generate charts for all 108 stocks, including those not meeting convergence criteria.
- Implemented a new scoring system for breakout strength, incorporating fitting adherence to improve accuracy.
- Updated multiple documentation files, including usage instructions and feature overviews, to reflect recent enhancements.
- Improved error handling and file naming conventions to ensure compatibility across platforms.
2026-01-27 16:17:28 +08:00

14 lines
500 B
JSON

{
"permissions": {
"allow": [
"Bash(claude install:*)",
"Bash(where:*)",
"Bash(dir:*)",
"Bash(set CLAUDE_CODE_GIT_BASH_PATH=D:installGitbinbash.exe)",
"Bash($env:CLAUDE_CODE_GIT_BASH_PATH=\"D:\\\\install\\\\Git\\\\bin\\\\bash.exe\")",
"Bash(\"D:\\\\install\\\\Git\\\\bin\\\\bash.exe\" -c \"export CLAUDE_CODE_GIT_BASH_PATH=''D:\\\\install\\\\Git\\\\bin\\\\bash.exe'' && claude install\")",
"Bash(python scripts/generate_stock_viewer.py:*)"
]
}
}