technical-patterns-lab/.claude/settings.local.json
褚宏光 6d545eb231 Enhance converging triangle detection with new features and documentation updates
- Added support for a detailed chart mode in plot_converging_triangles.py, allowing users to visualize all pivot points and fitting lines.
- Improved pivot fitting logic to utilize multiple representative points, enhancing detection accuracy and reducing false positives.
- Introduced a new real-time detection mode with flexible zone parameters for better responsiveness in stock analysis.
- Updated README.md and USAGE.md to reflect new features and usage instructions.
- Added multiple documentation files detailing recent improvements, including pivot point fitting and visualization enhancements.
- Cleaned up and archived outdated scripts to streamline the project structure.
2026-01-26 16:21:36 +08:00

13 lines
443 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\")"
]
}
}