mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 14:54:55 +00:00
29 lines
677 B
JSON
29 lines
677 B
JSON
{
|
|
"scripts": [
|
|
{
|
|
"file": "init.lua",
|
|
"name": "init",
|
|
"category": "lifecycle",
|
|
"description": "Lifecycle hooks for installation and removal"
|
|
},
|
|
{
|
|
"file": "permissions.lua",
|
|
"name": "permissions",
|
|
"category": "security",
|
|
"description": "Role checks for posting and moderation"
|
|
},
|
|
{
|
|
"file": "thread_rank.lua",
|
|
"name": "thread_rank",
|
|
"category": "ranking",
|
|
"description": "Rank threads by recency and engagement"
|
|
},
|
|
{
|
|
"file": "moderation.lua",
|
|
"name": "moderation",
|
|
"category": "moderation",
|
|
"description": "Flag high-risk content for review"
|
|
}
|
|
]
|
|
}
|