Skip to content

Doctor v3.0.1 — Feedback Fixes

Latest

Choose a tag to compare

@SomeStay07 SomeStay07 released this 26 Feb 14:15
· 2 commits to main since this release
1a9ccd9

Doctor v3.0.1 — Feedback Fixes

7 improvements based on real-world feedback from production monorepo audit.

False positive fixes

  • .pub SSH public keys no longer flagged as secrets
  • install-hooks.sh not required when Husky/Lefthook with prepare script is used
  • CLAUDE.md > 300 lines is acceptable for monorepos with 5+ services and .claude/rules/

Severity adjustments

  • SAST downgraded to yellow when custom security rules exist
  • PostToolUse downgraded to blue when PreToolUse hooks are configured

Count accuracy

  • console.log count excludes DEV-guarded lines (import.meta.env.DEV, isDev, __DEV__)
  • NestJS @nestjs/common recognized as structured logging

Update

curl -sSL https://raw.githubusercontent.com/SomeStay07/claude-doctor-skill/main/install.sh | bash