Skip to content

Commit 43ecf1a

Browse files
timsaucerclaude
andcommitted
docs(skills): drop references to PYSPARK_ALIGNMENT_PLAN.md
The plan file is a working document, not a committed artifact, so skills must not point at it. Inline the one substantive reference (the "deferred to follow-up PRs" callout in make-pythonic) and drop the cross-cutting pointer from check-upstream. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e2eceb4 commit 43ecf1a

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.ai/skills/check-upstream/SKILL.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ namespace while pyspark's single-positional form continues to work.
244244
aliases another function's Rust binding.
245245
4. Report functions that are missing from the Python spark namespace.
246246

247-
**Cross-cutting reference:** The longer-form roadmap for spark coverage
248-
lives in `PYSPARK_ALIGNMENT_PLAN.md` (root of repo). Use it as the source
249-
of truth for which gaps are intentionally deferred vs. ready to land.
250-
251247
### 9. `__all__` Hygiene (functions.py and functions/spark.py)
252248

253249
Independent of upstream parity, also flag public `def` symbols in

.ai/skills/make-pythonic/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ still on-brand:
4444
takes `format: str | Column`; the spark wrapper already auto-promotes a
4545
plain `str` to a literal — keep parity.
4646
- **Strictly additive optional kwargs** that pyspark also has (e.g.
47-
`like(escapeChar=...)`). These belong in the [PYSPARK_ALIGNMENT_PLAN.md]
48-
follow-up PRs, not in a make-pythonic pass.
47+
`like(escapeChar=...)`). These belong in pyspark-alignment follow-up
48+
PRs, not in a make-pythonic pass.
4949

5050
If the user explicitly scopes to "spark", validate parity with pyspark
5151
rather than applying generic coercion.

0 commit comments

Comments
 (0)