From 820d765553a904c0a754cc2c9a88b5307388c1f9 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Feb 2026 21:28:08 +0100 Subject: [PATCH] docs: update outbound refactor test path --- docs/refactor/outbound-session-mirroring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/refactor/outbound-session-mirroring.md b/docs/refactor/outbound-session-mirroring.md index 1b8bdfcb186..4f712541658 100644 --- a/docs/refactor/outbound-session-mirroring.md +++ b/docs/refactor/outbound-session-mirroring.md @@ -62,7 +62,7 @@ Outbound sends were mirrored into the _current_ agent session (tool session key) ## Tests Added/Updated -- `src/infra/outbound/outbound-session.test.ts` +- `src/infra/outbound/outbound.test.ts` - Slack thread session key. - Telegram topic session key. - dmScope identityLinks with Discord. @@ -84,6 +84,6 @@ Outbound sends were mirrored into the _current_ agent session (tool session key) - `src/agents/tools/message-tool.ts` - `src/gateway/server-methods/send.ts` - Tests in: - - `src/infra/outbound/outbound-session.test.ts` + - `src/infra/outbound/outbound.test.ts` - `src/agents/tools/message-tool.test.ts` - `src/gateway/server-methods/send.test.ts`