As a lead initialising a workspace, I want that step to stop deploying components into member repositories, so that it does not recreate the per-repository copies this refactor exists to remove.
Acceptance Criteria
Notes
This is a live code path, not dead code: the workspace-init verb currently fans deployComponents out across member repositories. Under replacement it has nothing to deploy.
It was carried inside the migration story as a seventh criterion, which made that story two deliverables and put a behaviour change affecting every workspace-init user inside a story about migrating one repository. It is separated here.
As a lead initialising a workspace, I want that step to stop deploying components into member repositories, so that it does not recreate the per-repository copies this refactor exists to remove.
Acceptance Criteria
Notes
This is a live code path, not dead code: the workspace-init verb currently fans
deployComponentsout across member repositories. Under replacement it has nothing to deploy.It was carried inside the migration story as a seventh criterion, which made that story two deliverables and put a behaviour change affecting every workspace-init user inside a story about migrating one repository. It is separated here.