diff --git a/.github/knowledge-conduit/Concept.md b/.github/knowledge-conduit/Concept.md index 16b18c8..d87d1cd 100644 --- a/.github/knowledge-conduit/Concept.md +++ b/.github/knowledge-conduit/Concept.md @@ -266,17 +266,17 @@ graph TD PR -->|schreibt| PP ``` -| # | Datei | Typ | Ort | -| --- | ------------------------------ | ------------- | ---------------------------------- | -| 1 | `kc-extract.py` | Python Script | `.github/skills/knowledge-conduit/` | -| 2 | `knowledge-conduit.prompt.md` | Orchestrator | `.github/prompts/` | -| 3 | `kc-distill.prompt.md` | Prompt | `.github/prompts/` | -| 4 | `kc-transfer.prompt.md` | Prompt | `.github/prompts/` | -| 5 | `SKILL.md` | Skill-Doku | `.github/skills/knowledge-conduit/` | -| 6 | `Concept.md` | Konzept | `.github/knowledge-conduit/` | -| 7 | `raw-improvements.md` | Generiert | `.github/knowledge-conduit/output/` | -| 8 | `distilled-insights.md` | Generiert | `.github/knowledge-conduit/output/` | -| 9 | `transfer-proposals.md` | Generiert | `.github/knowledge-conduit/output/` | +| # | Datei | Typ | Ort | +| --- | ----------------------------- | ------------- | ----------------------------------- | +| 1 | `kc-extract.py` | Python Script | `.github/skills/knowledge-conduit/` | +| 2 | `knowledge-conduit.prompt.md` | Orchestrator | `.github/prompts/` | +| 3 | `kc-distill.prompt.md` | Prompt | `.github/prompts/` | +| 4 | `kc-transfer.prompt.md` | Prompt | `.github/prompts/` | +| 5 | `SKILL.md` | Skill-Doku | `.github/skills/knowledge-conduit/` | +| 6 | `Concept.md` | Konzept | `.github/knowledge-conduit/` | +| 7 | `raw-improvements.md` | Generiert | `.github/knowledge-conduit/output/` | +| 8 | `distilled-insights.md` | Generiert | `.github/knowledge-conduit/output/` | +| 9 | `transfer-proposals.md` | Generiert | `.github/knowledge-conduit/output/` | > Generierte Dateien (7–9) sind gitignored. diff --git a/.github/skills/knowledge-conduit/SKILL.md b/.github/skills/knowledge-conduit/SKILL.md index d6ed7e2..62fcea6 100644 --- a/.github/skills/knowledge-conduit/SKILL.md +++ b/.github/skills/knowledge-conduit/SKILL.md @@ -20,11 +20,11 @@ Der Knowledge Conduit erkennt Verbesserungen an KI-Konfigurationsdateien über G ## Pipeline -| Phase | Tool | Input → Output | -| --------------- | ------------------- | ----------------------------------------------- | -| 1. Extraction | `kc-extract.py` | Git-History → `raw-improvements.md` | -| 2. Distillation | `kc-distill.prompt.md` | `raw-improvements.md` → `distilled-insights.md` | -| 3. Transfer | `kc-transfer.prompt.md` | `distilled-insights.md` + Ziel-Repo → Patches | +| Phase | Tool | Input → Output | +| --------------- | ----------------------- | ----------------------------------------------- | +| 1. Extraction | `kc-extract.py` | Git-History → `raw-improvements.md` | +| 2. Distillation | `kc-distill.prompt.md` | `raw-improvements.md` → `distilled-insights.md` | +| 3. Transfer | `kc-transfer.prompt.md` | `distilled-insights.md` + Ziel-Repo → Patches | ## Usage @@ -36,14 +36,14 @@ Der Router-Prompt fragt nach Quell-Repo und Zeitspanne, dann orchestriert er all ## Dateien -| Datei | Ort | Zweck | -| ------------------------------ | ---------------------------------- | -------------------------------------------- | -| `SKILL.md` | `.github/skills/knowledge-conduit/` | Diese Dokumentation | -| `kc-extract.py` | `.github/skills/knowledge-conduit/` | Phase 1: Git-Scanning + Capability-Erkennung | -| `knowledge-conduit.prompt.md` | `.github/prompts/` | Orchestrator (Router für alle 3 Phasen) | -| `kc-distill.prompt.md` | `.github/prompts/` | Phase 2: Klassifizierung + Scoring | -| `kc-transfer.prompt.md` | `.github/prompts/` | Phase 3: Transfer-Vorschläge für Ziel | -| `Concept.md` | `.github/knowledge-conduit/` | Vollständiges Konzept-Dokument | +| Datei | Ort | Zweck | +| ----------------------------- | ----------------------------------- | -------------------------------------------- | +| `SKILL.md` | `.github/skills/knowledge-conduit/` | Diese Dokumentation | +| `kc-extract.py` | `.github/skills/knowledge-conduit/` | Phase 1: Git-Scanning + Capability-Erkennung | +| `knowledge-conduit.prompt.md` | `.github/prompts/` | Orchestrator (Router für alle 3 Phasen) | +| `kc-distill.prompt.md` | `.github/prompts/` | Phase 2: Klassifizierung + Scoring | +| `kc-transfer.prompt.md` | `.github/prompts/` | Phase 3: Transfer-Vorschläge für Ziel | +| `Concept.md` | `.github/knowledge-conduit/` | Vollständiges Konzept-Dokument | ## Capability-Erkennung