중간 저장
This commit is contained in:
29
plugins/cut-design-debugger/.codex-plugin/plugin.json
Normal file
29
plugins/cut-design-debugger/.codex-plugin/plugin.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user