Migrate all repos into monorepo context folders

Bahn: aisupport, Analyse-O2C-C2S, awesome-bahn-mcp-servers, beam-mcp,
      Confluence_Bot, db-planet-mcp-server, O2C-Harness, project-audit,
      Projekt-KIQ-HP, teamlandkarte-mcp
Dhive: Jury-Voting
Privat: CV, NoteGraph (NOTE: NoteGraph needs complete redo after consolidation)
Shared: AI-Orchestrator, OrgMyLife, power_skills_and_more
Shared/references: symphony (read-only)

Bahn repos remain available as independent remotes - this monorepo
pulls them in via subtree, the originals are untouched.
This commit is contained in:
2026-06-30 20:39:52 +02:00
parent 2f2b295531
commit a5f8fb49ab
1717 changed files with 447332 additions and 0 deletions
+84
View File
@@ -0,0 +1,84 @@
---
generated: {{generated_date}}
person: {{person.id}}
posting: {{posting.identifier}}
type: individual
---
# {{person.name.display}}
{{person.contact.email}} | {{person.contact.linkedin}} | {{person.contact.location}}
---
## Professional Summary
{{person.summary}}
---
## Key Skills
{{#each skillCategories}}
### {{category}}
{{#each skills}}
- {{name}}{{#if level}} ({{level}}){{/if}}
{{/each}}
{{/each}}
---
## Professional Experience
{{#each experiences}}
### **{{title}}** | {{organization.name}} | *{{start}} {{end}}*
{{description}}
{{#each achievements}}
- {{this}}
{{/each}}
{{/each}}
---
## Projects
{{#each projects}}
### **{{name}}**
{{description}}
- **Technologies:** {{#each skillsUsed}}{{name}}{{#unless @last}}, {{/unless}}{{/each}}
{{/each}}
---
## Education
{{#each education}}
### {{degree}} — {{field}}
{{institution}} | *{{start}} {{end}}*
{{/each}}
---
## Certifications
{{#each certifications}}
- **{{name}}** — {{issuer}}, *{{date}}*{{#if expires}} (expires {{expires}}){{/if}}
{{/each}}
---
## Languages
{{#each languages}}
- {{language}} — {{level}}
{{/each}}
+114
View File
@@ -0,0 +1,114 @@
---
generated: {{generated_date}}
tandem: {{tandem.id}}
posting: {{posting.identifier}}
type: tandem
---
# {{partnerA.name.display}} & {{partnerB.name.display}}
## Job Sharing Tandem Application
### {{posting.title}}
---
## Tandem Introduction
### Shared Vision
{{tandem.sharedVision}}
### Collaboration Model
{{tandem.collaborationModel}}
---
## Complementary Skills Overview
| Area | {{partnerA.name.first}} | {{partnerB.name.first}} |
|------|-----------|-----------|
{{#each complementarySkillAreas}}
| {{area}} | {{partnerASkills}} | {{partnerBSkills}} |
{{/each}}
---
## Joint Competencies
{{#each tandem.jointCompetencies}}
- {{this}}
{{/each}}
---
## {{partnerA.name.display}}
### Summary
{{partnerA.summary}}
### Key Skills
{{#each partnerA.topSkills}}
- {{name}}{{#if level}} ({{level}}){{/if}}
{{/each}}
### Key Experience
{{#each partnerA.topExperiences}}
- **{{title}}** | {{organization.name}} | *{{start}} {{end}}*
{{/each}}
---
## {{partnerB.name.display}}
### Summary
{{partnerB.summary}}
### Key Skills
{{#each partnerB.topSkills}}
- {{name}}{{#if level}} ({{level}}){{/if}}
{{/each}}
### Key Experience
{{#each partnerB.topExperiences}}
- **{{title}}** | {{organization.name}} | *{{start}} {{end}}*
{{/each}}
---
## Combined Experience Timeline
{{#each combinedTimeline}}
### *{{start}} {{end}}*
- **{{partnerName}}** — {{title}} | {{organization.name}}
{{/each}}
---
## Education & Certifications
### {{partnerA.name.display}}
{{#each partnerA.education}}
- {{degree}} — {{field}}, {{institution}} (*{{start}} {{end}}*)
{{/each}}
{{#each partnerA.certifications}}
- **{{name}}** — {{issuer}}, *{{date}}*
{{/each}}
### {{partnerB.name.display}}
{{#each partnerB.education}}
- {{degree}} — {{field}}, {{institution}} (*{{start}} {{end}}*)
{{/each}}
{{#each partnerB.certifications}}
- **{{name}}** — {{issuer}}, *{{date}}*
{{/each}}
@@ -0,0 +1 @@
+50
View File
@@ -0,0 +1,50 @@
---
generated: {{generated_date}}
person: {{person.id}}
topic: {{talk_topic}}
event_context: {{event_context}}
type: speaker-introduction
---
# Speaker Introduction: {{person.name.display}}
**Talk:** {{talk_topic}}
**Event context:** {{event_context}}
---
## Short
{{!-- 2-3 sentences: name, current role, one key qualification relevant to the talk topic --}}
{{short_intro}}
---
## Medium
{{!-- One paragraph: expanded context with relevant experience, achievements, and connection to the talk topic --}}
{{medium_intro}}
---
## Long
{{!-- Multiple paragraphs: full professional narrative relevant to the talk --}}
{{long_intro}}
---
## Tone Adaptation Notes
{{!--
Tone is adapted based on event_context:
- technical-conference: Emphasize technical skills, specific technologies, hands-on experience, open source contributions. Use precise technical vocabulary.
- business-meeting: Emphasize leadership, strategic impact, organizational achievements, business outcomes. Use professional business language.
- academic-setting: Emphasize research, publications, methodology, teaching, formal credentials. Use formal academic tone.
--}}
**Applied tone:** {{event_context}}
@@ -0,0 +1 @@