* docs: prepare Vendoo 1.41.2 git-ignore boundary hotfix * fix: track native source modules with root-anchored runtime ignores
24 lines
503 B
JSON
24 lines
503 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "vendoo.system",
|
|
"name": "System Kernel",
|
|
"version": "1.0.0",
|
|
"type": "core",
|
|
"status": "legacy-bridge",
|
|
"description": "Vertrag für den bestehenden Vendoo-Bereich System Kernel; schrittweise Migration ohne Funktionsbruch.",
|
|
"requires": [],
|
|
"permissions": [
|
|
"dashboard.view"
|
|
],
|
|
"provides": [
|
|
"platform.lifecycle",
|
|
"platform.events",
|
|
"platform.features"
|
|
],
|
|
"consumes": [],
|
|
"owns": [
|
|
"system.runtime",
|
|
"system.health"
|
|
]
|
|
}
|