redmine: Plugin für Redmine via REST-API hinzufügen

Self-contained redmine.py (me/projects/issues/show/create/update/comment/
meta) mit Namensaufloesung (Projekt/Tracker/Status/Prioritaet). SKILL.md,
plugin.json, Beispiel-Konfig; Eintrag in marketplace.json und README.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sko
2026-08-28 09:42:25 +02:00
co-authored by Claude Opus 4.8
parent 28ec699e51
commit dc3e6a0c68
6 changed files with 390 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"name": "redmine",
"version": "0.1.0",
"description": "Redmine via REST-API: Projekte/Tickets auflisten, anlegen, aktualisieren, kommentieren (redmine.py).",
"author": {
"name": "inmedias.it"
}
}