60-second demo of SessionRelay — local, project-level memory for AI coding assistants.
Your AI searches past sessions by itself, answers with provenance, and hands off via .hop packages.
https://t.co/xuOIUOaN8d
Open source, MIT, local-first, Node ≥ 22:https://t.co/kqNTdUSLOT i -g @ewanjasper/sessionrelayIf you've hit the goldfish-memory wall, I'd love your feedback — especially on search quality and the adapter interface.
Your AI coding assistant has goldfish memory — and it costs you more than you think.Code keeps the conclusion. The derivation — why not the simpler option, which pitfalls you considered — lives only in closed session windows.I built a fix. 🧵
The killer use case: teammate handoff.srelay export --all → a .hop package (sha256 verified, secrets auto-redacted)Teammate: srelay import x.hop → their AI gets the full derivation. Import is quarantined — contents are data, not instructions.