Commit e461499
docs: wire new contributor skills and plan-comparison diagnostic into AGENTS.md
- List the three contributor skills (`check-upstream`,
`write-dataframe-code`, `audit-skill-md`) under the Skills section so
agents know what tools they have before starting work.
- Document the plan-comparison diagnostic workflow (comparing
`ctx.sql(...).optimized_logical_plan()` against a DataFrame's
`optimized_logical_plan()` via `LogicalPlan.__eq__`) for translating
SQL queries to DataFrame form. Points at the full write-up in the
`write-dataframe-code` skill rather than duplicating it.
`CLAUDE.md` is a symlink to `AGENTS.md`, so the change lands in both.
Implements PR 4f of the plan in #1394.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a3f19a9 commit e461499
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
36 | 65 | | |
37 | 66 | | |
38 | 67 | | |
| |||
0 commit comments