diff --git a/README.md b/README.md index 208aaa5..c854831 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## 📋 Table of Contents - [Overview](#overview) -- [Repository Structure](#repository-structure) +- [Repository Structure](#-repository-structure) - [Mounting in Containers](#mounting-in-containers) - [Databank (Readonly)](#databank-readonly) - [PMO (Read-Write)](#pmo-read-write) @@ -28,107 +28,6 @@ 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) - -│ ├── artifacts/ # Canonical databank content (managed by AI) - -│ │ ├── personal/ # Personal information - -│ │ │ ├── AboutMe.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 - -│ │ ├── scaffolding/ # Templates for new domains - -│ │ ├── coo/ # Chief Operating Officer domain - -│ │ └── cto/ # Chief Technology and Product Officer domain - -│ └── collab/ # Human/AI interaction space (ONLY editable directory) - -└── 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 ``` @@ -333,4 +232,45 @@ Since this serves as a living knowledge base: --- *Last updated: October 24, 2025* -*Part of the AIOS (AI Operating System) ecosystem* \ No newline at end of file +*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 +``` + +--- diff --git a/databank/artifacts/llm/personal/TSYS.json b/databank/artifacts/llm/personal/TSYS.json deleted file mode 100644 index 4fcd202..0000000 --- a/databank/artifacts/llm/personal/TSYS.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "document": { - "title": "TSYS Group Information", - "type": "business_information", - "purpose": "Organization and business structure documentation" - }, - "organization": { - "name": "TSYS Group", - "description": "Ecosystem of entities created by Charles N Wyble", - "founder": "Charles N Wyble (@ReachableCEO)", - "role": "Solo entrepreneur creating an ecosystem of entities" - }, - "entities": { - "structure": "Multiple entities forming an ecosystem", - "focus": "Technology and product development", - "planning": "Strategic expansion and growth" - }, - "business_model": { - "approach": "Solo entrepreneurship with AI augmentation", - "tools": ["Codex", "Qwen", "Gemini"], - "strategy": "Streamlining professional knowledge worker actions through AI" - } -} \ No newline at end of file diff --git a/databank/artifacts/human/personal/TSYS.md b/databank/collab/SHOT1/TSYS.md similarity index 100% rename from databank/artifacts/human/personal/TSYS.md rename to databank/collab/SHOT1/TSYS.md