Scenario 28: One-command machine migration
Use this when moving HarnessTap state to a new machine or sharing your curated workspace with a teammate offline. The archive includes layers, environments...
Frequency: Occasional · Status: Shipped
Use this when moving HarnessTap state to a new machine or sharing your curated workspace with a teammate offline. The archive includes layers, environments (secret refs only), harness preferences, and config in one step.
harnesstap migrate export ./harnesstap-state.tar.gz --include-plugins
harnesstap migrate import ./harnesstap-state.tar.gzFor a manual layer-by-layer export workflow, see Scenario 17.
For multiplayer distribution, publish layers to HarnessTap Cloud with
layer publish / layer pull instead.
Scenario 27: True cross-harness `mirror`
harnesstap mirror . harnesstap mirror . --force-shift-reference codex harnesstap mirror . --dry-run
Scenario 31: Import dual-mode plugin repo
Use this when a repository contains both harness project files (for example AGENTS.md, CLAUDE.md) and a plugin manifest at the repo root (for example...