How I stop losing context between Claude Code sessions

The problem isn’t that Claude forgets. It’s that /compact degrades quality and starting fresh means re-explaining everything. This is the fix.

April 15, 2026 · 6 min · thebackpackdev

How to give Claude Code persistent memory with a Markdown vault

This is the part that cost me hours and isn’t documented anywhere else: deploying an MCP server behind Cloudflare, and why SSE silently breaks.

April 3, 2026 · 4 min · thebackpackdev

How to make multiple Claude Code sessions talk to each other

The alias collision was silent. Both workers shared an identity, answers landed in the wrong terminal, and everything looked fine until you looked at all three sessions together.

April 3, 2026 · 5 min · thebackpackdev