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:
18
pmo/artifacts/cto/README.md
Normal file
18
pmo/artifacts/cto/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# CTO Directory
|
||||
|
||||
This directory contains CTO-specific project management information.
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
cto/
|
||||
├── README.md # This file
|
||||
├── vpengineering/ # VP Engineering project management
|
||||
└── vpproduct/ # VP Product project management
|
||||
```
|
||||
|
||||
## Purpose
|
||||
|
||||
The CTO directory provides project management capabilities specific to the Chief Technology and Product Officer domain.
|
||||
|
||||
---
|
||||
17
pmo/artifacts/cto/vpengineering/README.md
Normal file
17
pmo/artifacts/cto/vpengineering/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# VP Engineering Directory
|
||||
|
||||
This directory contains VP Engineering project management information.
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
vpengineering/
|
||||
├── README.md # This file
|
||||
└── (future files) # VP Engineering project management
|
||||
```
|
||||
|
||||
## Purpose
|
||||
|
||||
The VP Engineering directory provides project management capabilities specific to the engineering aspects of the CTO role.
|
||||
|
||||
---
|
||||
17
pmo/artifacts/cto/vpproduct/README.md
Normal file
17
pmo/artifacts/cto/vpproduct/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# VP Product Directory
|
||||
|
||||
This directory contains VP Product project management information.
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
vpproduct/
|
||||
├── README.md # This file
|
||||
└── (future files) # VP Product project management
|
||||
```
|
||||
|
||||
## Purpose
|
||||
|
||||
The VP Product directory provides project management capabilities specific to the product aspects of the CTO role.
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user