Files
Tornado3_2026Election/plugins/cut-design-debugger/.codex-plugin/plugin.json
2026-04-22 13:30:24 +09:00

30 lines
944 B
JSON

{
"name": "cut-design-debugger",
"version": "0.1.0",
"description": "Repository-local tools for changing and validating Tornado3/Karisma election cuts.",
"keywords": [
"tornado3",
"karisma",
"election-cuts"
],
"skills": "./skills/",
"interface": {
"displayName": "Cut Design Debugger",
"shortDescription": "Modify, inspect, and validate Tornado3 election cuts.",
"longDescription": "Use repo-local skills and validation wrappers to change cut layouts, debug scene mappings, and verify Karisma output.",
"developerName": "Repo Local",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write",
"Debug"
],
"defaultPrompt": [
"Inspect this cut and make the smallest safe design change.",
"Find why this cut is missing scene values or assets.",
"Run validation for this cut and summarize what failed."
],
"brandColor": "#2563EB"
}
}