From 33596111c76dbbcc5a9b668580c2b2b60f80237b Mon Sep 17 00:00:00 2001 From: "songtianyi.theo" Date: Fri, 3 Jul 2026 16:26:18 +0800 Subject: [PATCH] fix: declare create-svglide local scopes --- shortcuts/slides/slides_create_svglide.go | 1 + 1 file changed, 1 insertion(+) diff --git a/shortcuts/slides/slides_create_svglide.go b/shortcuts/slides/slides_create_svglide.go index 4ef457cc9..a0e68fbdf 100644 --- a/shortcuts/slides/slides_create_svglide.go +++ b/shortcuts/slides/slides_create_svglide.go @@ -19,6 +19,7 @@ var SlidesCreateSVGlide = common.Shortcut{ Description: "Create and manage a local SVGlide SVG run directory", Risk: "write", AuthTypes: []string{"user", "bot"}, + Scopes: []string{}, LocalOnly: true, Flags: []common.Flag{ {Name: "action", Desc: "runtime action: init, status, next, complete, author, validate, preview, quality, repair", Required: true, Enum: []string{"init", "status", "next", "complete", "author", "validate", "preview", "quality", "repair"}},