PE hyperstack: release 1.5.0 - #141
Merged
Merged
Conversation
…ices merge Bumps every manifest to 1.5.0 and reconciles the advertised counts against the live MCP server: 16 plugins, 121 tools, 29 skills, 4 personas. The README badges, install guide, summary, and CREDITS had been carrying figures from several releases back (12 plugins, 80 tools, 21-22 skills). Also corrects the skills-index regeneration command in the README and summary: the script is scripts/generate-skills-index.ts run under bun, not a shell script.
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.
Cuts 1.5.0. Merging this to main triggers
release-and-publish: av1.5.0GitHub release with generated notes, plus Docker images pushed toghcr.io/orkait/hyperstacktagged1.5.0,main,latest, and the commit sha. 1.4.0 shipped on 2026-07-18; four PRs have landed since and none of them were released.What 1.5.0 contains
worktree-isolationwtg reference refreshed to the current enginereact-pro-coderskill - 56 React/Next.js rules with stable IDspython-pro-coderskill - 60 FastAPI/Pydantic v2/SQLAlchemy 2.0 rulesengineering-discipline+design-patterns-skillmerged intobest-practices, plus four new reference filesCounts reconciled against the running server
Every advertised figure was stale, some by several releases. The numbers below come from
hyperstack_list_pluginson the live MCP server (per-plugin tool lists, summed), not from a file count -src/plugins/*/tools/*.tsovercounts, because not every file in atools/directory registers a tool.Version bump
package.jsonversionpackage-lock.jsonversionandpackages[""].version.claude-plugin/plugin.jsonversion.claude-plugin/marketplace.jsonmetadata.versionandplugins[0].version.cursor-plugin/plugin.jsonversiongemini-extension.jsonversion.cursor-plugin/plugin.jsonhad been missed by previous releases; it was still on 1.4.0 alongside everything else, and is now in the sweep.Also corrected
README.mdandsummary.mdtold contributors to regenerate the skills index withbash scripts/generate-skills-index.sh. That file does not exist - the script isscripts/generate-skills-index.tsand runs under bun (bun run skills:index), which is what CI actually calls.Verification
After merge
The release job only fires when
package.jsoncarries a version with no matching remote tag, so this is the commit that producesv1.5.0. Existing installs pullghcr.io/orkait/hyperstack:mainand pick the change up on their next pull; Claude Code plugin installs are keyed on the version, so 1.5.0 is what makes the new skill set reach them.