---
name: workspace_repos
description: The three independent git repos under /config/workspace and what each is for
metadata: 
  node_type: memory
  type: project
  originSessionId: 8704cd2a-039f-4e61-a610-8ea239d35ca3
---

Three independent git repos live under `/config/workspace/` (singular — note the user sometimes writes "workspaces"):

- `evolution/` — main ERP codebase. Remote: CodeCommit `evolution-application-dev-1`. See [[evolution_workspace_mapping]].
- `portal/` — PWA for mobile access for users. Remote: CodeCommit `portal.evolutionerp.com.au`.
- `apps/` — API endpoint for external integrations + Evolution apps that run external to the main app (e.g. quote acceptance integration, purchase-order delivery confirmation) letting the public interact with customer objects. Remote: CodeCommit `app.evolutionerp.com.au`.

Each is its own repo with its own remote — change them independently.
