Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading