@claude-channel-mux/core
v0.1.2
Published
Core IPC, types, and gate logic for claude-channel-mux
Readme
@claude-channel-mux/core
Core library for claude-channel-mux: IPC protocol, types, gate logic, and configuration.
Note: This is a community project and is not affiliated with or endorsed by Anthropic.
Install
npm install @claude-channel-mux/coreUsage
import {
IpcServer,
IpcClient,
evaluateGate,
type PlatformAdapter,
type InboundMsg,
type Access,
} from '@claude-channel-mux/core'What's included
- Types: IPC protocol messages,
PlatformAdapterinterface,Accessconfig types - IPC Server/Client: Unix socket communication (JSON Lines)
- Gate logic:
evaluateGate()for access control decisions (DM pairing, guild policies) - Config: State directory paths,
.envloader
