fix: remove eager import from __init__.py and add sync.sh
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>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
# last30days library modules
|
||||
from . import bird_x
|
||||
|
||||
Reference in New Issue
Block a user