rename: spaghetti-ue5 → unreal-workbench (public name)
Searchable ('unreal' is the marketplace keyword), professional, short (16
chars). 'Spaghetti' stays as the brand layer (description + author fields).
Repo + plugin.json name aligned.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Spaghetti UE5 Agent Plugin
|
# Unreal Workbench — Agent Plugin
|
||||||
|
|
||||||
Agent Plugins 1.0.0 distribution package for [Spaghetti Unreal AI Workbench](https://spaghetti.gg) — AI-powered tools for Unreal Engine 5.8 developers.
|
Agent Plugins 1.0.0 distribution package for [Spaghetti Unreal AI Workbench](https://spaghetti.gg) — AI-powered tools for Unreal Engine 5.8 developers.
|
||||||
|
|
||||||
@@ -15,13 +15,13 @@ Connects your AI coding assistant (Claude Code, Cursor, Codex, etc.) to the Spag
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Universal installer (detects Claude Code, Cursor, Codex, VS Code, etc.)
|
# Universal installer (detects Claude Code, Cursor, Codex, VS Code, etc.)
|
||||||
npx plugins add Tinirau/ue5-agent-plugin
|
npx plugins add Tinirau/unreal-workbench
|
||||||
|
|
||||||
# Dry-run to inspect before installing
|
# Dry-run to inspect before installing
|
||||||
npx plugins discover Tinirau/ue5-agent-plugin
|
npx plugins discover Tinirau/unreal-workbench
|
||||||
|
|
||||||
# Or, in Claude Code:
|
# Or, in Claude Code:
|
||||||
/plugin marketplace add Tinirau/ue5-agent-plugin
|
/plugin marketplace add Tinirau/unreal-workbench
|
||||||
```
|
```
|
||||||
|
|
||||||
## Authentication
|
## Authentication
|
||||||
@@ -44,7 +44,7 @@ Get these from your [spaghetti.gg dashboard](https://spaghetti.gg/dashboard). Th
|
|||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
ue5-agent-plugin/
|
unreal-workbench/
|
||||||
├── plugin.json # Agent Plugins 1.0.0 manifest
|
├── plugin.json # Agent Plugins 1.0.0 manifest
|
||||||
├── mcp.json # streamable-http → mcp.spaghetti.gg (OAuth, no embedded secrets)
|
├── mcp.json # streamable-http → mcp.spaghetti.gg (OAuth, no embedded secrets)
|
||||||
├── skills/
|
├── skills/
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
||||||
"name": "spaghetti-ue5",
|
"name": "unreal-workbench",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Unreal Engine 5 agent tools — crash analysis, asset auditing, knowledge base, code generation. Powered by Spaghetti Unreal AI Workbench.",
|
"description": "Unreal Engine 5 agent tools — crash analysis, asset auditing, knowledge base, code generation. Powered by Spaghetti Unreal AI Workbench.",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
"url": "https://spaghetti.gg"
|
"url": "https://spaghetti.gg"
|
||||||
},
|
},
|
||||||
"homepage": "https://spaghetti.gg",
|
"homepage": "https://spaghetti.gg",
|
||||||
"repository": "https://git.tinirau.com/Tinirau/ue5-agent-plugin",
|
"repository": "https://git.tinirau.com/Tinirau/unreal-workbench",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": ["unreal", "ue5", "spaghetti", "mcp", "game-development", "ai"]
|
"keywords": ["unreal", "ue5", "spaghetti", "mcp", "game-development", "ai"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user