# AIOS Document Tree (Multi-Tenant)

```text
workflow_ai/
├── core/                        (Global AI OS Components)
│   ├── handbooks/               (Governance, Standards, Agent Rules)
│   ├── prompts/                 (Agent Prompts)
│   ├── runtime/                 (MASTER_AGENT.md execution protocol)
│   ├── AGENT_REGISTRY.md
│   ├── OS_INDEX.md              
│   ├── OS_DOCUMENT_TREE.md      
│   ├── README.md
│   ├── DEPENDENCY_MAP.md
│   ├── WORKFLOW_MAP.md
│   └── VERSION.md
│
├── constitution/                (Global Constitution by Project)
│   ├── san_28jun/
│   │   └── CONSTITUTION.md
│   └── everest/
│       └── CONSTITUTION.md
│
└── projects/                    (Multi-Tenant Workspaces)
    └── san_28jun/               (Current ERP Project)
        ├── backlog/
        ├── discovery/
        ├── execution/
        ├── implementation/
        ├── knowledge/
        ├── packages/
        ├── planning/
        ├── project/
        ├── reports/
        ├── roadmap/
        ├── task_engine/
        ├── tasks/
        ├── validation/
        ├── START_HERE.md        (Project entry point)
        ├── BOOT_REPORT.md
        ├── ANALYSIS_REPORT.md
        ├── CHANGELOG.md
        ├── KNOWLEDGE_MAP.md
        └── MEMORY_MAP.md
```
