Skip to content

Commit 8dd36c1

Browse files
timsaucerclaude
andcommitted
docs: drop literal Cargo.toml version from audit-skill-md inputs
Replace literal `version = "53.0.0"` example with a pointer to the `[workspace.package]` field plus an `NN.0.0` placeholder so the skill prose does not drift each major bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 06f8530 commit 8dd36c1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.ai/skills/audit-skill-md/SKILL.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ Before producing the report:
7575
2. The relevant Python module(s) for the chosen scope. Public surface is the
7676
`__all__` list (where defined) plus `class` and `def` symbols not prefixed
7777
with `_`.
78-
3. `Cargo.toml` (root) for the current `datafusion-python` version (e.g.,
79-
`version = "53.0.0"`). The major version always matches the upstream
80-
`datafusion` crate, so a single `datafusion-python` version expresses
81-
both. `python/datafusion/__init__.py`'s `__version__` is the same value
78+
3. `Cargo.toml` (root) for the current `datafusion-python` version — read
79+
the `version` field under `[workspace.package]` (format `NN.0.0`). The
80+
major version always matches the upstream `datafusion` crate, so a
81+
single `datafusion-python` version expresses both.
82+
`python/datafusion/__init__.py`'s `__version__` is the same value
8283
exposed at runtime.
8384
4. Recent commits touching the relevant module(s) for context on what
8485
changed since the last sync:

0 commit comments

Comments
 (0)