From a7cb8d4c76f527d2301875cfe3641c8cbf3b4866 Mon Sep 17 00:00:00 2001 From: Andriy Oblivantsev Date: Wed, 12 Aug 2026 17:03:35 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20chat=20import=20pipeline=20plan=20?= =?UTF-8?q?=E2=80=94=20link=20to=20Gitea=20issue=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/chat-import-plan.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/chat-import-plan.md diff --git a/docs/chat-import-plan.md b/docs/chat-import-plan.md new file mode 100644 index 0000000..de9a7cb --- /dev/null +++ b/docs/chat-import-plan.md @@ -0,0 +1,25 @@ +# Chat Import Pipeline + +Plan and implementation details: https://git.produktor.io/eSlider/brain-chats-import/issues/1 + +Progress tracked in that issue. This file kept as a local reference for agent sessions. + +## Key env vars (set in shell, never committed) + +TELEGRAM_MCP_DIR telegram-mcp directory +TELEGRAM_API_ID from telegram.env (not committed) +TELEGRAM_API_HASH from telegram.env (not committed) +TELEGRAM_PHONE from telegram.env (not committed) +TELEGRAM_SESSION_STRING from telegram-mcp/.env (not committed) +ONLYOFFICE_URL from .env (not committed) +ONLYOFFICE_USER from .env (not committed) +ONLYOFFICE_PASS from .env (not committed) +OO_CLI path to oo binary (default: $HOME/go/bin/oo) + +## Quick reference + +./bin/chat sync telegram --limit 100 +./bin/chat import +./bin/chat index # delegates to bin/kb/index +./bin/chat facts +./bin/chat apply --dry-run