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: deploy.sh uses bundled scripts/env_config.py instead of repo-relative $LIB_DIR
All 3 inline Python blocks now use $ENV_CONFIG_DIR which checks:
1. $SKILL_DIR/scripts/env_config.py (bundled copy)
2. $LIB_DIR/env_config.py (repo lib/)
Fixes ModuleNotFoundError when installed at ~/.aegis-ai/skills/
0 commit comments