Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
agent
Package agent is the seam between claude-teleport and the coding tools whose sessions it moves.
|
Package agent is the seam between claude-teleport and the coding tools whose sessions it moves. |
|
agent/claudecode
Package claudecode implements the agent.Provider contract for Claude Code.
|
Package claudecode implements the agent.Provider contract for Claude Code. |
|
agent/codex
Package codex implements the agent.Provider contract for the OpenAI Codex CLI.
|
Package codex implements the agent.Provider contract for the OpenAI Codex CLI. |
|
agent/opencode
Package opencode implements the agent.Provider contract for opencode.
|
Package opencode implements the agent.Provider contract for opencode. |
|
agentshare
Package agentshare packs and unpacks a single session belonging to a coding tool other than Claude Code.
|
Package agentshare packs and unpacks a single session belonging to a coding tool other than Claude Code. |
|
bundle
Package bundle reads and writes the portable .tgz archive that carries a user's Claude Code data between machines.
|
Package bundle reads and writes the portable .tgz archive that carries a user's Claude Code data between machines. |
|
claudedir
Package claudedir locates Claude Code's data on disk and discovers the projects it has session history for, recovering each project's true absolute path (which the folder name alone cannot give us).
|
Package claudedir locates Claude Code's data on disk and discovers the projects it has session history for, recovering each project's true absolute path (which the folder name alone cannot give us). |
|
cli
Package cli wires the export/import/inspect subcommands together.
|
Package cli wires the export/import/inspect subcommands together. |
|
exporter
Package exporter packs a machine's portable Claude Code data into a bundle.
|
Package exporter packs a machine's portable Claude Code data into a bundle. |
|
importer
Package importer restores a bundle onto the new machine: it works out where each project should now live, renames the encoded folders to match, rewrites the old paths baked into transcripts, and merges everything in without destroying what is already there.
|
Package importer restores a bundle onto the new machine: it works out where each project should now live, renames the encoded folders to match, rewrites the old paths baked into transcripts, and merges everything in without destroying what is already there. |
|
manifest
Package manifest defines the description that travels inside every bundle.
|
Package manifest defines the description that travels inside every bundle. |
|
paths
Package paths handles the two path problems at the heart of migration: turning an absolute path into the folder name Claude Code uses, and rewriting an old machine's paths to the new machine.
|
Package paths handles the two path problems at the heart of migration: turning an absolute path into the folder name Claude Code uses, and rewriting an old machine's paths to the new machine. |
|
redact
Package redact does a best-effort scrub of obvious secrets before a session leaves the machine.
|
Package redact does a best-effort scrub of obvious secrets before a session leaves the machine. |
|
transfer
Package transfer moves a claude-teleport bundle between two machines over an end-to-end-encrypted channel, so a session can be handed off with a short spoken code instead of a file the user has to copy around.
|
Package transfer moves a claude-teleport bundle between two machines over an end-to-end-encrypted channel, so a session can be handed off with a short spoken code instead of a file the user has to copy around. |
|
tui
Package tui is the interactive terminal cockpit for claude-teleport.
|
Package tui is the interactive terminal cockpit for claude-teleport. |
|
updater
Package updater lets claude-teleport upgrade itself in place: it asks GitHub for the latest release, downloads the binary built for this machine, verifies its SHA-256 checksum, and atomically swaps it for the running executable.
|
Package updater lets claude-teleport upgrade itself in place: it asks GitHub for the latest release, downloads the binary built for this machine, verifies its SHA-256 checksum, and atomically swaps it for the running executable. |
|
webui
Package webui serves a small point-and-click import wizard on localhost.
|
Package webui serves a small point-and-click import wizard on localhost. |
Click to show internal directories.
Click to hide internal directories.