linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add unified configuration for coding agents
@ 2025-08-09 23:40 Sasha Levin
  2025-08-09 23:40 ` [PATCH v2 1/2] README: restructure with role-based documentation and guidelines Sasha Levin
  2025-08-09 23:40 ` [PATCH v2 2/2] agents: add unified agent coding assistant configuration Sasha Levin
  0 siblings, 2 replies; 14+ messages in thread
From: Sasha Levin @ 2025-08-09 23:40 UTC (permalink / raw)
  To: sashal
  Cc: corbet, josh, kees, konstantin, linux-doc, linux-kernel, rostedt,
	workflows

This patch series adds unified configuration and documentation for coding
agents working with the Linux kernel codebase. As coding agents become
increasingly common in software development, it's important to establish
clear guidelines for their use in kernel development.

The series consists of two patches:

1. README: restructure with role-based documentation and guidelines
   - Reorganizes README to provide targeted documentation paths for
     different user roles (developers, researchers, security experts,
     maintainers, and AI coding assistants)
   - Adds quick start section and essential documentation links
   - Establishes proper attribution requirements for AI-assisted
     contributions using Assisted-by tags with agent details

2. agents: add unified agent coding assistant configuration
   - Creates configuration files for major coding agents (Claude,
     GitHub Copilot, Cursor, Codeium, Continue, Windsurf, and Gemini)
   - Uses @README references to point all agents to the central
     documentation, ensuring consistency across tools

The agent configuration files now use @README references instead of
symlinks.

Example agent attribution in commits:

    Assisted-by: Claude-claude-3-opus-20240229 checkpatch

This ensures full transparency about agent involvement in code development
while maintaining proper attribution standards.

Sasha Levin (2):
  README: restructure with role-based documentation and guidelines
  agents: add unified agent coding assistant configuration

 .codeium/instructions.md        |   1 +
 .continue/context.md            |   1 +
 .cursorrules                    |   1 +
 .github/copilot-instructions.md |   1 +
 .gitignore                      |  10 ++
 .windsurfrules                  |   1 +
 CLAUDE.md                       |   1 +
 GEMINI.md                       |   1 +
 README                          | 184 ++++++++++++++++++++++++++++++--
 9 files changed, 190 insertions(+), 11 deletions(-)
 create mode 100644 .codeium/instructions.md
 create mode 100644 .continue/context.md
 create mode 100644 .cursorrules
 create mode 100644 .github/copilot-instructions.md
 create mode 100644 .windsurfrules
 create mode 100644 CLAUDE.md
 create mode 100644 GEMINI.md

-- 
2.39.5


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-08-15  6:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-09 23:40 [PATCH v2 0/2] Add unified configuration for coding agents Sasha Levin
2025-08-09 23:40 ` [PATCH v2 1/2] README: restructure with role-based documentation and guidelines Sasha Levin
2025-08-10 15:44   ` Joe Perches
2025-08-10 16:46     ` Sasha Levin
2025-08-11  0:10       ` Joe Perches
2025-08-11  0:06   ` Randy Dunlap
2025-08-11  8:22   ` Geert Uytterhoeven
2025-08-11 15:48     ` Sasha Levin
2025-08-15  6:19   ` Kees Cook
2025-08-09 23:40 ` [PATCH v2 2/2] agents: add unified agent coding assistant configuration Sasha Levin
2025-08-10  7:01   ` Greg KH
2025-08-10 14:22     ` Sasha Levin
2025-08-14  0:36       ` Steven Rostedt
2025-08-15  6:23   ` Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).