Skip to content

Commit 397f250

Browse files
committed
refactor: Keep a copy of plugin files in .claude dir.
We need this redundancy as symlinks might not work correctly on Windows
1 parent 6bc4632 commit 397f250

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "ui5-typescript-conversion",
3+
"version": "0.1.2",
4+
"description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.",
5+
"author": {
6+
"name": "SAP SE"
7+
},
8+
"homepage": "https://github.com/UI5/plugins-coding-agents",
9+
"repository": "https://github.com/UI5/plugins-coding-agents",
10+
"license": "Apache-2.0",
11+
"keywords": [
12+
"sap",
13+
"ui5",
14+
"sapui5",
15+
"openui5",
16+
"claude",
17+
"plugin",
18+
"typescript",
19+
"conversion"
20+
]
21+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "ui5",
3+
"version": "0.1.2",
4+
"description": "SAPUI5 / OpenUI5 plugin for coding agents. Creates and validates UI5 projects, accesses API documentation, runs UI5 linter, retrieves development guidelines and best practices for UI5 development.",
5+
"author": {
6+
"name": "SAP SE"
7+
},
8+
"homepage": "https://github.com/UI5/plugins-coding-agents",
9+
"repository": "https://github.com/UI5/plugins-coding-agents",
10+
"license": "Apache-2.0",
11+
"keywords": [
12+
"sap",
13+
"ui5",
14+
"sapui5",
15+
"openui5",
16+
"claude",
17+
"plugin",
18+
"linter",
19+
"api documentation",
20+
"development guidelines",
21+
"best practices"
22+
]
23+
}

0 commit comments

Comments
 (0)