From 7dfdb6e50540848ff40e61d2e5bde6102b69388a Mon Sep 17 00:00:00 2001 From: Jens Reinemann Date: Mon, 18 May 2026 10:17:43 +0200 Subject: [PATCH] chore(genome): formatting fixes (whitespace/table alignment) --- .github/genome/output/.gitkeep | 1 + .github/prompts/genome.prompt.md | 4 ++++ .github/skills/genome/SKILL.md | 18 ++++++++++-------- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/genome/output/.gitkeep b/.github/genome/output/.gitkeep index 6a5eb4d..6be3263 100644 --- a/.github/genome/output/.gitkeep +++ b/.github/genome/output/.gitkeep @@ -1,6 +1,7 @@ # Genome Engine Output Generierte Dateien (nicht committen): + - `raw-mutations.md` - `distilled-mutations.md` - `propagation-proposals.md` diff --git a/.github/prompts/genome.prompt.md b/.github/prompts/genome.prompt.md index a2ed2d5..6cef053 100644 --- a/.github/prompts/genome.prompt.md +++ b/.github/prompts/genome.prompt.md @@ -30,6 +30,7 @@ python .github/skills/genome/genome-extract.py --since "" --repo " **Welche Vorschläge soll ich anwenden?** (Nummern, "alle", "critical+evolution≥7", oder "keine") Wende die ausgewählten Patches an. @@ -73,6 +76,7 @@ Wende die ausgewählten Patches an. ## Abschluss Zeige eine Zusammenfassung: + ``` Genome Engine abgeschlossen: Quell-Repo: diff --git a/.github/skills/genome/SKILL.md b/.github/skills/genome/SKILL.md index 46d0074..d0eedf3 100644 --- a/.github/skills/genome/SKILL.md +++ b/.github/skills/genome/SKILL.md @@ -11,6 +11,7 @@ Automatische Erkennung und Übertragung evolutionärer Verbesserungen an Copilot Die Genome Engine erkennt Verbesserungen an Copilot-Konfigurationsdateien über Git-History, destilliert sie in übertragbare "Growth Vectors" und schlägt konkrete Patches für andere Repos vor. **Begriffe:** + - **Trait** – Ein Skill, Agent, Prompt(-Verbund) oder Instructions-File - **Genome** – Die Gesamtheit aller Traits eines Projekts - **Mutation** – Ein Git-Commit-Delta an einem Trait @@ -19,11 +20,11 @@ Die Genome Engine erkennt Verbesserungen an Copilot-Konfigurationsdateien über ## Pipeline -| Phase | Tool | Input → Output | -|-------|------|----------------| -| 1. Extraction | `genome-extract.py` | Git-History → `raw-mutations.md` | -| 2. Distillation | `genome-distill.prompt.md` | `raw-mutations.md` → `distilled-mutations.md` | -| 3. Propagation | `genome-propagate.prompt.md` | `distilled-mutations.md` + Ziel-Genome → Patches | +| Phase | Tool | Input → Output | +| --------------- | ---------------------------- | ------------------------------------------------ | +| 1. Extraction | `genome-extract.py` | Git-History → `raw-mutations.md` | +| 2. Distillation | `genome-distill.prompt.md` | `raw-mutations.md` → `distilled-mutations.md` | +| 3. Propagation | `genome-propagate.prompt.md` | `distilled-mutations.md` + Ziel-Genome → Patches | ## Usage @@ -35,9 +36,9 @@ Der Router-Prompt fragt nach Quell-Repo und Zeitspanne, dann orchestriert er all ## Dateien -| Datei | Zweck | -|-------|-------| -| `SKILL.md` | Diese Dokumentation | +| Datei | Zweck | +| ------------------- | --------------------------------------- | +| `SKILL.md` | Diese Dokumentation | | `genome-extract.py` | Phase 1: Git-Scanning + Trait-Erkennung | ## Trait-Erkennung @@ -54,6 +55,7 @@ Pfade werden automatisch zu Trait-Keys aufgelöst: ## Genome-Scope Folgende Pfade bilden das Genome: + - `.github/skills/**` - `.github/agents/**` - `.github/prompts/**`