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:
29
README.md
29
README.md
@@ -78,11 +78,14 @@ AI-Home-Directory/ # Mount point in containers
|
||||
│ └── templates/ # Template files for projects
|
||||
│ └── OPS-ENVIRONMENT.md
|
||||
├── pmo/ # ✏️ Read-write PMO (mounted read-write)
|
||||
│ ├── dashboard/ # PMO dashboard views
|
||||
│ ├── projects/ # Project registry and links
|
||||
│ ├── reports/ # Status reports
|
||||
│ ├── resources/ # Resource management
|
||||
│ └── config/ # PMO configuration
|
||||
│ ├── artifacts/ # PMO components and data
|
||||
│ │ ├── dashboard/ # PMO dashboard views
|
||||
│ │ ├── projects/ # Project registry and links
|
||||
│ │ ├── reports/ # Status reports
|
||||
│ │ ├── resources/ # Resource management
|
||||
│ │ ├── config/ # PMO configuration
|
||||
│ │ └── docs/ # PMO documentation
|
||||
│ └── collab/ # PMO-specific collaboration
|
||||
└── README.md # This file
|
||||
```
|
||||
|
||||
@@ -151,11 +154,14 @@ The PMO directory contains project management functionality where AI agents can
|
||||
### PMO Components
|
||||
| Directory | Purpose |
|
||||
|-----------|---------|
|
||||
| **pmo/dashboard/** | PMO dashboard views and reports |
|
||||
| **pmo/projects/** | Project registry and tracking links |
|
||||
| **pmo/reports/** | Status reports and analytics |
|
||||
| **pmo/resources/** | Resource allocation and management |
|
||||
| **pmo/config/** | PMO configuration and settings |
|
||||
| **[pmo/artifacts/](./pmo/artifacts/)** | PMO components and data |
|
||||
| **[pmo/artifacts/dashboard/](./pmo/artifacts/dashboard/)** | PMO dashboard views and reports |
|
||||
| **[pmo/artifacts/projects/](./pmo/artifacts/projects/)** | Project registry and tracking links |
|
||||
| **[pmo/artifacts/reports/](./pmo/artifacts/reports/)** | Status reports and analytics |
|
||||
| **[pmo/artifacts/resources/](./pmo/artifacts/resources/)** | Resource allocation and management |
|
||||
| **[pmo/artifacts/config/](./pmo/artifacts/config/)** | PMO configuration and settings |
|
||||
| **[pmo/artifacts/docs/](./pmo/artifacts/docs/)** | Detailed PMO documentation |
|
||||
| **[pmo/collab/](./pmo/collab/)** | PMO-specific collaboration |
|
||||
|
||||
### PMO Update Guidelines
|
||||
- AI agents may only update PMO when milestones are reached
|
||||
@@ -163,6 +169,9 @@ The PMO directory contains project management functionality where AI agents can
|
||||
- Only PMO updates are allowed in this repository
|
||||
- All other content in this repository is readonly
|
||||
|
||||
### Documentation
|
||||
For detailed PMO documentation, see the [detailed documentation](./pmo/artifacts/docs/index.md).
|
||||
|
||||
---
|
||||
|
||||
## 🔄 Workflow
|
||||
|
||||
Reference in New Issue
Block a user