docs(knowledge-conduit): update Concept + SKILL

This commit is contained in:
Jens Reinemann 2026-05-18 13:22:08 +02:00
parent e43c0ebbb5
commit cc8bbc3111
2 changed files with 24 additions and 24 deletions

View file

@ -266,17 +266,17 @@ graph TD
PR -->|schreibt| PP PR -->|schreibt| PP
``` ```
| # | Datei | Typ | Ort | | # | Datei | Typ | Ort |
| --- | ------------------------------ | ------------- | ---------------------------------- | | --- | ----------------------------- | ------------- | ----------------------------------- |
| 1 | `kc-extract.py` | Python Script | `.github/skills/knowledge-conduit/` | | 1 | `kc-extract.py` | Python Script | `.github/skills/knowledge-conduit/` |
| 2 | `knowledge-conduit.prompt.md` | Orchestrator | `.github/prompts/` | | 2 | `knowledge-conduit.prompt.md` | Orchestrator | `.github/prompts/` |
| 3 | `kc-distill.prompt.md` | Prompt | `.github/prompts/` | | 3 | `kc-distill.prompt.md` | Prompt | `.github/prompts/` |
| 4 | `kc-transfer.prompt.md` | Prompt | `.github/prompts/` | | 4 | `kc-transfer.prompt.md` | Prompt | `.github/prompts/` |
| 5 | `SKILL.md` | Skill-Doku | `.github/skills/knowledge-conduit/` | | 5 | `SKILL.md` | Skill-Doku | `.github/skills/knowledge-conduit/` |
| 6 | `Concept.md` | Konzept | `.github/knowledge-conduit/` | | 6 | `Concept.md` | Konzept | `.github/knowledge-conduit/` |
| 7 | `raw-improvements.md` | Generiert | `.github/knowledge-conduit/output/` | | 7 | `raw-improvements.md` | Generiert | `.github/knowledge-conduit/output/` |
| 8 | `distilled-insights.md` | Generiert | `.github/knowledge-conduit/output/` | | 8 | `distilled-insights.md` | Generiert | `.github/knowledge-conduit/output/` |
| 9 | `transfer-proposals.md` | Generiert | `.github/knowledge-conduit/output/` | | 9 | `transfer-proposals.md` | Generiert | `.github/knowledge-conduit/output/` |
> Generierte Dateien (79) sind gitignored. > Generierte Dateien (79) sind gitignored.

View file

@ -20,11 +20,11 @@ Der Knowledge Conduit erkennt Verbesserungen an KI-Konfigurationsdateien über G
## Pipeline ## Pipeline
| Phase | Tool | Input → Output | | Phase | Tool | Input → Output |
| --------------- | ------------------- | ----------------------------------------------- | | --------------- | ----------------------- | ----------------------------------------------- |
| 1. Extraction | `kc-extract.py` | Git-History → `raw-improvements.md` | | 1. Extraction | `kc-extract.py` | Git-History → `raw-improvements.md` |
| 2. Distillation | `kc-distill.prompt.md` | `raw-improvements.md``distilled-insights.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 | | 3. Transfer | `kc-transfer.prompt.md` | `distilled-insights.md` + Ziel-Repo → Patches |
## Usage ## Usage
@ -36,14 +36,14 @@ Der Router-Prompt fragt nach Quell-Repo und Zeitspanne, dann orchestriert er all
## Dateien ## Dateien
| Datei | Ort | Zweck | | Datei | Ort | Zweck |
| ------------------------------ | ---------------------------------- | -------------------------------------------- | | ----------------------------- | ----------------------------------- | -------------------------------------------- |
| `SKILL.md` | `.github/skills/knowledge-conduit/` | Diese Dokumentation | | `SKILL.md` | `.github/skills/knowledge-conduit/` | Diese Dokumentation |
| `kc-extract.py` | `.github/skills/knowledge-conduit/` | Phase 1: Git-Scanning + Capability-Erkennung | | `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) | | `knowledge-conduit.prompt.md` | `.github/prompts/` | Orchestrator (Router für alle 3 Phasen) |
| `kc-distill.prompt.md` | `.github/prompts/` | Phase 2: Klassifizierung + Scoring | | `kc-distill.prompt.md` | `.github/prompts/` | Phase 2: Klassifizierung + Scoring |
| `kc-transfer.prompt.md` | `.github/prompts/` | Phase 3: Transfer-Vorschläge für Ziel | | `kc-transfer.prompt.md` | `.github/prompts/` | Phase 3: Transfer-Vorschläge für Ziel |
| `Concept.md` | `.github/knowledge-conduit/` | Vollständiges Konzept-Dokument | | `Concept.md` | `.github/knowledge-conduit/` | Vollständiges Konzept-Dokument |
## Capability-Erkennung ## Capability-Erkennung