docs: fix README.md repository structure duplication\n\n- Remove duplicated and malformed repository structure diagram\n- Replace with clean, correct single structure diagram\n- Update version tracking to v1.0.2 reflecting structure fix\n- Ensure all directories properly represented once\n- Fix indentation and structure alignment issues\n- Maintain consistency with actual repository layout

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-10-24 11:19:01 -05:00
parent c31e055dce
commit 1975090056

View File

@@ -29,82 +29,89 @@ This repository functions as my personal "AI home directory" with a clear separa
## 🏗️ Repository Structure ## 🏗️ Repository Structure
``` ```
AI-Home-Directory/ # Mount point in containers AI-Home-Directory/ # Mount point in containers
├── databank/ # 🔒 Readonly context (mounted readonly) ├── databank/ # 🔒 Readonly context (mounted readonly)
│ ├── personal/ # Personal information │ ├── personal/ # Personal information
│ │ ├── AboutMe.md │ │ ├── AboutMe.md
│ │ └── TSYS.md │ │ └── TSYS.md
│ ├── agents/ # AI agent guidelines │ ├── agents/ # AI agent guidelines
│ │ ├── AgentRules.md │ │ ├── AgentRules.md
│ │ ├── AGENTS.md │ │ ├── AGENTS.md
│ │ └── AI-TOOLS.md │ │ └── AI-TOOLS.md
│ ├── operations/ # Operational environment information │ ├── operations/ # Operational environment information
│ │ └── OPERATIONS-KNOWLEDGE-TRANSFER.md │ │ └── OPERATIONS-KNOWLEDGE-TRANSFER.md
│ ├── coo/ # Chief Operating Officer domain │ ├── coo/ # Chief Operating Officer domain
│ │ └── (COO handoff information and processes) │ │ └── (COO handoff information and processes)
│ ├── cto/ # Chief Technology and Product Officer domain │ ├── cto/ # Chief Technology and Product Officer domain
│ │ ├── vpengineering/ # VP Engineering focus area │ │ ├── vpengineering/ # VP Engineering focus area
│ │ └── vpproduct/ # VP Product focus area │ │ └── vpproduct/ # VP Product focus area
│ ├── templates/ # Template files for projects │ ├── templates/ # Template files for projects
│ │ └── OPS-ENVIRONMENT.md │ │ └── OPS-ENVIRONMENT.md
│ ├── collab/ # Human/AI interaction space │ ├── collab/ # Human/AI interaction space
│ └── artifacts/ # AI-managed content and resources │ └── artifacts/ # AI-managed content and resources
│ ├── docs/ # AI-managed documentation │ ├── docs/ # AI-managed documentation
│ ├── code/ # AI-managed code artifacts │ ├── code/ # AI-managed code artifacts
│ ├── config/ # AI-managed configuration │ ├── config/ # AI-managed configuration
│ └── templates/ # AI-managed templates │ └── templates/ # AI-managed templates
├── pmo/ # ✏️ Read-write PMO (mounted read-write) ├── pmo/ # ✏️ Read-write PMO (mounted read-write)
│ ├── artifacts/ # PMO components and data │ ├── artifacts/ # PMO components and data
│ │ ├── dashboard/ # PMO dashboard views │ │ ├── dashboard/ # PMO dashboard views
│ │ ├── projects/ # Project registry and tracking links │ │ ├── projects/ # Project registry and tracking links
│ │ ├── reports/ # Status reports │ │ ├── reports/ # Status reports
│ │ ├── resources/ # Resource management │ │ ├── resources/ # Resource management
│ │ ├── config/ # PMO configuration │ │ ├── config/ # PMO configuration
│ │ └── docs/ # PMO documentation │ │ └── docs/ # PMO documentation
│ ├── coo/ # COO-specific project management │ ├── coo/ # COO-specific project management
│ ├── cto/ # CTO-specific project management │ ├── cto/ # CTO-specific project management
│ │ ├── vpengineering/ # VP Engineering project management │ │ ├── vpengineering/ # VP Engineering project management
│ │ └── vpproduct/ # VP Product project management │ │ └── vpproduct/ # VP Product project management
│ └── collab/ # PMO-specific collaboration │ └── collab/ # PMO-specific collaboration
│ ├── projects/ # Project registry and links
│ ├── reports/ # Status reports
│ ├── resources/ # Resource management
│ └── config/ # PMO configuration
├── databank/ # 🔒 Readonly context (mounted readonly)
│ ├── personal/ # Personal information
│ │ ├── AboutMe.md
│ │ ├── StartHere.md
│ │ └── TSYS.md
│ ├── agents/ # AI agent guidelines
│ │ ├── AgentRules.md
│ │ ├── AGENTS.md
│ │ └── AI-TOOLS.md
│ ├── context/ # General context information
│ │ ├── AUDIT1.md
│ │ └── PROJECT-MGMT-TOOLS.md
│ ├── operations/ # Operational environment information
│ │ └── OPERATIONS-KNOWLEDGE-TRANSFER.md
│ ├── templates/ # Template files for projects
│ │ └── OPS-ENVIRONMENT.md
│ ├── collab/ # Human/AI interaction space
│ └── artifacts/ # AI-managed content and resources
│ ├── docs/ # AI-managed documentation
│ ├── code/ # AI-managed code artifacts
│ ├── config/ # AI-managed configuration
│ └── templates/ # AI-managed templates
├── pmo/ # ✏️ Read-write PMO (mounted read-write)
│ ├── 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 └── README.md # This file
``` ```
--- ---
## 🐳 Mounting in Containers ## 🐳 Mounting in Containers
@@ -291,6 +298,7 @@ Since this serves as a living knowledge base:
| Date/Time | Version | Description | Author | | Date/Time | Version | Description | Author |
|----------------------|---------|--------------------------------------------------|---------------------| |----------------------|---------|--------------------------------------------------|---------------------|
| 2025-10-24 11:30 CDT | 1.0.2 | Fix repository structure duplication | Charles N Wyble (@ReachableCEO) |
| 2025-10-24 10:50 CDT | 1.0.1 | Update date format consistency | Charles N Wyble (@ReachableCEO) | | 2025-10-24 10:50 CDT | 1.0.1 | Update date format consistency | Charles N Wyble (@ReachableCEO) |
| 2025-10-24 10:34 CDT | 1.0.0 | Initial change tracking table for README | Charles N Wyble (@ReachableCEO) | | 2025-10-24 10:34 CDT | 1.0.0 | Initial change tracking table for README | Charles N Wyble (@ReachableCEO) |