Skip to main content

Module migrate

Module migrate 

Source
Expand description

Migrate legacy in-tree state to the per-user data dir.

Pre-g142, sessions / shadow-git / scratchpad lived under <workspace>/.recursive/. This module moves any such state to ~/.recursive/workspaces/<ws-hash>/... and is invoked by the recursive migrate CLI command.

Project-bundled assets (skills/, mcp.json) are left in place.

Structs§

MigrateReport
Outcome of a migration attempt.

Functions§

migrate_workspace
Plan + execute the migration.