# Provenance

Copied **2026-06-21** from `~/mmd-projects` into `~/yumi`. Working trees were copied verbatim,
**including uncommitted changes**. Embedded git credentials in remotes were scrubbed (verified:
no `user:pass@` URLs remain in any copied `.git` config).

| Destination | Source | Commit | Branch | Dirty files | Remote (scrubbed) |
|---|---|---|---|---|---|
| `apps/open-cowork-mmd` | `~/mmd-projects/open-cowork-mmd` | `49feb59` | `entra-sso` | 5 | `gitea.mmd01/mmd-it/open-cowork-mmd` + `github/OpenCoworkAI/open-cowork` |
| `apps/mmd-cowork-mobile` | `~/mmd-projects/mmd-cowork-mobile` | `d1771e2` | `main` | 6 | `gitea.mmd01/mmd-it/mmd-cowork-mobile` |
| `services/mmd-cowork-core` | `~/mmd-projects/mmd-cowork-core` | `438002d` | `main` | 7 | `gitea.mmd01/mmd-it/mmd-cowork-core` |
| `services/mmd-cowork-config` | `~/mmd-projects/mmd-cowork-config` | `e205b1d` | `main` | 0 | `gitea.mmd01/mmd-it/mmd-cowork-config` |
| `services/mmd-cowork-m365` | `~/mmd-projects/mmd-cowork-m365` | `5ec80ca` | `main` | 7 | `gitea.mmd01/mmd-it/mmd-cowork-m365` |
| `services/mmd-cowork-office` | `~/mmd-projects/mmd-cowork-office` | `103c704` | `main` | 10 | `gitea.mmd01/mmd-it/mmd-cowork-office` |
| `services/mmd-llm-gateway` | `~/mmd-projects/mmd-llm-gateway` | `5f208a1` | `main` | 0 | _(none — config/scripts/docs only)_ |
| `services/hindsight` | `~/mmd-projects/hindsight/src` | see `src/.git` | — | — | `github.com/vectorize-io/hindsight` (MIT) |

Notes:
- `services/hindsight` holds the full Hindsight source tree under `src/` (its own nested git
  repo pointing at the upstream MIT project). `src/.env` and `src/.sesskey` are **local
  secrets** — excluded from any share by the root `.gitignore`.
- Several surfaces were copied with uncommitted local changes (dirty counts above). They match
  the live local working trees on 2026-06-21, not necessarily the pushed `main`.
- `open-cowork-mmd` (2.8 GB) is large because it includes Electron `node_modules` and build
  artifacts under `release/`.
