Skip to content

Commit 4b6cef9

Browse files
obraclaude
andcommitted
chore: bump version to 4.1.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 03087b1 commit 4b6cef9

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "superpowers",
33
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"author": {
66
"name": "Jesse Vincent",
77
"email": "jesse@fsck.com"

RELEASE-NOTES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Superpowers Release Notes
22

3+
## v4.1.1 (2026-01-23)
4+
5+
### Fixes
6+
7+
**OpenCode: Standardized on `plugins/` directory per official docs (#343)**
8+
9+
OpenCode's official documentation uses `~/.config/opencode/plugins/` (plural). Our docs previously used `plugin/` (singular). While OpenCode accepts both forms, we've standardized on the official convention to avoid confusion.
10+
11+
Changes:
12+
- Renamed `.opencode/plugin/` to `.opencode/plugins/` in repo structure
13+
- Updated all installation docs (INSTALL.md, README.opencode.md) across all platforms
14+
- Updated test scripts to match
15+
16+
**OpenCode: Fixed symlink instructions (#339, #342)**
17+
18+
- Added explicit `rm` before `ln -s` (fixes "file already exists" errors on reinstall)
19+
- Added missing skills symlink step that was absent from INSTALL.md
20+
- Updated from deprecated `use_skill`/`find_skills` to native `skill` tool references
21+
22+
---
23+
324
## v4.1.0 (2026-01-23)
425

526
### Breaking Changes

0 commit comments

Comments
 (0)