This is super interesting. I wonder how to best implement in a multi-project monorepo? Where there are multiple folders (each with their own structures) for different parts of the system.
The following is just an example, and other approaches are also possible.
Create Spaces by Project/Service: The most intuitive method is to create a dedicated Copilot Space for each major project, service, or logically independent component in the monorepo. For example, if your monorepo contains project-A, project-B, and shared-libs, you can create a Space for each.
Create Spaces by Team or Domain: If different teams are responsible for different parts of the monorepo, or if certain components belong to specific business domains, organizing Spaces by team or domain may be more appropriate.
This is super interesting. I wonder how to best implement in a multi-project monorepo? Where there are multiple folders (each with their own structures) for different parts of the system.
The following is just an example, and other approaches are also possible.
Create Spaces by Project/Service: The most intuitive method is to create a dedicated Copilot Space for each major project, service, or logically independent component in the monorepo. For example, if your monorepo contains project-A, project-B, and shared-libs, you can create a Space for each.
Create Spaces by Team or Domain: If different teams are responsible for different parts of the monorepo, or if certain components belong to specific business domains, organizing Spaces by team or domain may be more appropriate.