Compare commits

...

2 Commits

Author SHA1 Message Date
Jesse Vincent
94089bdce5 chore: bump version to 3.5.0 2025-11-23 20:04:24 -08:00
Jesse Vincent
9297fd24d5 docs: update release notes with test suite and documentation improvements 2025-11-23 19:52:46 -08:00
3 changed files with 11 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
{ {
"name": "superpowers", "name": "superpowers",
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques", "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
"version": "3.4.0", "version": "3.5.0",
"source": "./", "source": "./",
"author": { "author": {
"name": "Jesse Vincent", "name": "Jesse Vincent",

View File

@@ -1,7 +1,7 @@
{ {
"name": "superpowers", "name": "superpowers",
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques", "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
"version": "3.4.1", "version": "3.5.0",
"author": { "author": {
"name": "Jesse Vincent", "name": "Jesse Vincent",
"email": "jesse@fsck.com" "email": "jesse@fsck.com"

View File

@@ -1,6 +1,6 @@
# Superpowers Release Notes # Superpowers Release Notes
## [Unreleased] ## v3.5.0 (2025-11-23)
### Added ### Added
@@ -12,7 +12,8 @@
- Three-tier skill priority: project > personal > superpowers - Three-tier skill priority: project > personal > superpowers
- Project-local skills support (`.opencode/skills/`) - Project-local skills support (`.opencode/skills/`)
- Shared core module (`lib/skills-core.js`) for code reuse with Codex - Shared core module (`lib/skills-core.js`) for code reuse with Codex
- Installation guide in `.opencode/INSTALL.md` - Automated test suite with proper isolation (`tests/opencode/`)
- Platform-specific documentation (`docs/README.opencode.md`, `docs/README.codex.md`)
### Changed ### Changed
@@ -21,6 +22,12 @@
- Single source of truth for skill discovery and parsing - Single source of truth for skill discovery and parsing
- Codex successfully loads ES modules via Node.js interop - Codex successfully loads ES modules via Node.js interop
- **Improved Documentation**: Rewrote README to explain problem/solution clearly
- Removed duplicate sections and conflicting information
- Added complete workflow description (brainstorm → plan → execute → finish)
- Simplified platform installation instructions
- Emphasized skill-checking protocol over automatic activation claims
--- ---
## v3.4.1 (2025-10-31) ## v3.4.1 (2025-10-31)