T
traeai
登录
返回首页
Simon Willison's Weblog

sqlite AGENTS.md

7.2Score

TL;DR · AI 摘要

SQLite 引入 AGENTS.md 文件,明确拒绝接受自动化代码提交,但欢迎人工审查的证明性拉取请求和带有可复现测试用例的代理提交的错误报告。

核心要点

  • SQLite 不接受自动化代码提交。
  • 欢迎人工审查的证明性拉取请求。
  • 错误报告需附带可复现测试用例。

结构提纲

按章节快速跳转。

  1. SQLite 引入 AGENTS.md 文件,旨在指导代理如何与其代码库交互。

  2. SQLite 明确拒绝接受自动化代码提交,但会审查人工提交的证明性拉取请求。

  3. SQLite 接受带有可复现测试用例的代理提交的错误报告,并欢迎文档性质的补丁。

  4. 最近的提交加强了不接受自动化代码的声明,并将 AI 生成的错误报告转移到新的 SQLite Bug Forum。

思维导图

用一张图看清主题之间的关系。

查看大纲文本(无障碍 / 无 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.

    AGENTS.md 文件

    ⬇︎ 下载 PNG𝕏 分享到 X
  • SQLite does not accept pull requests without prior agreement and/or accompanying legal paperwork that places the pull request in the public domain.

    AGENTS.md 文件

    ⬇︎ 下载 PNG𝕏 分享到 X
  • D. Richard Hipp is resolving issues on there with a flurry of commits to the codebase.

    SQLite 论坛帖子

    ⬇︎ 下载 PNG𝕏 分享到 X
#SQLite#AGENTS.md#自动化代码#错误报告
打开原文

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.

AI 可能会生成不准确的信息,请核实重要内容

sqlite AGENTS.md | Simon Willison's Weblog | traeai