What’s Changed [0.1.4] - 2026-05-15
Fixed
- Superpowers redundant project-level install:
comet initnow checks the global directories (~/{platform}/skills/) of all user-selected platforms before installing Superpowers. If Superpowers is already installed globally for any selected platform, the project-level install is skipped - Unwanted
.agents/directory creation:comet initnow passes--agentflag toskills add, targeting only the platforms the user selected. This prevents the skills CLI from auto-detecting and installing to all platforms, which previously created an unnecessary.agents/directory - OpenSpec global detection: Same global-directory fallback logic applied to OpenSpec detection, avoiding redundant OpenSpec installs when already present globally for selected platforms
Changed
hasSkills()acceptsselectedPlatformsparameter to scope global detection to user-chosen platforms onlyinstallSuperpowersForPlatform()replaced withinstallSuperpowersForPlatforms()that accepts platform IDs and maps them to skills CLI agent names viaSKILLS_AGENT_MAP