mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
coding-assistants: simplify attribution
The requirement to identify specific models used in the Assisted-by tag provides free advertising to proprietary software companies while adding little or no useful information. Change the requirement to simply: Assisted-by: LLM to capture the fact that an LLM was used without tracking which one. Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org> Reviewed-by: Lorenzo Stoakes (ARM) <ljs@kernel.org> Reviewed-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: Jori Koolstra <jkoolstra@xs4all.nl> Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Reviewed-by: David Hildenbrand (arm) <david@kernel.org> Message-ID: <20260701-work-coding-assistants-v1-1-a20a94d1d606@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
4ada4a44b6
commit
816d9992d9
|
|
@ -47,12 +47,8 @@ When AI tools contribute to kernel development, proper attribution
|
|||
helps track the evolving role of AI in the development process.
|
||||
Contributions should include an Assisted-by tag in the following format::
|
||||
|
||||
Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]
|
||||
Assisted-by: LLM [TOOL1] [TOOL2]
|
||||
|
||||
Where:
|
||||
|
||||
* ``AGENT_NAME`` is the name of the AI tool or framework
|
||||
* ``MODEL_VERSION`` is the specific model version used
|
||||
* ``[TOOL1] [TOOL2]`` are optional specialized analysis tools used
|
||||
(e.g., coccinelle, sparse, smatch, clang-tidy)
|
||||
|
||||
|
|
@ -60,4 +56,4 @@ Basic development tools (git, gcc, make, editors) should not be listed.
|
|||
|
||||
Example::
|
||||
|
||||
Assisted-by: Claude:claude-3-opus coccinelle sparse
|
||||
Assisted-by: LLM coccinelle sparse
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user