← 返回列表

sqlite AGENTS.md

Simon Willison 3 信息等级 3 1 噪音/剔除;2 较弱;3 普通事实;4 重要行业动态;5 极重大事件。该分数是信息显著性,不是投资建议。 发布:2026-05-27T23:44 抓取:2026-05-28 04:13
🔗 原文链接
摘要

SQLite 新增 AGENTS.md 文件,明确不接受 AI 代理直接提交代码,但接受代理生成的 bug 报告(含可复现测试用例或修复补丁)。同时,因 AI 生成的 bug 报告泛滥,SQLite 论坛已拆分出新的 Bug 论坛,由 D. Richard Hipp 负责处理。

客观事实
  • SQLite 新增 AGENTS.md 文件,明确不接受 agentic 代码。
  • SQLite 论坛因 AI 生成 bug 报告过多,已拆分出新的 Bug 论坛。
SQLite AGENTS.md SQLite Bug Forum D. Richard Hipp

原文

sqlite AGENTS.md

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.

Via Alex Garcia on the Datasette Discord

Tags: sqlite, ai, d-richard-hipp, generative-ai, llms, coding-agents, ai-security-research