From dcff19ec6852878dfaa4a2f6cda821fbb17a55b0 Mon Sep 17 00:00:00 2001 From: mathias-heide Date: Fri, 11 Sep 2026 10:36:59 -0700 Subject: [PATCH] release: 3.1.1 Co-Authored-By: Claude Fable 5.1 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- .factory-plugin/plugin.json | 2 +- CHANGELOG.md | 5 ++++- gemini-extension.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- registry/generated/gemini-extension.json | 2 +- registry/generated/marketplace.claude.json | 2 +- registry/generated/plugin.claude.json | 2 +- registry/generated/plugin.codex.json | 2 +- registry/generated/plugin.cursor.json | 2 +- registry/generated/plugin.factory.json | 2 +- 15 files changed, 19 insertions(+), 16 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7ebdf71..ee86757 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ { "name": "summer", "source": "./", - "version": "3.1.0", + "version": "3.1.1", "description": "Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 86-tool MCP bridge to the local desktop app.", "author": { "name": "Summer Engine", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 61da994..f51c1a9 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "_generated": "GENERATED from integrations/claude — do not edit; npm run generate:registry", "name": "summer", - "version": "3.1.0", + "version": "3.1.1", "description": "Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 86-tool MCP bridge to the local desktop app.", "author": { "name": "Summer Engine", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 0387af3..b8a8568 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,7 +1,7 @@ { "_generated": "GENERATED from integrations/codex — do not edit; npm run generate:registry", "name": "summer", - "version": "3.1.0", + "version": "3.1.1", "description": "Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 86-tool MCP bridge. Build games by talking.", "author": { "name": "Summer Engine", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index c052ee4..f8b7d7c 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -3,7 +3,7 @@ "_generated": "GENERATED from integrations/cursor — do not edit; npm run generate:registry", "name": "summer", "displayName": "Summer", - "version": "3.1.0", + "version": "3.1.1", "description": "Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 86-tool MCP bridge to the local desktop app.", "author": { "name": "Summer Engine", diff --git a/.factory-plugin/plugin.json b/.factory-plugin/plugin.json index cbbc136..930aad2 100644 --- a/.factory-plugin/plugin.json +++ b/.factory-plugin/plugin.json @@ -2,7 +2,7 @@ "_generated": "GENERATED from integrations/factory — do not edit; npm run generate:registry", "name": "summer", "description": "Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 86-tool MCP bridge to the local desktop app.", - "version": "3.1.0", + "version": "3.1.1", "author": { "name": "Summer Engine", "email": "founders@summerengine.com", diff --git a/CHANGELOG.md b/CHANGELOG.md index b010de4..9398d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ All notable changes to summer-engine will be documented here. Following [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Semantic Versioning](https://semver.org/). -## [Unreleased] +## [3.1.1] - 2026-09-11 + +### Fixed +- `summer setup goose` / `hermes` on an empty config wrote the file as one flow mapping; new files are block-style YAML. ### Changed - Agents whose docs read the agentskills.io folder now install skills to `~/.agents/skills` (project: `.agents/skills`) instead of each agent's own folder: Codex, Cursor, Zed, OpenCode, Copilot in VS Code, Devin Desktop, Amp, Crush, Warp, Kimi Code, Factory Droid, Rovo Dev, Grok Build; Antigravity, Goose, Hermes and Mistral Vibe at project scope. One install serves all of them and "where are the skills" has one answer. `skills install --force` removes the copies 3.1.0 wrote in the old per-agent folders. diff --git a/gemini-extension.json b/gemini-extension.json index 562955d..c6f9ed1 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,7 +1,7 @@ { "_generated": "GENERATED from integrations/gemini — do not edit; npm run generate:registry", "name": "summer", - "version": "3.1.0", + "version": "3.1.1", "description": "Agent tooling for Summer Engine: MCP bridge, context primer, and game-dev skills. Use with the npm CLI for skill files on disk.", "contextFileName": "GEMINI.md", "mcpServers": { diff --git a/package-lock.json b/package-lock.json index 2905e7d..ee61aac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "summer-engine", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "summer-engine", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", diff --git a/package.json b/package.json index ed0c85d..df11d62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "summer-engine", - "version": "3.1.0", + "version": "3.1.1", "description": "Local Summer CLI and MCP server for Summer Engine. Install and run the engine, connect Claude Code, Cursor, Codex, Gemini, and other agents, and build real games with bundled skills, hooks, and plugins.", "keywords": [ "summer-engine", diff --git a/registry/generated/gemini-extension.json b/registry/generated/gemini-extension.json index 562955d..c6f9ed1 100644 --- a/registry/generated/gemini-extension.json +++ b/registry/generated/gemini-extension.json @@ -1,7 +1,7 @@ { "_generated": "GENERATED from integrations/gemini — do not edit; npm run generate:registry", "name": "summer", - "version": "3.1.0", + "version": "3.1.1", "description": "Agent tooling for Summer Engine: MCP bridge, context primer, and game-dev skills. Use with the npm CLI for skill files on disk.", "contextFileName": "GEMINI.md", "mcpServers": { diff --git a/registry/generated/marketplace.claude.json b/registry/generated/marketplace.claude.json index 7ebdf71..ee86757 100644 --- a/registry/generated/marketplace.claude.json +++ b/registry/generated/marketplace.claude.json @@ -11,7 +11,7 @@ { "name": "summer", "source": "./", - "version": "3.1.0", + "version": "3.1.1", "description": "Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 86-tool MCP bridge to the local desktop app.", "author": { "name": "Summer Engine", diff --git a/registry/generated/plugin.claude.json b/registry/generated/plugin.claude.json index 61da994..f51c1a9 100644 --- a/registry/generated/plugin.claude.json +++ b/registry/generated/plugin.claude.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "_generated": "GENERATED from integrations/claude — do not edit; npm run generate:registry", "name": "summer", - "version": "3.1.0", + "version": "3.1.1", "description": "Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 86-tool MCP bridge to the local desktop app.", "author": { "name": "Summer Engine", diff --git a/registry/generated/plugin.codex.json b/registry/generated/plugin.codex.json index 0387af3..b8a8568 100644 --- a/registry/generated/plugin.codex.json +++ b/registry/generated/plugin.codex.json @@ -1,7 +1,7 @@ { "_generated": "GENERATED from integrations/codex — do not edit; npm run generate:registry", "name": "summer", - "version": "3.1.0", + "version": "3.1.1", "description": "Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 86-tool MCP bridge. Build games by talking.", "author": { "name": "Summer Engine", diff --git a/registry/generated/plugin.cursor.json b/registry/generated/plugin.cursor.json index c052ee4..f8b7d7c 100644 --- a/registry/generated/plugin.cursor.json +++ b/registry/generated/plugin.cursor.json @@ -3,7 +3,7 @@ "_generated": "GENERATED from integrations/cursor — do not edit; npm run generate:registry", "name": "summer", "displayName": "Summer", - "version": "3.1.0", + "version": "3.1.1", "description": "Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 86-tool MCP bridge to the local desktop app.", "author": { "name": "Summer Engine", diff --git a/registry/generated/plugin.factory.json b/registry/generated/plugin.factory.json index cbbc136..930aad2 100644 --- a/registry/generated/plugin.factory.json +++ b/registry/generated/plugin.factory.json @@ -2,7 +2,7 @@ "_generated": "GENERATED from integrations/factory — do not edit; npm run generate:registry", "name": "summer", "description": "Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 86-tool MCP bridge to the local desktop app.", - "version": "3.1.0", + "version": "3.1.1", "author": { "name": "Summer Engine", "email": "founders@summerengine.com",