False Positives in Claude Flow files when doing a git push
βΏ Β 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
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