Skip to content

Commit 20b9bb9

Browse files
committed
Fix skill to ask Python path
1 parent c0fda58 commit 20b9bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/skills/ir-first-feature/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ bar; llc accepts plenty of subtly wrong IR.
6868
- **Never read/cat/grep `vmlinux.py` or `vmlinux.h`** — generated, enormous, will
6969
exhaust context. Probe with one-liners:
7070
`.venv/bin/python -c "import vmlinux; print(vmlinux.struct_x._fields_[:3])"`
71-
- Use `.venv/bin/python`; the system python has no llvmlite.
71+
- Ask the dev which Python binary to use, and remember that for future. The original authors use `.venv/bin/python` as their system python has no llvmlite.
7272
- Atomic commits, `Core:`/`Tests:` subject prefixes, one logical change each.

0 commit comments

Comments
 (0)