chore: decision for lua added

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-23 11:09:15 +02:00
parent 871ed3192e
commit 3f5744308c
4 changed files with 34 additions and 17 deletions

View File

@@ -79,7 +79,7 @@ surface MenuOpmlSurface {
}
config {
script_extension: String = "script"
script_extension: String = "lua"
}
-- ============================================================================
@@ -202,7 +202,7 @@ value ScriptFrontmatter {
slug: String
title: String
kind: macro | utility | transform
entrypoint: String -- Default: "render"
entrypoint: String -- Named Lua function used when invoking the script
enabled: Boolean
version: Integer
created_at: Timestamp