ensure agent-slack is available at startup

This commit is contained in:
Arjun 2026-04-01 23:00:43 +05:30
parent 79be8fbf42
commit 1dd622449e
2 changed files with 19 additions and 1 deletions

View file

@ -6,6 +6,7 @@ import { WorkDir } from "./config.js";
export const SECURITY_CONFIG_PATH = path.join(WorkDir, "config", "security.json");
const DEFAULT_ALLOW_LIST = [
"agent-slack",
"awk",
"basename",
"cat",
@ -25,6 +26,7 @@ const DEFAULT_ALLOW_LIST = [
"jq",
"ls",
"printenv",
"printf",
"pwd",
"readlink",
"realpath",