# PMO Artifacts Directory This directory contains all PMO (Project Management Office) components and data. ## Structure ``` artifacts/ ├── dashboard/ # PMO dashboard views and reports ├── projects/ # Project registry and tracking links ├── reports/ # Status reports and analytics ├── resources/ # Resource allocation and management ├── config/ # PMO configuration and settings ├── docs/ # Detailed PMO documentation └── README.md # This file ``` ## Purpose The artifacts directory serves as the central hub for all PMO functionality, providing project management capabilities and tracking. ---