From a27c7e5260707473b7bbafe36fa1d44af7c81589 Mon Sep 17 00:00:00 2001 From: Reimy456 <123382789+Reimy456@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:47:58 +0200 Subject: [PATCH] Add cross-session-handle (session continuity: pre-compaction capture + verified handoffs) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ▎ Adds cross-session-handle, a session-continuity system for Claude Code: three deterministic hooks (pre-compaction capture, one-shot warning, re-anchoring banner) plus an LLM-verified handoff skill. Differs from existing context tools in the list by its deterministic pre-compaction capture and its verification pass that hunts silent renouncements. v1.0.0 released, Apache-2.0, tested end-to-end. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2d177f..7bb1fdf 100644 --- a/README.md +++ b/README.md @@ -627,6 +627,7 @@ June 14, 2026 - [**claude-code-test-runner**](https://github.com/firstloophq/claude-code-test-runner) - (22 ⭐) - An automated E2E natural language test runner built on Claude Code. - [**cc-monitor-worker**](https://github.com/cometkim/cc-monitor-worker) - (21 ⭐) - Claude Code monitoring with Cloudflare Workers & Workers Analytics Engine. - [**shotgun-alpha**](https://github.com/shotgun-sh/shotgun-alpha) - (3 ⭐) - Codebase-aware spec engine for Cursor, Claude Code & Lovable. +- [**cross-session-handle**](https://github.com/Reimy456/cross-session-handle) - (1 ⭐) - Session continuity for Claude Code: deterministic transcript capture before every context compaction, LLM-verified handoffs that hunt silent renouncements, and post-compaction re-anchoring. - [**conductor**](https://conductor.build/) - (0 ⭐) - Run a bunch of Claude Codes in parallel. ---