homelab/telegram
Mikkel Georgsen 3cc97adcd0 fix(01-03): don't treat SIGTERM as crash, fix async callbacks in crash handler
- Only auto-restart on positive exit codes (genuine crashes), not negative
  return codes (signals like SIGTERM from our own process management)
- Add iscoroutinefunction check for on_error in crash handler max-retry path

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 17:58:27 +00:00
..
personas feat(01-01): create persona library with default templates 2026-02-04 17:33:16 +00:00
.gitignore Add Telegram bot and shared storage documentation 2026-01-16 14:21:51 +00:00
bot.py fix(01-03): fix import collision between local telegram/ and pip package 2026-02-04 17:57:22 +00:00
claude_subprocess.py fix(01-03): don't treat SIGTERM as crash, fix async callbacks in crash handler 2026-02-04 17:58:27 +00:00
session_manager.py feat(01-01): create persona library with default templates 2026-02-04 17:33:16 +00:00