From 6fe8f411652194c561ed2b0ca2c7ddfda20f41ca Mon Sep 17 00:00:00 2001 From: Kailas Mahavarkar <66670953+KailasMahavarkar@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:55:35 +0530 Subject: [PATCH] chore(release): 1.3.1 - pin codemode inline-only fix Patch: bumps all manifests 1.3.0 -> 1.3.1. No code/count change (codemode was a skill-body edit). On merge, publish.yml creates release v1.3.1 + ghcr :1.3.1. --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- CHANGELOG.md | 5 +++++ gemini-extension.json | 2 +- package.json | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 116727d..eefbdce 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,14 +9,14 @@ }, "metadata": { "description": "Disciplined MCP server + skill system. Iron Laws, 1% Rule, rationalization tables, SessionStart hook injection.", - "version": "1.3.0" + "version": "1.3.1" }, "plugins": [ { "name": "hyperstack", "source": "./", "description": "Disciplined MCP server + skill system. 12 plugins and 80 tools covering designer, shadcn/ui, design tokens, ui/ux, React Flow v12, Motion v12, Lenis, React 19, Echo, Go, Rust. 22 skills with adversarial enforcement.", - "version": "1.3.0", + "version": "1.3.1", "category": "productivity", "strict": true } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 726991b..7b691ff 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "hyperstack", "displayName": "Hyperstack", "description": "Disciplined MCP server + skill system. 12 plugins and 80 tools covering designer (6 personalities, 13 page templates, 9 presets), shadcn/ui, design tokens, ui/ux, React Flow v12, Motion v12, Lenis, React 19, Echo, Go, and Rust. 22 skills with adversarial enforcement: Iron Laws, 1% Rule, rationalization tables, and SessionStart hook injection. Forces your agent to use real docs, real DESIGN.md contracts, and real verification before shipping.", - "version": "1.3.0", + "version": "1.3.1", "author": { "name": "Orkait", "email": "orkaitsolutions@gmail.com" diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 7c703ae..1495332 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "hyperstack", "displayName": "Hyperstack", "description": "Senior Staff Engineer persona + domain knowledge MCP server for React Flow, Motion, Go, Rust, design tokens, and more", - "version": "1.3.0", + "version": "1.3.1", "author": { "name": "Orkait", "email": "orkaitsolutions@gmail.com" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8908902..319eeb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to Hyperstack are documented here. Format follows Keep a Changelog; versioning is SemVer. +## [1.3.1] - 2026-06-24 + +### Fixed +- **`codemode`**: now runs as a single inline agent - never dispatches parallel subagents. The Iron Law gains "RUN INLINE - NEVER DISPATCH PARALLEL SUBAGENTS"; the loading discipline reads load-bearing files inline and uses `rg`/`fd`/git for breadth; the Phase 2 fan-out-agents instruction is removed. + ## [1.3.0] - 2026-06-22 ### Added diff --git a/gemini-extension.json b/gemini-extension.json index 0955772..318bec8 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "hyperstack", "description": "Disciplined MCP server + skill system. 12 plugins, 80 tools, 22 skills with adversarial enforcement. Designer/DESIGN.md pipeline, shadcn/ui, React Flow, Motion, Lenis, React 19, Echo, Go, Rust, design tokens, UI/UX.", - "version": "1.3.0", + "version": "1.3.1", "contextFileName": "GEMINI.md" } diff --git a/package.json b/package.json index 0f00afa..2739b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orkait-ai/hyperstack", - "version": "1.3.0", + "version": "1.3.1", "description": "Disciplined MCP server + skill system. 16 plugins, 117 tools, 27 skills, 3 personas with adversarial enforcement. Personas (product-manager gate; marketing + reflect capabilities), Designer/DESIGN.md pipeline, shadcn/ui, React Flow, Motion, Lenis, React 19, Echo, Go, Rust, design tokens, UI/UX.", "bin": { "hyperstack": "bin/hyperstack.mjs"