TL;DR
SQLite recently added an AGENTS.md file to guide AI agents and automated tools interacting with its codebase. The file clarifies SQLite's contribution policy: pull requests require prior legal agreement and public domain placement, though developers will review well-written proof-of-concept submissions before reimplementing changes.
✦ Why It Matters
Developers using AI coding assistants can now understand SQLite's contribution requirements before submitting changes, avoiding rejected pull requests.
Key Takeaways
Full Summary
SQLite's new AGENTS.md file outlines its policy regarding contributions from AI agents, stating that it will not accept agentic code submissions. Instead, the project welcomes agentic bug reports that include reproducible test cases, while concise pull requests can be reviewed as proof-of-concept.
A recent commit strengthened the language around the rejection of agentic code, reflecting the project's commitment to maintaining quality. The decision to create a separate SQLite Bug Forum was prompted by a surge of AI-generated bug reports, which varied significantly in quality.
D. Richard Hipp, the project's lead, is actively addressing issues on this new forum, demonstrating a proactive approach to managing contributions.
This initiative aims to streamline the bug reporting process and ensure that only actionable reports are considered.
Related