Initial module scaffold

This commit is contained in:
2026-04-20 20:07:44 +00:00
commit c3e590e782
11 changed files with 1474 additions and 0 deletions

26
module.json Normal file
View File

@@ -0,0 +1,26 @@
{
"id": "kosmos-storage-audit",
"title": "Kosmos Storage Audit",
"description": "Analyzes media references and risky storage locations across Foundry data and public roots.",
"version": "0.0.1",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"authors": [
{
"name": "kosmos"
}
],
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/audit.css"
],
"languages": [],
"relationships": {},
"url": "https://gitea.kosmos.ac/kosmos/kosmos-storage-audit",
"manifest": "https://gitea.kosmos.ac/kosmos/kosmos-storage-audit/raw/branch/main/module.json",
"download": "https://gitea.kosmos.ac/kosmos/kosmos-storage-audit/archive/main.zip"
}