chore: migrate SDK identity to LocalToolBox

This commit is contained in:
2026-07-27 15:36:07 +02:00
parent 53c40a61ba
commit ef2dab4b46
14 changed files with 42 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://git.add-ideas.de/zemion/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json",
"$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json",
"schemaVersion": 1,
"id": "de.add-ideas.example-tool",
"name": "Example Tool",
@@ -26,7 +26,7 @@
"telemetry": false
},
"source": {
"repository": "https://git.add-ideas.de/zemion/toolbox-sdk",
"repository": "https://git.add-ideas.de/lotobo/toolbox-sdk",
"license": "Apache-2.0"
}
}

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://git.add-ideas.de/zemion/toolbox-sdk/raw/branch/main/schemas/toolbox-catalog.v1.schema.json",
"$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-catalog.v1.schema.json",
"schemaVersion": 1,
"id": "de.add-ideas.example-toolbox",
"name": "Example Toolbox",

View File

@@ -27,7 +27,7 @@ export const toolboxApp = defineToolboxApp({
telemetry: false,
},
source: {
repository: "https://git.add-ideas.de/zemion/toolbox-sdk",
repository: "https://git.add-ideas.de/lotobo/toolbox-sdk",
license: "Apache-2.0",
},
});