Files
ReachableCEO-AI-Homedir-Public/README.md

6.0 KiB

🏠 AI Home Directory

Your centralized knowledge base and context repository for AI-assisted development


📋 Table of Contents


🧠 Overview

Aspect Description
Purpose Centralized "AI home directory" mounted in all development containers
Function Provides consistent context across all projects
Integration Combined with project-specific prompts as needed
Status Actively evolving knowledge base

This repository functions as my personal "AI home directory" that gets mounted into all development project stacks (containers). It provides critical, consistent context across all projects while being combined with project-specific prompts as needed.


🔧 Architecture

┌─────────────────────────────────────────────────────────────┐
│                    Development Container                    │
├─────────────────────────────────────────────────────────────┤
│  ┌─────────────────┐    ┌─────────────────────────────────┐ │
│  │                 │    │                                 │ │
│  │  Project-Specific│    │    🏠  AI HOME DIRECTORY       │ │
│  │     Context     │    │    (Mounted Volume)             │ │
│  │                 │    │                                 │ │
│  │  - Project docs │    │  - Agent Rules                  │ │
│  │  - Codebase     │    │  - Personal Info                │ │
│  │  - Requirements │    │  - Workflow Guides              │ │
│  └─────────────────┘    │  - Business Context             │ │
│                         │  - Audit Logs                   │ │
│                         └─────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘

Evolution from Previous State

Previous State Current State
Combined AI databank + Docker artifacts Dedicated AI home directory
Monolithic repository Focused context repository
Project-specific Universal context base
Docker artifacts included Docker artifacts moved to dedicated repo

📚 Repository Structure

File Purpose Last Updated
AboutMe.md Personal information and professional background Dynamic
AgentRules.md Operational guidelines for AI agents Dynamic
StartHere.md Onboarding guide for this directory Dynamic
TSYS.md Business information and organizational structure Dynamic
AUDIT1.md Analysis and improvement suggestions Dynamic
AGENTS.md Guidelines for AI agents working with this repo Dynamic

Note: All files are actively evolving as the knowledge base expands


🔄 Workflow

Primary Flow

  1. Mount → This directory is mounted into all development containers
  2. Combine → Merged with project-specific context and prompts
  3. Access → AI agents have consistent knowledge across projects
  4. Update → Centralized changes propagate to all projects automatically

Integration Pattern

  • 🌐 Universal Context: Available to all AI agents
  • 📦 Containerized: Works with Docker-based development
  • Efficient: Eliminates repetitive context explanation
  • 🔄 Synchronized: Single source of truth for core knowledge

Benefits

Benefit Impact
🎯 Consistency All projects have access to the same foundational knowledge
Efficiency Eliminates need to repeatedly explain context to AI agents
📈 Scalability Works seamlessly with multiple ongoing projects
🔧 Maintainability Centralized updates propagate to all projects automatically
⚙️ Continuity Provides continuity across different projects
🔗 Integration Seamless with existing AI CLI tools (Qwen, Gemini, Claude, Codex)

🚀 Usage

Getting Started

# Clone the repository
git clone ssh://git@git.knownelement.com:29418/reachableceo/ReachableCEO-AI-Homedir-Public.git

# Mount in your Docker development environment
docker run -v /path/to/AI-Home-Directory:/ai-home your-development-image

Current AI Tools in Workflow

  • 🤖 Qwen - Primary AI CLI agent
  • 🔍 Gemini - Secondary AI CLI agent
  • 🧠 Claude Code - Advanced reasoning tasks
  • Codex - Code generation and completion

📈 Active Development

⚠️ Note: This knowledge base is actively evolving over the coming hours with substantial updates to the databank.

Planned Enhancements

  • Additional context files for specific domains
  • Enhanced agent interaction patterns
  • Integration with more AI platforms
  • Improved documentation structure

🤝 Contributing to Context

Since this serves as a living knowledge base:

  • All content is designed to be machine-readable for AI agents
  • Files follow structured formats for easy processing
  • Regular updates ensure current and relevant information
  • Version control maintains history and evolution

Last updated: October 24, 2025
Part of the AIOS (AI Operating System) ecosystem