mirror of
https://github.com/obra/superpowers.git
synced 2026-04-22 01:19:04 +08:00
Optimize superpowers bootstrap to eliminate redundant skill execution
- Update session-start hook to clarify that using-superpowers content is provided directly - Add explicit guidance to use Skill tool only for other skills - Prevents confusing loop where agents execute using-superpowers manually - Reduces overhead and improves user experience Fixes redundant skill execution in bootstrap workflow.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Superpowers Release Notes
|
||||
|
||||
## v3.4.1 (2025-10-31)
|
||||
|
||||
### Improvements
|
||||
|
||||
- Optimized superpowers bootstrap to eliminate redundant skill execution. The `using-superpowers` skill content is now provided directly in session context, with clear guidance to use the Skill tool only for other skills. This reduces overhead and prevents the confusing loop where agents would execute `using-superpowers` manually despite already having the content from session start.
|
||||
|
||||
## v3.4.0 (2025-10-30)
|
||||
|
||||
### Improvements
|
||||
|
||||
Reference in New Issue
Block a user