fix: update lockfile and lint

This commit is contained in:
Peter Steinberger
2026-01-04 14:12:00 +01:00
parent 9616add9b1
commit 476bbd2915
5 changed files with 333 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
import bolt from "@slack/bolt";
import type {
SlackCommandMiddlewareArgs,
SlackEventMiddlewareArgs,
} from "@slack/bolt";
import bolt from "@slack/bolt";
import { chunkText, resolveTextChunkLimit } from "../auto-reply/chunk.js";
import { formatAgentEnvelope } from "../auto-reply/envelope.js";