fix: correct databank architecture and implement proper CTO/COO structure\n\n- Remove incorrectly placed human/llm directories from databank root\n- Restructure databank with everything under databank/artifacts/ as requested\n- Implement proper CTO/COO structure under pmo/artifacts/ with complete PMO components\n- Create comprehensive collab/ directory structure for human/AI communication\n- Remove Joplin processing scripts and references as requested\n- Create proper scaffolding directories for quick domain standup\n- Update README documentation to reflect corrected architecture\n- Ensure only collab/ directories are editable by humans\n- AI agents manage databank/artifacts/ based on collab/ communications\n- Create structured intake templates and collaboration workflows\n- Maintain clear separation between readonly databank and read-write PMO\n- Implement proper single source of truth with AI-managed artifacts

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-10-24 12:38:23 -05:00
parent 919349aad2
commit a811335196
32 changed files with 941 additions and 1037 deletions

View File

@@ -37,51 +37,45 @@ AI-Home-Directory/ # Mount point in containers
├── databank/ # 🔒 Readonly context (mounted readonly)
│ ├── personal/ # Personal information
│ ├── artifacts/ # Canonical databank content (managed by AI)
│ │ ├── AboutMe.md
│ │ ├── personal/ # Personal information
│ │ └── TSYS.md
│ │ │ ├── AboutMe.md
├── agents/ # AI agent guidelines
└── TSYS.md
│ │ ├── AgentRules.md
│ │ ├── agents/ # AI agent guidelines
│ │ ├── AGENTS.md
│ │ ├── AgentRules.md
│ │ └── AI-TOOLS.md
│ │ │ ├── AGENTS.md
├── operations/ # Operational environment information
└── AI-TOOLS.md
│ │ ── OPERATIONS-KNOWLEDGE-TRANSFER.md
│ │ ── context/ # General context information
├── coo/ # Chief Operating Officer domain
├── AUDIT1.md
│ │ └── (COO handoff information and processes)
│ │ │ └── PROJECT-MGMT-TOOLS.md
│ ├── cto/ # Chief Technology and Product Officer domain
│ ├── operations/ # Operational environment information
│ │ ├── vpengineering/ # VP Engineering focus area
│ │ │ └── OPERATIONS-KNOWLEDGE-TRANSFER.md
│ │ ── vpproduct/ # VP Product focus area
│ │ ── templates/ # Template files for projects
├── templates/ # Template files for projects
└── OPS-ENVIRONMENT.md
│ │ ── OPS-ENVIRONMENT.md
│ │ ── scaffolding/ # Templates for new domains
│ ├── collab/ # Human/AI interaction space
│ ├── coo/ # Chief Operating Officer domain
│ └── artifacts/ # AI-managed content and resources
│ └── cto/ # Chief Technology and Product Officer domain
├── docs/ # AI-managed documentation
└── collab/ # Human/AI interaction space (ONLY editable directory)
│ ├── code/ # AI-managed code artifacts
│ ├── config/ # AI-managed configuration
│ └── templates/ # AI-managed templates
├── pmo/ # ✏️ Read-write PMO (mounted read-write)
└── pmo/ # ✏️ Read-write PMO (mounted read-write)
│ ├── artifacts/ # PMO components and data
@@ -95,9 +89,53 @@ AI-Home-Directory/ # Mount point in containers
│ │ ├── config/ # PMO configuration
│ │ ── docs/ # PMO documentation
│ │ ── docs/ # PMO documentation
│ ├── coo/ # COO-specific project management
│ ├── coo/ # COO-specific project management (complete PMO structure)
│ │ │ ├── dashboard/ # COO dashboard components
│ │ │ ├── projects/ # COO project tracking
│ │ │ ├── reports/ # COO status reports
│ │ │ ├── resources/ # COO resource management
│ │ │ ├── config/ # COO configuration
│ │ │ ├── docs/ # COO documentation
│ │ │ └── README.md # COO domain overview
│ │ ├── cto/ # CTO-specific project management (complete PMO structure)
│ │ │ ├── dashboard/ # CTO dashboard components
│ │ │ ├── projects/ # CTO project tracking
│ │ │ ├── reports/ # CTO status reports
│ │ │ ├── resources/ # CTO resource management
│ │ │ ├── config/ # CTO configuration
│ │ │ ├── docs/ # CTO documentation
│ │ │ ├── vpengineering/ # VP Engineering project management
│ │ │ └── vpproduct/ # VP Product project management
│ │ └── scaffolding/ # Templates for new PMO components
│ └── collab/ # PMO-specific collaboration
└── README.md # This file
```
---
│ ├── cto/ # CTO-specific project management