Update superpowers to v6.1.1#317
Merged
Merged
Conversation
Owner
Pull Request Review
The patch only bumps the pinned No actionable findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.1.0→v6.1.1Release Notes
obra/superpowers (obra/superpowers)
v6.1.1Compare Source
Codex
hookspointer, meaning to stop Codex from installing a SessionStart hook — but with nohooksfield, Codex fell back to auto-discoveringhooks/hooks.json, the Claude Code SessionStart hook that the marketplace ships from the repo root, and re-registered it along with its install-time trust prompt. The Codex manifest now declares an explicit empty hooks object (hooks: {}), which Codex reads as "no hooks" instead of reaching the auto-discovery fallback. An absent field,[], and an empty inline list all collapse back to the fallback, so the value has to be exactly{}.hooks/session-start-codexhad no caller once the Codex hook config was deleted, so it and its redundant test cases are gone. The worked shell-hook example indocs/porting-to-a-new-harness.mdmoves from Codex — now native skill discovery with no session-start hook — to Cursor, a live shell-hook harness, and the stalehooks-codex.jsonpointer indocs/windows/polyglot-hooks.mdis corrected. The Codex plugin category is also fixed to "Developer Tools".Packaging
package-codex-plugin.shfor building the Codex portal package. A maintainer script produces a deterministic Codex "portal" archive —.zipby default,tar.gzon request — that normalizes entry timestamps, preserves executable modes, verifies every packaged skill ships its OpenAI metadata, includes the app and composer icons, and refuses to run against a dirty worktree. The packaged manifest keeps the sourcehooks: {}object so a portal-installed plugin avoids the same SessionStart auto-discovery, and the script can rebuild a byte-identical archive from a saved metadata source. Covered by a new test suite.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.