Your team has three requirements for how Claude Code should behave in your project:
Claude must never modify files in the db/migrations/ directory.
Claude should prefer your custom logging module over console.log.
All TypeScript files must be auto-formatted with Prettier after every edit.
All three requirements are currently written as instructions inside your project's CLAUDE.md file. During a complex refactoring session, a developer discovers that Claude edited a migration file, violating requirement #1.
How should you restructure these requirements across Claude Code's configuration mechanisms?
Community Discussion
No comments yet. Be the first to start the discussion!
Community Discussion