sxxtony
cb93c0f8f5
fix(telegram): factor offset rotation handling into typed surfaces
...
Builds on the prior commit by introducing the typed surfaces the rest of
the plugin (and `openclaw doctor`-style consumers) can reuse:
- `inspectTelegramUpdateOffset` returns a discriminated union
(`absent | valid | rotated`) so callers can act on the rotation event
without re-implementing the bot-id / fingerprint comparison.
`readTelegramUpdateOffset` is now a thin adapter over it.
- `TelegramOffsetRotationReason` is exported as a named type alias so
downstream code can switch over it exhaustively.
- New `TelegramOffsetRotationHandler` class encapsulates the
"log warning + delete stale file" side effect that the monitor needs at
startup, plus a `createTelegramOffsetRotationHandler` factory and a
pure `formatTelegramOffsetRotationMessage` helper used to keep the
wording consistent.
- `monitor.ts` now constructs the handler once per polling startup
instead of inlining the closure, and the new surfaces are re-exported
through `monitor-polling.runtime.ts`.
Unit coverage:
pnpm test extensions/telegram/src/update-offset-store.test.ts \
extensions/telegram/src/offset-rotation-handler.test.ts \
extensions/telegram/src/monitor.test.ts
2026-05-13 10:12:31 +05:30
..
2026-05-12 16:44:58 +01:00
2026-04-28 01:21:39 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-09 08:27:39 +05:30
2026-05-09 08:27:39 +05:30
2026-05-12 21:24:26 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 00:06:57 +01:00
2026-05-11 03:41:00 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 18:56:08 +01:00
2026-05-07 19:08:43 +05:30
2026-05-11 14:16:48 +01:00
2026-05-10 12:37:10 +01:00
2026-05-01 17:12:09 +01:00
2026-04-28 06:36:38 +01:00
2026-04-28 06:36:38 +01:00
2026-05-01 17:12:09 +01:00
2026-05-11 03:44:05 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-04-24 09:31:47 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-11 02:04:17 +01:00
2026-05-06 01:46:42 +01:00
2026-05-01 09:44:50 +01:00
2026-05-12 16:40:42 +05:30
2026-05-03 15:16:32 +00:00
2026-05-11 14:16:48 +01:00
2026-04-26 05:42:04 +01:00
2026-05-11 19:55:21 +01:00
2026-05-10 12:37:10 +01:00
2026-05-08 21:07:06 +01:00
2026-05-12 10:16:36 +01:00
2026-04-27 15:14:02 +01:00
2026-05-12 10:16:36 +01:00
2026-05-11 14:16:48 +01:00
2026-05-11 11:01:26 +05:30
2026-04-27 20:50:35 +01:00
2026-05-11 11:01:26 +05:30
2026-05-11 11:01:26 +05:30
2026-05-11 11:01:26 +05:30
2026-05-11 11:01:26 +05:30
2026-05-12 10:16:36 +01:00
2026-05-08 16:40:13 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 16:40:42 +05:30
2026-05-10 08:47:04 +05:30
2026-05-10 08:47:04 +05:30
2026-05-01 17:12:09 +01:00
2026-05-09 20:20:25 +05:30
2026-05-12 15:38:59 +01:00
2026-05-11 15:21:19 -07:00
2026-05-11 16:57:18 +01:00
2026-05-10 12:37:10 +01:00
2026-04-27 14:58:32 +01:00
2026-05-12 15:37:11 +01:00
2026-05-10 12:37:10 +01:00
2026-05-06 01:46:42 +01:00
2026-05-02 12:47:06 +01:00
2026-05-11 03:36:29 +01:00
2026-05-12 10:16:36 +01:00
2026-05-11 01:38:54 +01:00
2026-05-12 15:09:56 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 13:38:34 +01:00
2026-05-11 18:04:53 +05:30
2026-05-11 02:49:30 +01:00
2026-05-06 01:46:42 +01:00
2026-05-12 16:40:42 +05:30
2026-05-13 04:06:53 +01:00
2026-05-12 15:33:06 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 11:42:50 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-13 03:55:27 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 11:15:37 +01:00
2026-05-12 18:06:03 +01:00
2026-04-24 04:09:13 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 17:37:35 +05:30
2026-05-10 17:37:35 +05:30
2026-05-10 12:37:10 +01:00
2026-05-12 10:16:36 +01:00
2026-05-10 12:37:10 +01:00
2026-05-13 03:47:20 +01:00
2026-05-12 10:32:29 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-04-27 12:50:31 +01:00
2026-05-03 12:12:53 -07:00
2026-05-04 07:38:42 +01:00
2026-05-11 14:16:48 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-11 03:43:02 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-11 16:57:18 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-01 18:58:42 +01:00
2026-05-12 11:15:37 +01:00
2026-05-09 09:07:42 +05:30
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-04-27 20:50:35 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 15:30:17 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 15:54:01 +05:30
2026-05-12 15:54:01 +05:30
2026-05-12 21:21:46 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-07 09:09:36 +05:30
2026-05-07 09:09:36 +05:30
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 17:37:35 +05:30
2026-05-01 17:12:09 +01:00
2026-05-01 05:06:11 -07:00
2026-05-01 17:12:09 +01:00
2026-05-06 09:27:08 +05:30
2026-05-11 07:56:22 +01:00
2026-05-06 09:27:08 +05:30
2026-05-12 16:40:42 +05:30
2026-05-12 16:40:42 +05:30
2026-05-10 01:49:16 -04:00
2026-05-10 01:49:16 -04:00
2026-05-13 10:12:31 +05:30
2026-05-13 10:12:31 +05:30
2026-05-13 10:12:31 +05:30
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-08 05:28:12 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-13 10:12:31 +05:30
2026-05-13 10:12:31 +05:30
2026-05-12 15:54:01 +05:30
2026-05-12 15:54:01 +05:30
2026-04-27 12:25:57 +01:00
2026-04-25 09:38:51 +01:00
2026-05-13 10:12:31 +05:30
2026-05-07 09:07:18 +01:00
2026-05-07 09:07:18 +01:00
2026-05-12 11:15:37 +01:00
2026-05-10 12:37:10 +01:00
2026-05-03 22:01:08 +01:00
2026-05-12 10:16:36 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-09 04:30:16 +01:00
2026-05-10 12:37:10 +01:00
2026-04-26 06:09:43 +01:00
2026-05-01 17:12:09 +01:00
2026-05-02 11:01:11 +01:00
2026-05-02 11:01:11 +01:00
2026-05-01 17:12:09 +01:00
2026-05-01 17:12:09 +01:00
2026-05-01 20:38:03 +01:00
2026-05-11 06:42:22 +01:00
2026-04-29 02:04:20 +01:00
2026-05-11 03:32:08 +01:00
2026-05-10 12:37:10 +01:00
2026-05-09 08:27:39 +05:30
2026-05-13 03:42:22 +01:00
2026-05-11 20:27:36 +05:30
2026-05-11 15:51:54 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 07:43:35 +05:30
2026-05-11 12:54:41 +05:30
2026-05-11 10:51:51 +01:00
2026-05-01 17:12:09 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-04-29 15:40:44 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 21:30:11 +01:00
2026-05-09 04:58:00 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-11 03:19:53 +01:00
2026-05-10 12:37:10 +01:00
2026-05-08 05:28:12 +01:00
2026-05-01 14:27:22 +01:00
2026-05-12 15:54:01 +05:30
2026-05-11 10:44:35 +01:00
2026-05-10 12:37:10 +01:00
2026-05-11 10:42:48 +01:00
2026-05-10 12:37:10 +01:00
2026-05-13 10:12:31 +05:30
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-09 07:18:42 -04:00
2026-05-09 07:18:42 -04:00
2026-05-06 02:15:17 +01:00
2026-05-13 10:12:31 +05:30
2026-05-13 10:12:31 +05:30
2026-05-01 17:12:09 +01:00
2026-04-29 15:40:44 +01:00
2026-04-29 15:40:44 +01:00
2026-05-12 21:37:25 +01:00
2026-05-10 12:37:10 +01:00