1acb5c6fff
The `from . import bird_x` in __init__.py caused ImportError for all other module imports (youtube_yt, render, etc.) when bird_x had issues, crashing the entire script in Codex. Making it a bare package marker lets Python resolve `from lib import X` normally. Added scripts/sync.sh to deploy to all three skill locations (~/.claude, ~/.agents, ~/.codex) with import verification. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
29 B
Python
2 lines
29 B
Python
# last30days library modules
|