A bot over 1C suits short actions: checking a status, receiving an alert, approving a request, or submitting a reading. I keep business logic independent from Telegram, MAX, and VK and connect each through an adapter.
Scope includes user identity, permitted commands, the 1C API, a message queue, logs, and channel-specific behaviour. Acceptance ensures another user cannot see the object, repeated buttons cannot repeat an operation, temporary failures follow the agreed delivery rule, shared scenarios work in every stated channel, and tokens remain outside code.


