Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
reinstate
command
Command reinstate is the CLI entrypoint for Reinstate — encrypted multi-agent session sync for AI coding tools.
|
Command reinstate is the CLI entrypoint for Reinstate — encrypted multi-agent session sync for AI coding tools. |
|
internal
|
|
|
adapter
Package adapter defines the interface every agent adapter implements.
|
Package adapter defines the interface every agent adapter implements. |
|
adapter/claude
Package claude implements the Claude Code session adapter.
|
Package claude implements the Claude Code session adapter. |
|
adapter/codex
Package codex implements the OpenAI Codex CLI session adapter.
|
Package codex implements the OpenAI Codex CLI session adapter. |
|
agentcheck
Package agentcheck performs bounded, read-only native-agent compatibility probes for verified resume.
|
Package agentcheck performs bounded, read-only native-agent compatibility probes for verified resume. |
|
backend
Package backend defines remote object storage for Reinstate.
|
Package backend defines remote object storage for Reinstate. |
|
backend/memory
Package memory is an in-process Backend for tests.
|
Package memory is an in-process Backend for tests. |
|
backend/s3
Package s3 implements Backend using AWS SDK v2 against S3-compatible APIs (R2).
|
Package s3 implements Backend using AWS SDK v2 against S3-compatible APIs (R2). |
|
capability
Package capability discovers privacy-safe, name-only declarations for coding-agent instructions, skills, and MCP servers.
|
Package capability discovers privacy-safe, name-only declarations for coding-agent instructions, skills, and MCP servers. |
|
cli
Package cli implements the Reinstate command-line interface.
|
Package cli implements the Reinstate command-line interface. |
|
config
Package config loads and saves Reinstate local configuration (backend credentials paths, scopes, path_map, excludes).
|
Package config loads and saves Reinstate local configuration (backend credentials paths, scopes, path_map, excludes). |
|
credentials
Package credentials stores remote access secrets outside config files.
|
Package credentials stores remote access secrets outside config files. |
|
crypto
Package crypto implements client-side encryption for Reinstate (age + scrypt).
|
Package crypto implements client-side encryption for Reinstate (age + scrypt). |
|
device
Package device detects OS, architecture, and WSL environment.
|
Package device detects OS, architecture, and WSL environment. |
|
doctor
Package doctor produces redacted diagnostics and synthetic self-tests.
|
Package doctor produces redacted diagnostics and synthetic self-tests. |
|
environment
Package environment defines bounded, persistence-safe environment metadata.
|
Package environment defines bounded, persistence-safe environment metadata. |
|
executabletrust
Package executabletrust resolves host tools without trusting executable code supplied by the workspace being inspected.
|
Package executabletrust resolves host tools without trusting executable code supplied by the workspace being inspected. |
|
exitcode
Package exitcode defines stable Reinstate process exit codes.
|
Package exitcode defines stable Reinstate process exit codes. |
|
fileidentity
Package fileidentity captures private, platform-native filesystem identities for launch-bound safety checks.
|
Package fileidentity captures private, platform-native filesystem identities for launch-bound safety checks. |
|
filelock
Package filelock provides a small cross-process advisory lock used for private derived state.
|
Package filelock provides a small cross-process advisory lock used for private derived state. |
|
fixture
Package fixture validates synthetic adapter fixtures for secret leakage.
|
Package fixture validates synthetic adapter fixtures for secret leakage. |
|
fsx
Package fsx provides filesystem helpers (atomic write, permissions, backup).
|
Package fsx provides filesystem helpers (atomic write, permissions, backup). |
|
lock
Package lock provides local mutation locking for push/pull.
|
Package lock provides local mutation locking for push/pull. |
|
pathmap
Package pathmap rewrites absolute paths to portable tokens and back.
|
Package pathmap rewrites absolute paths to portable tokens and back. |
|
preflight
Package preflight builds and authorizes deterministic verified-resume environment reports.
|
Package preflight builds and authorizes deterministic verified-resume environment reports. |
|
processcheck
Package processcheck detects supported coding-agent processes before restore.
|
Package processcheck detects supported coding-agent processes before restore. |
|
project
Package project derives canonical project identity.
|
Package project derives canonical project identity. |
|
runtimecheck
Package runtimecheck inspects declared project runtime versions without executing project code or package-manager scripts.
|
Package runtimecheck inspects declared project runtime versions without executing project code or package-manager scripts. |
|
safetext
Package safetext removes terminal/control injection from bounded metadata.
|
Package safetext removes terminal/control injection from bounded metadata. |
|
schema
Package schema defines versioned Reinstate data contracts.
|
Package schema defines versioned Reinstate data contracts. |
|
sessionindex
Package sessionindex provides Reinstate's private, derived local session index.
|
Package sessionindex provides Reinstate's private, derived local session index. |
|
sync
Package sync implements the push/pull engine, local manifest, and conflicts.
|
Package sync implements the push/pull engine, local manifest, and conflicts. |
|
version
Package version holds build-time version metadata.
|
Package version holds build-time version metadata. |
|
workspace
Package workspace observes and compares the local workspace used for a native coding-agent continuation.
|
Package workspace observes and compares the local workspace used for a native coding-agent continuation. |
|
scripts
|
|
|
testing/phase3perf
command
Command phase3perf generates and measures the frozen Phase 3 RC1 performance corpus.
|
Command phase3perf generates and measures the frozen Phase 3 RC1 performance corpus. |
Click to show internal directories.
Click to hide internal directories.