diff --git a/README.md b/README.md index c854831..05d92d4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ ## 📋 Table of Contents - [Overview](#overview) -- [Repository Structure](#-repository-structure) - [Mounting in Containers](#mounting-in-containers) - [Databank (Readonly)](#databank-readonly) - [PMO (Read-Write)](#pmo-read-write) @@ -25,30 +24,6 @@ This repository functions as my personal "AI home directory" with a clear separation between readonly context (databank) and managed project updates (PMO). The databank provides consistent context across all projects while the PMO tracks project status and manages updates. ---- - -## 🏗️ Repository Structure -└── README.md # This file - -``` - - - ---- - -│ ├── cto/ # CTO-specific project management - -│ │ ├── vpengineering/ # VP Engineering project management - -│ │ └── vpproduct/ # VP Product project management - -│ └── collab/ # PMO-specific collaboration - -└── README.md # This file - -``` - - --- ## 🐳 Mounting in Containers @@ -232,45 +207,3 @@ Since this serves as a living knowledge base: --- *Last updated: October 24, 2025* -*Part of the AIOS (AI Operating System) ecosystem*## 🏗️ Repository Structure - -``` -AI-Home-Directory/ # Mount point in containers -├── databank/ # 🔒 Readonly context (mounted readonly) -│ ├── artifacts/ # Canonical databank content (managed by AI) -│ │ ├── human/ # Human-friendly markdown files -│ │ └── llm/ # LLM-optimized structured data -│ └── collab/ # Human/AI interaction space (ONLY editable directory) -│ ├── SHOT1/ # Charles-authored content (TSYS.md, etc.) -│ └── README.md # Collaboration guidelines -├── 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 (complete PMO structure) -│ │ │ ├── dashboard/ # COO dashboard components -│ │ │ ├── projects/ # COO project tracking -│ │ │ ├── reports/ # COO status reports -│ │ │ ├── resources/ # COO resource management -│ │ │ ├── config/ # COO configuration -│ │ │ ├── docs/ # COO documentation -│ │ │ └── README.md # COO domain overview -│ │ ├── cto/ # CTO-specific project management (complete PMO structure) -│ │ │ ├── dashboard/ # CTO dashboard components -│ │ │ ├── projects/ # CTO project tracking -│ │ │ ├── reports/ # CTO status reports -│ │ │ ├── resources/ # CTO resource management -│ │ │ ├── config/ # CTO configuration -│ │ │ ├── docs/ # CTO documentation -│ │ │ ├── vpengineering/ # VP Engineering project management -│ │ │ └── vpproduct/ # VP Product project management -│ │ └── scaffolding/ # Templates for new PMO components -│ └── collab/ # PMO-specific collaboration -└── README.md # This file -``` - ----