claude-flow icon indicating copy to clipboard operation
claude-flow copied to clipboard

False Positives in Claude Flow files when doing a git push

Open dgtise25 opened this issue 2 months ago β€’ 1 comments

⎿ Β Error: πŸ” Running enhanced pre-commit checks... πŸš€ Using 32 parallel jobs ⚑ Running quick validations... πŸ“¦ Checking for large files... πŸ” Checking for inappropriate binary files... πŸ” Running security scans... πŸ”‘ Scanning for potential secrets... 🚨 Security Alert: Potential secrets detected in staged files! Found in .claude-flow/metrics/performance.json Found in .claude-flow/metrics/system-metrics.json

Have to run 'git commit --no-verify....' to get around it each time

dgtise25 avatar Oct 28 '25 19:10 dgtise25

Hi team, The fix for this issue has been merged directly into the main branch with commit 495cf6b6. This resolves the "False Positives in Claude Flow files when doing a git push" by updating .gitignore to ignore the .claude-flow/metrics/ directory and removing the previously tracked metric files from Git's index. Closing this issue. Thanks! Tokeneyez420

Tokeneyez420 avatar Oct 29 '25 04:10 Tokeneyez420