fix: land slash command metadata parsing (#58725) (thanks @Mlightsnow)

This commit is contained in:
Peter Steinberger
2026-04-01 09:39:35 +01:00
parent 3b1f8e3461
commit f559ea126d
5 changed files with 194 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ const TASK_ROOT = path.resolve(import.meta.dirname);
const SRC_ROOT = path.resolve(TASK_ROOT, "..");
const ALLOWED_IMPORTERS = new Set([
"auto-reply/reply/commands-status.ts",
"auto-reply/reply/commands-tasks.ts",
"tasks/runtime-internal.ts",
"tasks/task-owner-access.ts",
"tasks/task-status-access.ts",