# QiOS Master Map

> **Legacy - Superseded.** Reconciled on 2026-06-12. The canonical root map is maintained by ADR-0017 and the active root documents. This historical map is retained in place as hierarchy-preserving archive evidence.

```text
QiOS
├── 00_QiEOS        brain / doctrine / decisions / receipts / system map
├── 10_QiOS_Start  cockpit / launcher / front door / docs surface
├── 20_QiSystem    rules / schemas / naming / lifecycle / database doctrine
├── 30_QiServer    infrastructure / runtime / deploy / monitoring / backups
├── 40_QiCapture   ingestion / OCR / parsing / embeddings / pipelines
├── 50_QiNexus     storage backbone / workspace model
├── 60_QiApps      apps, sites, tools
├── 70_QiConnect   integrations / APIs / workers
├── packages       shared code, types, utils, db helpers
├── scripts        thin wrappers only
└── toolbox        local utilities and power tools
```

## Major active modules

| Module | System role | Canonical location |
|---|---|---|
| QiAccess Start | front door / launcher / access dashboard | `10_QiOS_Start/QiAccess_Start/` |
| QiLife | living data spine / AI LifeDesk | `60_QiApps/QiLife/` |
| QiJourney | interpretation / reflection / narrative | `60_QiApps/QiJourney/` |
| QiServer | runtime and infrastructure | `30_QiServer/` |
| QiNexus | storage model | `50_QiNexus/` |
| QiCapture | ingestion pipeline | `40_QiCapture/` |
| QiConnect | integrations | `70_QiConnect/` |
