You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root AGENTS.md (symlinked as CLAUDE.md) is for contributors working
on the project. Add a pointer to python/datafusion/AGENTS.md which is
the user-facing DataFrame API guide shipped with the package. Also add
the Apache license header to the package AGENTS.md.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: AGENTS.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,14 @@
17
17
under the License.
18
18
-->
19
19
20
-
# Agent Instructions
20
+
# Agent Instructions for Contributors
21
+
22
+
This file is for agents working **on** the datafusion-python project (developing,
23
+
testing, reviewing). If you need to **use** the DataFusion DataFrame API (write
24
+
queries, build expressions, understand available functions), see the user-facing
25
+
guide at [`python/datafusion/AGENTS.md`](python/datafusion/AGENTS.md).
26
+
27
+
## Skills
21
28
22
29
This project uses AI agent skills stored in `.ai/skills/`. Each skill is a directory containing a `SKILL.md` file with instructions for performing a specific task.
0 commit comments