docs(knowledge-conduit): update Concept + SKILL
This commit is contained in:
parent
e43c0ebbb5
commit
cc8bbc3111
2 changed files with 24 additions and 24 deletions
22
.github/knowledge-conduit/Concept.md
vendored
22
.github/knowledge-conduit/Concept.md
vendored
|
|
@ -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 (7–9) sind gitignored.
|
> Generierte Dateien (7–9) sind gitignored.
|
||||||
|
|
||||||
|
|
|
||||||
26
.github/skills/knowledge-conduit/SKILL.md
vendored
26
.github/skills/knowledge-conduit/SKILL.md
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue