mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-01 01:05:00 +00:00
35 lines
879 B
JSON
35 lines
879 B
JSON
{
|
|
"scripts": [
|
|
{
|
|
"file": "init.lua",
|
|
"name": "init",
|
|
"category": "lifecycle",
|
|
"description": "Lifecycle hooks for package installation"
|
|
},
|
|
{
|
|
"file": "permissions.lua",
|
|
"name": "permissions",
|
|
"category": "security",
|
|
"description": "Role-based access rules for posting and moderation"
|
|
},
|
|
{
|
|
"file": "feed_rank.lua",
|
|
"name": "feed_rank",
|
|
"category": "ranking",
|
|
"description": "Score feed items based on recency and engagement"
|
|
},
|
|
{
|
|
"file": "moderation.lua",
|
|
"name": "moderation",
|
|
"category": "moderation",
|
|
"description": "Flag content for review using lightweight heuristics"
|
|
},
|
|
{
|
|
"file": "analytics.lua",
|
|
"name": "analytics",
|
|
"category": "analytics",
|
|
"description": "Aggregate engagement signals for dashboards"
|
|
}
|
|
]
|
|
}
|