refactor: restructure PMO with self-contained documentation and ensure clickable links\n\n- Create pmo/collab directory for PMO-specific collaboration\n- Create pmo/artifacts directory to contain all PMO components\n- Move existing PMO subdirectories (dashboard, projects, reports, resources, config) into pmo/artifacts/\n- Create pmo/artifacts/docs directory with comprehensive documentation\n- Add detailed documentation files for each PMO component\n- Update main README.md to reflect new PMO structure with clickable links\n- Update PMO section in main documentation with clickable links\n- Update AGENTS.md with new PMO paths and clickable references\n- Ensure all markdown-to-markdown links are clickable when rendered\n- Update version tracking in AGENTS.md to v4.0.0\n- Maintain consistency across all documentation references
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
# PMO Directory
|
||||
# Project Management Office (PMO)
|
||||
|
||||
This directory contains project management office functionality where AI agents can update project status, milestones, and other tracking information.
|
||||
This directory contains the Project Management Office functionality for tracking and managing projects across the organization.
|
||||
|
||||
For more details about the structure and purpose, see the main [README](../README.md).
|
||||
## Structure
|
||||
|
||||
- **[artifacts/](./artifacts/)** - All PMO artifacts including dashboards, projects, reports, resources, and configuration
|
||||
- **[docs/](./artifacts/docs/)** - Detailed documentation for PMO components
|
||||
- [Dashboard Documentation](./artifacts/docs/dashboard.md) - Information about PMO dashboards
|
||||
- [Project Registry Documentation](./artifacts/docs/projects.md) - Information about project tracking
|
||||
- [Report Generation](./artifacts/docs/reports.md) - Information about status reports
|
||||
- [Resource Management](./artifacts/docs/resources.md) - Information about resource tracking
|
||||
- [Configuration Guide](./artifacts/docs/config.md) - Information about PMO configuration
|
||||
- [Artifacts Overview](./artifacts/docs/artifacts.md) - Information about PMO artifacts
|
||||
- **[collab/](./collab/)** - Project-specific collaboration files for PMO operations
|
||||
|
||||
## Purpose
|
||||
|
||||
The PMO provides centralized visibility into all projects, enabling effective management and coordination across the organization. AI agents may update PMO components when project milestones are reached or status changes occur.
|
||||
|
||||
## Documentation
|
||||
|
||||
For detailed information about PMO functionality, please refer to the [detailed documentation](./artifacts/docs/index.md).
|
||||
Reference in New Issue
Block a user