Skip to content

Commit 11bb9b3

Browse files
timsaucerclaude
andcommitted
Clarify audience of root vs package AGENTS.md
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>
1 parent 8d86234 commit 11bb9b3

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@
1717
under the License.
1818
-->
1919

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
2128

2229
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.
2330

python/datafusion/AGENTS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<!---
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
120
# DataFusion Python DataFrame API Guide
221

322
## What Is DataFusion?

0 commit comments

Comments
 (0)