mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-11 14:05:52 -03:00
Align SAP author blocks on existing entries
Metadata-only refresh per the SAP namespace policy (Florian/Klaus/Avital,
2026-05-04). No slug renames, no new entries.
- sap-mdk-server: expand author from {"name":"SAP"} to the unified
SAP SE block with ospo@sap.com.
- ui5: add unified UI5 author block (openui5@sap.com per Florian's
carve-out for the SAPUI5/OpenUI5 brand).
- ui5-typescript-conversion: same UI5 author block as ui5.
Split out of #1616 to keep that PR scoped to sap-hana-cli only.
This commit is contained in:
parent
76b35e91d1
commit
337096f6b9
@ -1681,7 +1681,9 @@
|
|||||||
"name": "sap-mdk-server",
|
"name": "sap-mdk-server",
|
||||||
"description": "MCP server for SAP Mobile Development Kit (MDK). Build and modify MDK applications with AI assistance — schema lookups, action validation, rule editing, and project scaffolding.",
|
"description": "MCP server for SAP Mobile Development Kit (MDK). Build and modify MDK applications with AI assistance — schema lookups, action validation, rule editing, and project scaffolding.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "SAP"
|
"name": "SAP SE",
|
||||||
|
"email": "ospo@sap.com",
|
||||||
|
"url": "https://www.sap.com"
|
||||||
},
|
},
|
||||||
"category": "development",
|
"category": "development",
|
||||||
"source": {
|
"source": {
|
||||||
@ -2005,6 +2007,11 @@
|
|||||||
{
|
{
|
||||||
"name": "ui5",
|
"name": "ui5",
|
||||||
"description": "SAPUI5 / OpenUI5 plugin for Claude. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.",
|
"description": "SAPUI5 / OpenUI5 plugin for Claude. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.",
|
||||||
|
"author": {
|
||||||
|
"name": "SAP SE",
|
||||||
|
"email": "openui5@sap.com",
|
||||||
|
"url": "https://www.sap.com"
|
||||||
|
},
|
||||||
"category": "development",
|
"category": "development",
|
||||||
"source": {
|
"source": {
|
||||||
"source": "git-subdir",
|
"source": "git-subdir",
|
||||||
@ -2018,6 +2025,11 @@
|
|||||||
{
|
{
|
||||||
"name": "ui5-typescript-conversion",
|
"name": "ui5-typescript-conversion",
|
||||||
"description": "SAPUI5 / OpenUI5 plugin for Claude. Convert JavaScript based UI5 projects to TypeScript.",
|
"description": "SAPUI5 / OpenUI5 plugin for Claude. Convert JavaScript based UI5 projects to TypeScript.",
|
||||||
|
"author": {
|
||||||
|
"name": "SAP SE",
|
||||||
|
"email": "openui5@sap.com",
|
||||||
|
"url": "https://www.sap.com"
|
||||||
|
},
|
||||||
"category": "development",
|
"category": "development",
|
||||||
"source": {
|
"source": {
|
||||||
"source": "git-subdir",
|
"source": "git-subdir",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user