docs: add COMPONENT.md to all 18 components and README.md to 3 missing repos

This commit is contained in:
2026-07-07 16:23:57 +02:00
parent d2790ff9a1
commit 2e35796f37
21 changed files with 363 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Component: Analyse-O2C-C2S
## Description
Strategic team analysis for O2C and C2S organizations at DB InfraGO
## Metadata
- **Deployment Target:** content-library
- **Upstream URL:** https://git.tech.rz.db.de/AndreKnie/Analyse-O2C-C2S
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of bahn context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: Confluence_Bot
## Description
CI/CD automation for publishing content to Confluence pages
## Metadata
- **Deployment Target:** gitlab-ci
- **Upstream URL:** monorepo-internal
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of bahn context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: O2C-Harness
## Description
Test harness and integration tooling for O2C system validation
## Metadata
- **Deployment Target:** local-cli
- **Upstream URL:** monorepo-internal
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of bahn context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: aisupport
## Description
O2C 1st-level support chatbot and AI assistant for DB InfraGO customer queries
## Metadata
- **Deployment Target:** planned
- **Upstream URL:** https://git.tech.rz.db.de/einfachbahn-lab/tools/aisupport
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of bahn context in the Orchestrator monorepo
@@ -0,0 +1,16 @@
# Component: awesome-bahn-mcp-servers
## Description
Curated list of MCP servers relevant to Deutsche Bahn ecosystem
## Metadata
- **Deployment Target:** content-library
- **Upstream URL:** monorepo-internal
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of bahn context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: beam-mcp
## Description
MCP server for LeanIX/BEAM enterprise architecture (educational reference only)
## Metadata
- **Deployment Target:** local-mcp-stdio
- **Upstream URL:** https://git.tech.rz.db.de/beta/ai/mcp/beam-mcp
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of bahn context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: db-planet-mcp-server
## Description
MCP server for DB Planet intranet content access
## Metadata
- **Deployment Target:** local-mcp-stdio
- **Upstream URL:** monorepo-internal
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of bahn context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: project-audit
## Description
Jira, Confluence, and GitLab analysis tooling for DB internal project auditing
## Metadata
- **Deployment Target:** local-cli
- **Upstream URL:** https://git.tech.rz.db.de/AndreKnie/project-audit
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of bahn context in the Orchestrator monorepo
+22
View File
@@ -0,0 +1,22 @@
# project-audit
Jira, Confluence, and GitLab analysis tooling for DB internal project auditing.
## Purpose
Scripts and data exports for analyzing team velocity, bug patterns, architecture decisions, and process compliance across O2C/pathOS projects.
## Usage
```powershell
python scripts/<script-name>.py
```
## Structure
- `scripts/` - Python analysis and export scripts
- `data/` - Exported data (Confluence pages, Jira issues)
- `analysis/` - Generated analysis documents
- `domain/` - Domain glossary and context
- `iterations/` - Session-based iteration notes
+16
View File
@@ -0,0 +1,16 @@
# Component: teamlandkarte-mcp
## Description
MCP server for matching tasks to employees/teams by competences via Data Lake
## Metadata
- **Deployment Target:** local-mcp-stdio
- **Upstream URL:** https://git.tech.rz.db.de/ThomasHandke/teamlandkarte-mcp
- **Status:** planned
## Interconnections
- (to be documented)
## Notes
- Part of bahn context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: wissensdatenbank
## Description
Central knowledge base ETL pipeline for DB InfraGO 1st-level support and chatbots
## Metadata
- **Deployment Target:** local-cli
- **Upstream URL:** https://git.tech.rz.db.de/einfachbahn-lab/tools/wissensdatenbank_group/wissensdatenbank.git
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of bahn context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: Jury-Voting
## Description
Real-time jury voting app for UNIKAT Ideenwettbewerb events (React + Express + SSE)
## Metadata
- **Deployment Target:** vps-docker
- **Upstream URL:** https://github.com/DoctoDre/Jury-Voting
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of dhive context in the Orchestrator monorepo
+29
View File
@@ -0,0 +1,29 @@
# Jury-Voting
Real-time jury voting application for the UNIKAT Ideenwettbewerb.
## Stack
- Frontend: React 19 + Vite
- Backend: Express.js
- Persistence: JSON file-based
- Real-time: Server-Sent Events (SSE)
## URLs
- Production: https://unikat.andreknie.de
- Admin: /admin
- Results/Beamer: /results
## Development
```bash
npm install
npm run dev
```
## Deployment
Push to main triggers GitHub Actions -> SSH to VPS -> systemd restart.
Port 3002 on VPS, Caddy reverse proxy.
+16
View File
@@ -0,0 +1,16 @@
# Component: Projekt-KIQ-HP
## Description
KIQ project homepage - static React/Vite landing page for d-hive KI-Qualifizierung
## Metadata
- **Deployment Target:** vps-docker
- **Upstream URL:** https://github.com/DoctoDre/Projekt-KIQ-HP
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of dhive context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: CV
## Description
Personal knowledge graph and CV/profile generation system (TypeScript/Node)
## Metadata
- **Deployment Target:** local-cli
- **Upstream URL:** https://github.com/DoctoDre/CV
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of privat context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: NoteGraph
## Description
Knowledge base with SilverBullet frontend and Python ingestion pipeline
## Metadata
- **Deployment Target:** vps-docker
- **Upstream URL:** https://github.com/DoctoDre/NoteGraph
- **Status:** needs-redo
## Interconnections
- (to be documented)
## Notes
- Part of privat context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: AI-Orchestrator
## Description
Autonomous agent dispatcher following Symphony spec (Python)
## Metadata
- **Deployment Target:** planned
- **Upstream URL:** https://github.com/DoctoDre/AI-Orchestrator
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of shared context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: OrgMyLife
## Description
Personal task, call, and digest coordination system (FastAPI + PostgreSQL)
## Metadata
- **Deployment Target:** vps-docker
- **Upstream URL:** https://github.com/DoctoDre/OrgMyLife
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of shared context in the Orchestrator monorepo
+24
View File
@@ -0,0 +1,24 @@
# OrgMyLife
Personal task, call, and digest coordination system.
## Stack
- Backend: FastAPI + PostgreSQL
- Deployment: VPS Docker (port 8000)
- MCP: Local stdio server for Kiro integration
## API
- Endpoint: https://api.andreknie.de
- Tasks: GET /api/tasks, POST /api/tasks
- Projects: GET/PUT /api/projects, POST /api/projects/create
- Agent filter: ?filter_agent=true
## Development
```bash
pip install -r requirements.txt
uvicorn main:app --reload
```
+16
View File
@@ -0,0 +1,16 @@
# Component: power_skills_and_more
## Description
Collection of Kiro powers, skills, and reusable automation templates
## Metadata
- **Deployment Target:** content-library
- **Upstream URL:** monorepo-internal
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of shared context in the Orchestrator monorepo
+16
View File
@@ -0,0 +1,16 @@
# Component: monorepo-cli
## Description
CLI tool for monorepo management: context boundaries, knowledge store, repo sync, encryption, and federation
## Metadata
- **Deployment Target:** local-cli
- **Upstream URL:** monorepo-internal
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of shared context in the Orchestrator monorepo