SQLite Does Not Accept Agentic Code

SQLite Does Not Accept Agentic Code

SQLite 不接受智能体(Agentic)生成的代码

SQLite gained an AGENTS.md file five days ago - but it’s not intended for their own development, it’s presumably aimed at people who are pointing agents at the SQLite codebase. It includes: 五天前,SQLite 项目增加了一个 AGENTS.md 文件。但这并非为了项目自身的开发,而是推测旨在针对那些将 AI 智能体指向 SQLite 代码库的用户。文件中写道:

SQLite does not accept pull requests without prior agreement and/or accompanying legal paperwork that places the pull request in the public domain. However, the human SQLite developers will review a concise and well-written pull request as a proof-of-concept prior to reimplementing the changes themselves. 除非事先达成协议和/或附带将该合并请求(Pull Request)置于公共领域的法律文件,否则 SQLite 不接受任何合并请求。不过,SQLite 的人类开发者会在自行重新实现这些更改之前,审阅简洁且编写良好的合并请求,将其作为概念验证(Proof-of-Concept)。

SQLite does not accept agentic code. However the project will accept agentic bug reports that include a reproducible test case. Patches or pull requests demonstrating a possible fix, for documentation purposes, are welcomed. SQLite 不接受智能体生成的代码。但该项目接受包含可复现测试用例的智能体生成的错误报告。出于文档记录目的,欢迎提供展示潜在修复方案的补丁或合并请求。

The most recent commit to that file removed “(currently)” from “SQLite does not (currently) accept agentic code”, with the commit message “Strengthen the statement about not accepting agentic code”. 该文件最近的一次提交删除了“SQLite 目前不接受智能体生成的代码”中的“目前”(currently)一词,提交信息写道:“加强关于不接受智能体生成代码的声明”。

Meanwhile the SQLite forum was being flooded with so many AI-generated bug reports - of varying quality - that they’ve now split those off into a new SQLite Bug Forum. D. Richard Hipp is resolving issues on there with a flurry of commits to the codebase. 与此同时,SQLite 论坛充斥着大量质量参差不齐的 AI 生成的错误报告,以至于他们现在将这些内容拆分到了一个新的“SQLite 错误论坛”(SQLite Bug Forum)中。D. Richard Hipp 正通过一系列密集的代码库提交,在论坛上解决这些问题。