Re: [RFC 1/2] AI: Add unified AI coding assistant configuration

From: Steven Rostedt
Date: Fri Jul 25 2025 - 14:20:08 EST


On Fri, 25 Jul 2025 13:53:57 -0400
Sasha Levin <sashal@xxxxxxxxxx> wrote:

> Create a single source of truth for AI instructions in
> Documentation/AI/main.md with symlinks for all major AI coding
> assistants:
> - CLAUDE.md (Claude Code)
> - .github/copilot-instructions.md (GitHub Copilot)
> - .cursorrules (Cursor)
> - .codeium/instructions.md (Codeium)
> - .continue/context.md (Continue)
> - .windsurfrules (Windsurf)
> - Documentation/AIder.conf.yml (Aider)

So these AI tools know to read these?

-- Steve


>
> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>