-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
javierfajardo85-rgb has created PR #2817: docs: add MAI-1 agent contract to AGENTS.md (self-contained, no external URLs) in mongo-python-driver
Issue Text:
Following up after the earlier PR was closed.
The previous version referenced an external URL. This version is entirely self-contained: the MAI-1 contract block lives in this file, no external services are queried, and there are no automatic network calls.
*What it adds:* a machine-readable block that lets AI coding agents (Claude Code, GitHub Copilot, Cursor, Gemini CLI) discover how to install and invoke this library — without parsing the full README.
```json
{
"aid": "mongo-python-driver-v1",
"logic": { "input_schema":
},
"trust":
,
"action":
}
```
No build step, no dependency, no network call. Maintainers can edit it like any other docs. Feel free to close if it still doesn't fit.