diff --git a/README.md b/README.md index 3354b47..317509b 100644 --- a/README.md +++ b/README.md @@ -29,82 +29,89 @@ This repository functions as my personal "AI home directory" with a clear separa ## 🏗️ Repository Structure + + ``` + AI-Home-Directory/ # Mount point in containers + ├── databank/ # 🔒 Readonly context (mounted readonly) + │ ├── personal/ # Personal information + │ │ ├── AboutMe.md + │ │ └── TSYS.md + │ ├── agents/ # AI agent guidelines + │ │ ├── AgentRules.md + │ │ ├── AGENTS.md + │ │ └── AI-TOOLS.md + │ ├── operations/ # Operational environment information + │ │ └── OPERATIONS-KNOWLEDGE-TRANSFER.md + │ ├── coo/ # Chief Operating Officer domain + │ │ └── (COO handoff information and processes) + │ ├── cto/ # Chief Technology and Product Officer domain + │ │ ├── vpengineering/ # VP Engineering focus area + │ │ └── vpproduct/ # VP Product focus area + │ ├── 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 tracking links + │ │ ├── reports/ # Status reports + │ │ ├── resources/ # Resource management + │ │ ├── config/ # PMO configuration + │ │ └── docs/ # PMO documentation + │ ├── coo/ # COO-specific project management + │ ├── cto/ # CTO-specific project management + │ │ ├── vpengineering/ # VP Engineering project management + │ │ └── vpproduct/ # VP Product project management + │ └── 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 + ``` + --- ## 🐳 Mounting in Containers @@ -291,6 +298,7 @@ Since this serves as a living knowledge base: | 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:34 CDT | 1.0.0 | Initial change tracking table for README | Charles N Wyble (@ReachableCEO) |