Release v3.3.0: Add experimental Codex support

- Restructured Codex files to .codex/ directory
- Updated README with simplified GitHub URL installation
- Added comprehensive release notes for v3.3.0
- Moved superpowers-codex script to .codex/superpowers-codex
- Updated all path references for new structure
- Installation now uses GitHub raw URL for streamlined setup

Codex support includes:
- Unified superpowers-codex script with bootstrap/use-skill/find-skills
- Cross-platform Node.js implementation
- Namespaced skills (superpowers:skill-name)
- Tool mapping (TodoWrite→update_plan, etc.)
- Clean skill display without frontmatter
- Personal skill override system
This commit is contained in:
Jesse Vincent
2025-10-28 02:15:53 +00:00
parent 5831c4dfea
commit da9f4f1edd
5 changed files with 40 additions and 6 deletions

View File

@@ -41,6 +41,12 @@ Read the introduction: [Superpowers for Claude Code](https://blog.fsck.com/2025/
# /superpowers:execute-plan - Execute plan in batches
```
### Codex Installation (Experimental)
**Note:** Codex support is experimental and may require refinement based on user feedback.
Tell Codex to fetch https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.codex/INSTALL.md and follow the instructions.
## Quick Start
### Using Slash Commands