- SessionManager class with session lifecycle management - Session CRUD: create, list, switch, get, update - Session validation: alphanumeric, hyphens, underscores only - Persona inheritance from library on session creation - Session status tracking: idle, active, suspended - Metadata persistence with JSON on disk - Active session tracking and switching logic
1 line
55 B
Python
1 line
55 B
Python
"""Telegram bot for Claude Code homelab management."""
|