mirror of
https://github.com/obra/superpowers.git
synced 2026-04-27 03:59:04 +08:00
Compare commits
2 Commits
claude/rev
...
v3.5.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94089bdce5 | ||
|
|
9297fd24d5 |
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user