跳转到主要内容

What’s Changed [0.1.4] - 2026-05-15

Fixed

  • Superpowers redundant project-level install: comet init now 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 init now passes --agent flag to skills 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() accepts selectedPlatforms parameter to scope global detection to user-chosen platforms only
  • installSuperpowersForPlatform() replaced with installSuperpowersForPlatforms() that accepts platform IDs and maps them to skills CLI agent names via SKILLS_AGENT_MAP