3 Commits

Author SHA1 Message Date
Fam Zheng
ca2a48c081 docs: enrich README with project overview and roadmap 2026-04-07 13:31:11 +01:00
Fam Zheng
1f978b0691 README: explain the name, add a note about OpenClaw 2026-04-07 13:00:17 +01:00
Fam Zheng
db8ff94f7c init: telegram bot bridging messages to claude sessions
Async Rust bot (teloxide + tokio) that:
- Authenticates users per chat with a passphrase (resets daily at 5am)
- Generates deterministic UUID v5 session IDs from chat_id + date
- Pipes messages to `claude -p --session-id/--resume <uuid>`
- Persists auth and session state to disk across restarts
- Deploys as systemd --user service via `make deploy`
2026-04-05 06:56:46 +01:00