12f293cd7694c7b3d272481135c54d64b08ffe97
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
🏠 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
- Mount → This directory is mounted into all development containers
- Combine → Merged with project-specific context and prompts
- Access → AI agents have consistent knowledge across projects
- 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
- ✨ Codex - Primary daily driver (subscription-based)
- 🤖 Qwen - Heavy system orchestration, shell/Docker expertise
- 🔍 Gemini - Primarily for audits
- 🧠 Claude - Used occasionally for specific tasks
📈 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
Description
The @ReachableCEO AI Operating System - Public edition
All things that the @ReachableCEO wishes to share with the world in how he is using AI for his businesses/revenue generation etc.
Two other editions exist, as subsets of this one:
- Personal is for COO (TSYS/WFO) scoped things
- Private is for coaching/therapy/personal development etc
I spend 80% of my time in public, and the rest between personal/private
Languages
Markdown
100%