c2c

Overview

Goal

Make it possible for one local Claude session to send a message to another local Claude session without using Claude Teams.

Validated Result

The most important validated result is:

That means a local process can inject a message that shows up as a real user turn in the target session transcript, and the target Claude responds normally.

Why This Matters

Most obvious approaches did not work:

The PTY-master path is the first result that genuinely reaches a running top-level Claude session as a normal prompt.

Current Command Set

Important Boundary

This project currently validates a transport and a toolchain, not a finished autonomous agent runtime.

Validated:

Not yet cleanly validated end-to-end:

These are wrappers around Python tools in this repository.