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:
coop migrate workspace-layout --to v2coop index rebuildUse dry-run first if you want to inspect the move plan:
coop migrate workspace-layout --to v2 --dry-runAfter migration:
coop project listcoop project showcoop index rebuildcoop graph nextcoop plan delivery MVPcoop uiFor the full before-and-after layout examples, see Workspace Layout.