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§
- Migrate
Report - Outcome of a migration attempt.
Functions§
- migrate_
workspace - Plan + execute the migration.