lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250809234008.1540324-1-sashal@kernel.org>
Date: Sat,  9 Aug 2025 19:40:06 -0400
From: Sasha Levin <sashal@...nel.org>
To: sashal@...nel.org
Cc: corbet@....net,
	josh@...htriplett.org,
	kees@...nel.org,
	konstantin@...uxfoundation.org,
	linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	rostedt@...dmis.org,
	workflows@...r.kernel.org
Subject: [PATCH v2 0/2] Add unified configuration for coding agents

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ