What’s Changed [0.2.7] - 2026-05-24
Fixed
- OpenSpec global init:
comet initglobal scope now passes the home directory as OpenSpec’s init target instead of using the unsupportedopenspec init --globalflag - Cross-platform path quoting: OpenSpec init targets are shell-quoted for Windows, macOS, and Linux paths, including home directories with spaces
- Installer argument quoting: OpenSpec
--toolsvalues and Superpowers--agentvalues are now shell-quoted, and Windows OpenSpec paths preserve trailing backslashes before the closing quote - Superpowers multi-platform install: Superpowers installation now passes repeated
--agentflags instead of a comma-separated agent list, matching theskillsCLI behavior - Superpowers agent mappings: Updated Comet platform mappings to valid
skillsCLI agent IDs, with unsupported platform-specific IDs falling back touniversal
Tests
- Added regression coverage for OpenSpec global init command construction across Windows, macOS, and Linux
- Added regression coverage for OpenSpec Windows trailing-backslash quoting and quoted installer arguments
- Added Superpowers coverage for valid
skillsCLI agent mappings and multi-agent argument formatting - Smoke-tested project and global initialization outputs for all 28 supported platforms in isolated temporary directories