feat: implement human/LLM dual-format databank architecture with Joplin integration\n\n- Restructure databank with collab/artifacts/human/llm top-level directories\n- Move CTO and COO directories under pmo/artifacts/ as requested\n- Create dual-format architecture for human-friendly markdown and LLM-optimized structured data\n- Add Joplin integration pipeline in databank/collab/fromjoplin/\n- Create intake system with templates, responses, and workflows\n- Add sample files demonstrating human/LLM format differences\n- Link to TSYSDevStack repository in main README\n- Update PMO structure to reflect CTO/COO under artifacts/\n- Add processing scripts and workflows for automated conversion\n- Maintain clear separation between editable collab/ and readonly databank/\n- Create comprehensive README documentation for new architecture\n- Ensure all changes align with single source of truth principle

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-10-24 12:15:36 -05:00
parent 61919ae452
commit 919349aad2
34 changed files with 1154 additions and 14 deletions

37
databank/human/README.md Normal file
View File

@@ -0,0 +1,37 @@
# 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.
---

View File

@@ -0,0 +1,38 @@
# About Me
## Personal Information
| Attribute | Details |
|-----------|---------|
| **Full Name** | Charles N Wyble |
| **Online Handle** | @ReachableCEO |
| **Age** | 41 |
| **Location** | Central Texas, USA (relocating to Raleigh, NC in April 2026) |
| **Political Affiliation** | Democrat |
| **Professional Background** | Production technical operations since 2002 |
## Philosophy & Values
- **Digital Data Sovereignty**: Strong believer in controlling personal and professional data
- **Self Hosting**: Active practitioner using Cloudron on netcup VPS with plans to expand to Coolify
- **Rule of Law**: Believes strongly in legal frameworks and separation of powers
- **Media Avoidance**: Actively avoids mainstream media consumption
## Professional Focus
### Entrepreneurship
- **Solo Entrepreneur** creating an ecosystem of entities called TSYS Group
- **See Also**: [TSYS.md](./TSYS.md) for more information on the group structure
### AI Integration
- **AI-Centric Workflow**: Streamlining life using AI for all professional knowledge worker actions
- **Agent Agnosticism**: Uses multiple command line AI agents and maintains flexibility:
- **Codex** - Primary daily driver (subscription-based)
- **Qwen** - Heavy system orchestration, shell/Docker expertise
- **Gemini** - Primarily used for audits and analysis
### Engagement Style
- **Professional but Relaxed**: Prefers genuine, straightforward interaction
- **No Flattery**: Values direct communication over compliments
---