24 lines
804 B
JSON
24 lines
804 B
JSON
{
|
|
"name": "gitea",
|
|
"version": "0.1.0",
|
|
"description": "Gitea issue integration: fetch/create/list/close tickets, post comments, scaffold labels. Workpad-aware.",
|
|
"author": {
|
|
"name": "Gabor Korber",
|
|
"email": "gab@g4b.org"
|
|
},
|
|
"skills": "./skills/",
|
|
"interface": {
|
|
"displayName": "Gitea",
|
|
"shortDescription": "Work with Gitea tickets from Codex.",
|
|
"longDescription": "Fetch, create, list, close, and comment on Gitea issues using self-contained uv scripts, with workpad-aware workflows.",
|
|
"developerName": "Gabor Korber",
|
|
"category": "Productivity",
|
|
"capabilities": ["Skills", "Scripts"],
|
|
"defaultPrompt": [
|
|
"Fetch this Gitea ticket for context.",
|
|
"Create a Gitea issue from this goal.",
|
|
"Post this report as a Gitea comment."
|
|
]
|
|
}
|
|
}
|