sqlite AGENTS.md
TL;DR · AI 摘要
SQLite 引入 AGENTS.md 文件,明确拒绝接受自动化代码提交,但欢迎人工审查的证明性拉取请求和带有可复现测试用例的代理提交的错误报告。
核心要点
- SQLite 不接受自动化代码提交。
- 欢迎人工审查的证明性拉取请求。
- 错误报告需附带可复现测试用例。
结构提纲
按章节快速跳转。
思维导图
用一张图看清主题之间的关系。
查看大纲文本(无障碍 / 无 JS 友好)
- SQLite AGENTS.md
金句 / Highlights
值得收藏与分享的关键句。
SQLite does not accept agentic code. However the project will accept agentic bug reports that include a reproducible test case.
SQLite does not accept pull requests without prior agreement and/or accompanying legal paperwork that places the pull request in the public domain.
D. Richard Hipp is resolving issues on there with a flurry of commits to the codebase.
27th May 2026 - Link Blog
[sqlite AGENTS.md](https://github.com/sqlite/sqlite/blob/master/AGENTS.md) ([via](https://discord.com/channels/823971286308356157/1097032579812687943/1507447792598253748 "Alex Garcia on the Datasette Discord")) 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 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.
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.
The most recent commit to that file removed the word "(currently)" from "SQLite does not accept agentic code, with the commit message "Strengthen the statement about not accepting agentic code".
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.