navori AI harness
navori

migrations

The backup of your previous harness when 'init' adopts navori in replace mode. Reversible.

Usage

navori migrations <list|restore> [args]

Flags

list [--limit <n>] [--json] List the stored migrations. Default: the 20 most recent.
restore <timestamp> <repo> [--cwd <dir>] [--yes] [--json] Put the original harness back in the repo. Both values come from 'migrations list'.

Examples

When there is none

$ navori migrations list
●  No migrations found. They are created when 'init' adopts navori in replace mode (the interactive wizard) on a repo with existing Claude infrastructure.
└  Done

For scripts

$ navori migrations list --json
{
  "migrations": [],
  "totalAvailable": 0
}

Notes

  • Different from backup: backup covers every navori write, migrations covers the .claude/ that existed BEFORE navori.
  • Only replace mode produces one: coexist mode replaces nothing, so there is nothing to back up.
  • They live in ~/.navori/migrations/ and are machine-local.