agentbbs/cmd/agentbbs
Anthony Ettinger b51fa5c0e6
Add himalaya + meli mail clients and Shedding Snake arcade game (#88)
Mail clients (internal/mailclients): launch himalaya and meli as
alternatives to the built-in AgentMail reader, pointed at the member's
mailbox with the same master IMAP / loopback-SMTP creds. They run
host-side (secrets never enter a pod), from a throwaway per-session
config that is deleted on exit; operators can override the config
template and argv via env. Wired into the hub ("Mail · Himalaya/Meli",
locked when the binary is absent) and the mail@ route
(ssh -t mail@host himalaya|meli).

Shedding Snake (plugins/arcade): a molting twist on Snake inspired by
cha.rlie.co/shedding-snake. The snake barely grows — each apple sheds
its whole body as a permanent field of scales you must not bite. Walls
wrap, speed ramps up, scales age fresh-teal → dusty-gray, and molt
counts feed a global "shedsnake" leaderboard. Grace period lets you
slither off a fresh molt.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-10 02:30:12 -07:00
..
admin.go Merge remote-tracking branch 'origin/main' into feat/files-sftp 2026-06-23 10:42:32 +00:00
broadcast.go feat(messaging): group & broadcast messages + email-all 2026-06-27 12:18:41 +00:00
fileweb.go files: per-user public at ~name/public; home = member directory 2026-06-26 01:21:00 +00:00
games.go M3: AgentGames — agent-vs-agent games, ELO ladder, replays (#7) 2026-06-14 03:30:12 -07:00
gamesws.go M3: AgentGames — agent-vs-agent games, ELO ladder, replays (#7) 2026-06-14 03:30:12 -07:00
main.go Add himalaya + meli mail clients and Shedding Snake arcade game (#88) 2026-07-10 02:30:12 -07:00
msg_test.go feat(messaging): group & broadcast messages + email-all 2026-06-27 12:18:41 +00:00
notifycreds.go Add notify-creds subcommand to (re)email members git + mailbox creds 2026-06-23 10:16:28 +00:00
provision.go files: provision-user CLI + anonymous public HTTP serving (#58) 2026-06-25 11:37:45 -07:00
qrypt.go feat(qrypt): qrypt.chat anonymous-invite issuer 2026-06-14 11:35:05 +00:00