docs(contribute): add AI coding assistant policy

Adopt a policy for AI-assisted contributions modeled on the Linux
kernel's coding-assistants document: the human submitter is the author
and accountable for every line, an AI tool never appears in authorship
or Signed-off-by tags, licensing follows the LF Generative AI Policy,
and disclosure via an Assisted-by trailer is required.

Summarize the policy in CONTRIBUTING.md and add it to the docs sidebar.
The commit and pr skills keep their disclosure and sign-off rules but do
not link the policy: files loaded into every agent session are standing
context, not rules applied on demand, so pointing at the policy from
there invites agents to pull it in and biases unrelated work.

Assisted-by: Claude:claude-opus-4-8[1m]
Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche
2026-07-23 08:49:51 -07:00
parent 882aaea5dc
commit a2f1bb7c34
6 changed files with 100 additions and 5 deletions

View File

@@ -953,6 +953,7 @@
- [Support](contribute/support.md)
- [Source Code Management](contribute/code.md)
- [GIT Examples](contribute/git_examples.md)
- [AI Coding Assistants](contribute/ai_assistants.md)
- [Documentation](contribute/docs.md)
- [Translation](contribute/translation.md)
- [Terminology/Notation](contribute/notation.md)