Compare commits

...

5 Commits

Author SHA1 Message Date
831a12c53d Trigger validation
Some checks failed
Validate Plugin PR / validate (pull_request) Failing after 9s
2026-04-17 03:08:03 +10:00
5d82e7e24e Merge branch 'add-example-plugin-3' of http://synbox.ruv.wtf:8418/litruv/Plugin-Directory into add-example-plugin-3
Some checks failed
Validate Plugin PR / validate (pull_request) Failing after 9s
2026-04-17 03:02:54 +10:00
4a8578c738 Trigger workflow 2026-04-17 03:02:47 +10:00
7283f2a2b5 Merge branch 'main' into add-example-plugin-3
Some checks failed
Validate Plugin PR / validate (pull_request) Failing after 9s
2026-04-17 03:01:53 +10:00
0a1727b218 Add Example Plugin 3
Some checks failed
Validate Plugin PR / validate (pull_request) Failing after 9s
2026-04-17 03:00:39 +10:00

View File

@@ -0,0 +1,10 @@
{
"id": "litruv-example-plugin-3",
"name": "Example Plugin 3",
"version": "1.0.0",
"description": "A third example plugin demonstrating async operations and data storage",
"author": "litruv",
"repository": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example3.git",
"homepage": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example3",
"tags": ["example", "async", "storage"]
}