Netflix accidentally shipped a Claude.md file

(reddit.com)

7 points | by Ozzie_osman 15 hours ago ago

4 comments

  • Greenpants 12 hours ago ago

    Agent-related files should've been dot-files at least to minimize human error. In fact, I'd been discussing: shouldn't agent instructions exist on a per-developer basis, and thus be an IDE setting for each individual, removed from the repository itself? Agent instructions don't add content to the source code, after all. It's like additional READMEs, but we already have a README.

    • coder-pm 10 hours ago ago

      Not really, the closest analogy: Makefile or .editorconfig - it's created for a tool, committed on purpose.

      • moritzwarhier an hour ago ago

        What .editorconfig has in common with CLAUDE.md and similar files, is that they should be shared among the team.

        Individual guidelines can live in a dot-prefixed subdirectory or the users $HOME.

        This is what they already provide.

        So it's possible (but not necessary) to add personal pre-prompts, but the shared best-practises and, more importantly, learnings, can be comitted and pushed.

        What's exposed on a web server is a different topic, and when that is your repo's root dir, you've done something wrong either way.

  • coder-pm 14 hours ago ago

    Hah I don't really trust these "accidental leaks"...