Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 2.42 KB

File metadata and controls

71 lines (51 loc) · 2.42 KB

CLAUDE.local.md — Personal Overrides

This file is gitignored. It's for YOUR personal preferences — things that shouldn't be shared with the team.

When to use this vs CLAUDE.md:

  • CLAUDE.md = team rules (checked into git, everyone follows them)
  • CLAUDE.local.md = personal preferences (gitignored, only affects you)

My Identity

  • GitHub: YourUsername
  • SSH: git@github.com:YourUsername/<repo>.git

Communication Style

Commit Preferences

  • When creating commits, use conventional commit format (feat:, fix:, docs:, etc.)

Testing Preferences

Deployment Preferences

Code Style

Personal Workflows

Local Environment

  • Node version: 20.x
  • Package manager: pnpm
  • OS: (your OS here)

Project-Specific Notes