* docs: prepare Vendoo 1.41.2 git-ignore boundary hotfix * fix: track native source modules with root-anchored runtime ignores
28 lines
510 B
JSON
28 lines
510 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "vendoo.inventory",
|
|
"name": "Inventory",
|
|
"version": "1.0.0",
|
|
"type": "feature",
|
|
"status": "native",
|
|
"description": "Native Lagerort- und Bestandsverwaltung mit begrenzten Bulk-Aktionen.",
|
|
"requires": [
|
|
"vendoo.auth",
|
|
"vendoo.listings"
|
|
],
|
|
"permissions": [
|
|
"listings.view",
|
|
"inventory.edit"
|
|
],
|
|
"provides": [
|
|
"inventory.stock"
|
|
],
|
|
"consumes": [
|
|
"auth.identity",
|
|
"listings.catalog"
|
|
],
|
|
"owns": [
|
|
"inventory.locations"
|
|
]
|
|
}
|