# Human-Friendly Databank This directory contains all databank information formatted for optimal human consumption. Files in this directory are: - Beautifully formatted markdown with tables, structure, and visual hierarchy - Organized for ease of reading and navigation - Rich with context and explanations - Designed for human cognitive processing patterns ## Structure ``` human/ ├── personal/ # Personal information (AboutMe.md, TSYS.md, etc.) ├── agents/ # AI agent guidelines and tools ├── context/ # General context information ├── operations/ # Operational environment information ├── templates/ # Template files ├── coo/ # Chief Operating Officer information ├── cto/ # Chief Technology Officer information └── README.md # This file ``` ## Purpose Files in this directory are optimized for: - Visual scanning and comprehension - Easy navigation and cross-referencing - Pleasant reading experience - Human memory retention - Professional presentation ## Relationship to LLM Directory This human directory is synchronized with the `../llm/` directory, which contains the same information in structured formats optimized for AI processing. ---