fix: correct databank architecture to match specification\n\n- Restructure databank/artifacts/ with only human/ and llm/ top-level directories\n- Remove all incorrectly placed domain directories from databank/artifacts/\n- Create proper LLMDatabankTOC.json for chat agent '@' function\n- Implement correct human/llm dual-format structure as specified\n- Remove scaffolding from databank as requested\n- Create proper PMO scaffolding in pmo/artifacts/scaffolding/ with domain templates\n- Update README documentation to reflect corrected architecture\n- Maintain clear separation: humans edit collab/, AI manages artifacts/\n- Ensure LLMDatabankTOC enables efficient navigation for chat agents\n- Correct repository structure diagram to show proper databank/artifacts/ structure\n- Remove all references to incorrectly placed directories\n- Maintain only collab/ as editable directory for humans

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-10-24 12:47:44 -05:00
parent a811335196
commit e3cb3f471e
40 changed files with 369 additions and 1686 deletions

View File

@@ -0,0 +1,53 @@
{
"identity": {
"full_name": "Charles N Wyble",
"online_handle": "@ReachableCEO",
"age": 41,
"location": {
"current": "Central Texas, USA",
"relocating_to": "Raleigh, NC",
"relocation_date": "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": {
"type": "Solo Entrepreneur",
"entities": "TSYS Group ecosystem",
"description": "Creating an ecosystem of entities"
},
"ai_integration": {
"workflow": "AI-centric, streamlining life using AI for all professional knowledge worker actions",
"agent_agnosticism": "Uses multiple command line AI agents and maintains flexibility",
"tools": [
{
"name": "Codex",
"role": "Primary daily driver",
"type": "subscription"
},
{
"name": "Qwen",
"role": "Heavy system orchestration",
"expertise": "shell/Docker operations"
},
{
"name": "Gemini",
"role": "Audits and analysis",
"usage": "primary"
}
]
},
"engagement_style": {
"approach": "Professional but relaxed",
"preference": "Genuine, straightforward interaction",
"communication": "Direct communication over compliments"
}
}
}