Skip to content
Kitsy Docs Open COOP

Migration from v1

Migration from v1

COOP v2 changes the on-disk layout from a flat project structure under .coop/ to a workspace-plus-project layout under .coop/projects/<project.id>/.

Run migration from the repository root:

Terminal window
coop migrate workspace-layout --to v2
coop index rebuild

Use dry-run first if you want to inspect the move plan:

Terminal window
coop migrate workspace-layout --to v2 --dry-run

After migration:

Terminal window
coop project list
coop project show
coop index rebuild
coop graph next
coop plan delivery MVP
coop ui

For the full before-and-after layout examples, see Workspace Layout.