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:
@@ -5,6 +5,7 @@ Friday, October 24, 2025 (Timezone: UTC+00:00 - Please adjust to local system ti
|
||||
|
||||
| Date | Version | Description | Author |
|
||||
|------------|---------|--------------------------------------------------|---------------------|
|
||||
| 2025-10-24 | 4.0.0 | Update PMO structure and documentation links | Charles N Wyble (@ReachableCEO) |
|
||||
| 2025-10-24 | 3.0.0 | Add guidelines for gorgeous commit messages | Charles N Wyble (@ReachableCEO) |
|
||||
| 2025-10-24 | 2.0.0 | Update for databank/PMO restructure | Charles N Wyble (@ReachableCEO) |
|
||||
| 2025-10-24 | 1.0.0 | Baseline AGENTS.md for mounting across all projects | Charles N Wyble (@ReachableCEO) |
|
||||
@@ -13,6 +14,7 @@ Friday, October 24, 2025 (Timezone: UTC+00:00 - Please adjust to local system ti
|
||||
|
||||
| Date | Version | Description |
|
||||
|------------|---------|--------------------------------------------------|
|
||||
| 2025-10-24 | 4.0.0 | Updated PMO structure and documentation links |
|
||||
| 2025-10-24 | 3.0.0 | Added guidelines for gorgeous commit messages |
|
||||
| 2025-10-24 | 2.0.0 | Updated for databank/PMO restructure |
|
||||
| 2025-10-24 | 1.0.0 | Initial creation of baseline AGENTS.md |
|
||||
@@ -94,10 +96,11 @@ Friday, October 24, 2025 (Timezone: UTC+00:00 - Please adjust to local system ti
|
||||
- When resource allocation changes
|
||||
|
||||
### What to Update in PMO
|
||||
- Project registry in `pmo/projects/`
|
||||
- Dashboard information in `pmo/dashboard/`
|
||||
- Status reports in `pmo/reports/`
|
||||
- Resource tracking in `pmo/resources/`
|
||||
- Project registry in `pmo/artifacts/projects/`
|
||||
- Dashboard information in `pmo/artifacts/dashboard/`
|
||||
- Status reports in `pmo/artifacts/reports/`
|
||||
- Resource tracking in `pmo/artifacts/resources/`
|
||||
- Configuration in `pmo/artifacts/config/`
|
||||
|
||||
### What NOT to Update
|
||||
- **Never modify databank files** - they are readonly
|
||||
|
||||
Reference in New Issue
Block a user