Files
self 4658b76241
CI / Test (push) Failing after 22s
feat: prefix Kobold plugin slug
Rename Kobold and Trust plugin identity references to tribe-one-prefixed slugs across runtime API, e2e fixtures, and docs.
2026-06-17 22:33:25 +02:00

29 lines
642 B
JSON

{
"id": "org.tribe-one.plugins.kobold",
"slug": "tribe-one-kobold",
"display_name": "Kobold",
"version": "0.1.0",
"description": "Distributed dataset and lightweight data-application plugin for Tribes OS.",
"entry_module": "TribeOne.TribesPlugin.Kobold.Plugin",
"host_api": "1",
"otp_app": "tribe_one_kobold",
"provides": [
"org.tribes.kobold.dataset@1"
],
"requires": [
"org.tribe-one.caps.ui@1",
"org.tribes.alliance.trust@1"
],
"enhances_with": [],
"assets": {
"global_js": [
"kobold.js"
],
"global_css": [
"kobold.css"
]
},
"migrations": true,
"children": false
}