Tarvos – fix context rot by chaining fresh Claude agents automatically
Auto-spawning fresh agents at 50% context beats manual session restarts.
A Claude Code skill that writes a verified HANDOFF.md so a fresh session can resume long-running work without repeating dead ends.
Auto-spawning fresh agents at 50% context beats manual session restarts.
Extracts 1-3k token handoff files instead of replaying 100k+ token transcripts.
MCP memory server for AI context bleed across tools when Claude Code and Cursor work independently anyway.
Local markdown handoff files beat cloud sync for privacy, but context loss is inevitable.
It hooks into local agent logs and settings to backfill past sessions and then incrementally capture prompts and events — a pragmatic, privacy-friendly approach that actually makes session continuity possible. The combo of one-command onboarding, an explicit 'handoff' export, and a small dashboard feels immediately usable, though its appeal is narrow unless you regularly juggle multiple coding agents.
File-tail streaming for Claude Code IPC with no daemon or network layer.