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
Cross-platform skill packaging: Added install.sh (macOS/Linux) and install.ps1 (Windows) installers that create a fresh venv at deploy time
Platform detection in SKILL.md: Commands now use $VENV_PYTHON instead of hardcoded python3, with automatic detection of Windows vs macOS/Linux venv paths
Portable temp directory: config.py uses tempfile.gettempdir() instead of hardcoded /tmp
deploy_skill.py: No longer copies .venv (venv is created by install scripts instead)