You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix vocab generation: use vocab CLI instead of vocab2md.py (#48)
PR #46 switched from `vocab markdown` to `python vocab2md.py`, but
vocab2md.py requires rdflib which isn't in requirements.txt.
The workflow already installs vocab_tools via pipx, which provides
the `vocab` CLI. This reverts to using that CLI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments