There isn’t currently an official policy on the use of AI tools with the Klipper code.
I don’t see an issue in using these types of tools to analyze or audit the code.
For code generated using these tools, I’d almost certainly look to follow the policies of other popular open source projects. Alas, it doesn’t seem like there is much of a consensus at this time. I think for the time being, we should continue to monitor what other major projects do.
In case anyone is curious, I did some quick searches and found some existing policies:
- Code provenance — QEMU documentation
- Generative AI Policy | Linux Foundation
- Firefox AI Coding Policy — Firefox Source Docs documentation
- Interestingly, I did not find an official policy for contributions to the Linux kernel.
-Kevin