From 43455e005eb9a6df4c78bb1d1246f3b56a5cb135 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 17 Apr 2026 02:10:49 +1000 Subject: [PATCH 1/6] Add example-plugin-2 --- plugins/example-plugin-2.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 plugins/example-plugin-2.json diff --git a/plugins/example-plugin-2.json b/plugins/example-plugin-2.json new file mode 100644 index 0000000..e69de29 -- 2.51.1 From 2917c627960233b2a540f90a67c049151501cf9f Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 17 Apr 2026 02:14:39 +1000 Subject: [PATCH 2/6] Add example-plugin-2 with valid JSON content --- plugins/example-plugin-2.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins/example-plugin-2.json b/plugins/example-plugin-2.json index e69de29..c974452 100644 --- a/plugins/example-plugin-2.json +++ b/plugins/example-plugin-2.json @@ -0,0 +1,12 @@ +{ + "id": "example-plugin-2", + "name": "Example Plugin 2", + "version": "1.0.0", + "description": "A second example plugin demonstrating additional capabilities", + "author": "litruv", + "repository": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example2.git", + "downloadUrl": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example2/archive/main.zip", + "homepage": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example2", + "tags": ["example", "demo", "filtering", "validation"], + "addedDate": "2026-04-17T00:00:00.000Z" +} -- 2.51.1 From d1c4d0f4441aefd674619e5391a8c8ac6334853e Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 17 Apr 2026 02:14:55 +1000 Subject: [PATCH 3/6] Fix JSON encoding issue --- plugins/example-plugin-2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/example-plugin-2.json b/plugins/example-plugin-2.json index c974452..ec79b81 100644 --- a/plugins/example-plugin-2.json +++ b/plugins/example-plugin-2.json @@ -1,4 +1,4 @@ -{ +{ "id": "example-plugin-2", "name": "Example Plugin 2", "version": "1.0.0", @@ -9,4 +9,4 @@ "homepage": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example2", "tags": ["example", "demo", "filtering", "validation"], "addedDate": "2026-04-17T00:00:00.000Z" -} +} \ No newline at end of file -- 2.51.1 From 552d76d0cb828acaccc9bfc6259222175cfa70ea Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 17 Apr 2026 02:27:44 +1000 Subject: [PATCH 4/6] Trigger workflow -- 2.51.1 From f63754ec4ec080a34bb37809a7461ddf0f460fe8 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 17 Apr 2026 02:27:49 +1000 Subject: [PATCH 5/6] Trigger workflow -- 2.51.1 From 20050b0747365c08284fc0a1a66430e1ce8e549f Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 17 Apr 2026 03:27:33 +1000 Subject: [PATCH 6/6] Fix filename to include litruv- prefix --- plugins/{example-plugin-2.json => litruv-example-plugin-2.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename plugins/{example-plugin-2.json => litruv-example-plugin-2.json} (93%) diff --git a/plugins/example-plugin-2.json b/plugins/litruv-example-plugin-2.json similarity index 93% rename from plugins/example-plugin-2.json rename to plugins/litruv-example-plugin-2.json index ec79b81..7cc7cf4 100644 --- a/plugins/example-plugin-2.json +++ b/plugins/litruv-example-plugin-2.json @@ -1,5 +1,5 @@ { - "id": "example-plugin-2", + "id": "litruv-example-plugin-2", "name": "Example Plugin 2", "version": "1.0.0", "description": "A second example plugin demonstrating additional capabilities", -- 2.51.1