Session Glue banner
realproject7 realproject7

Session Glue

Communication community

Description

Reset the chat, not the work — zero-dependency, repo-local session handoffs for coding agents. Freeze a bloated session into a compact briefing; resume in a fresh one. No daemon, no network, just files.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Session Glue

[![CI](https://github.com/realproject7/session-glue/actions/workflows/ci.yml/badge.svg)](https://github.com/realproject7/session-glue/actions/workflows/ci.yml) [![PyPI](https://img.shields.io/pypi/v/session-glue)](https://pypi.org/project/session-glue/) [![Python](https://img.shields.io/pypi/pyversions/session-glue)](https://pypi.org/project/session-glue/) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

**Reset the chat, not the work.**

Session Glue is a session-continuity protocol and CLI for coding agents (Claude Code, Codex, Cursor, and friends). When an agent session gets long, expensive, and forgetful, Session Glue freezes the useful context into a compact, repo-local briefing — and a fresh session picks up exactly where the old one left off, without dragging the whole chat history along.

No daemon. No server. No database. No network by default. Just markdown files in your repo — plus an opt-in [Personal Vault](#personal-vault--the-same-work-on-your-other-machine) when you explicitly ask to carry them to another machine.

The problem

Long coding-agent sessions degrade in a predictable way:

  • Context bloat — old logs, diffs, and dead ends stay in context; every new turn re-reads material that no longer matters.
  • Rising cost and latency — you pay for that bloat on every single turn.
  • Memory drift — the agent starts forgetting earlier constraints and re-litigating decisions you already made.
  • Bad restarts — clearing the session loses the work state, so the next session burns thousands of tokens re-scanning the repo to figure out where things stand.

The usual escape hatch is "paste a messy summary into a new chat and hope." Session Glue replaces that with a disciplined, validated engineering handoff.

How it works

Session Glue cuts one long conversation into two clean ones — and carries the **work** across the gap while letting the **chat** die.

┌─────────────────────────────────