On Sat, Aug 09, 2025 at 07:40:08PM -0400, Sasha Levin wrote: > Create a single source of truth for agent instructions with > symlinks for all major coding agents: > - CLAUDE.md (Claude Code) > - .github/copilot-instructions.md (GitHub Copilot) > - .cursorrules (Cursor) > - .codeium/instructions.md (Codeium) > - .continue/context.md (Continue) > - .windsurfrules (Windsurf) > - GEMINI.md (Gemini) Having these non-dot-files in the root directory for just specific closed source tools feels a bit wrong to me. I thought all of these tools were standardizing on "use README" and didn't need these extra helpers? The fact that most of them just contain README seems like that's the case, they just need to work it out somehow? Anyway, I'd not like this patch to be added (patch 1/2 is great), as it feels like these agents need to get their act together in ways to not need these, we shouldn't be forced to deal with their inefficiencies. thanks, greg k-h