Genome Engine: Automatische Erkennung und Propagation von Copilot-Customization-Verbesserungen #107
Labels
No labels
block-planning
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
infrastructure
invalid
planning
priority:high
priority:low
question
refactoring
status:backlog
status:done
status:in-progress
status:todo
tech-decision
test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: bollwerkadmin/bollwerk#107
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ziel
Automatische Erkennung evolutionärer Verbesserungen an Copilot-Customization-Dateien (Skills, Agents, Instructions) über Git-History hinweg. Die erkannten Verbesserungen werden destilliert, bewertet und als Propagation-Vorschläge für andere Projekte bereitgestellt.
Konzept
Siehe
docs/genome-engine.mdfür das vollständige Konzept.Kernbegriffe
Scope
.github/skills/**.github/agents/**.github/copilot-instructions.mdPipeline (3 Phasen)
Phase 1: Extraction (Script)
genome-extract.ps1scanntgit logfür Änderungen im Genome-Scoperaw-mutations.mdPhase 2: Distillation (Agent)
distilled-mutations.mdPhase 3: Propagation (Agent)
propagation-proposals.mdDeliverables
genome-extract.ps1.github/genome/genome-distill.prompt.md.github/genome/genome-propagate.prompt.md.github/genome/raw-mutations.md.github/genome/output/distilled-mutations.md.github/genome/output/propagation-proposals.md.github/genome/output/Akzeptanzkriterien
genome-extract.ps1extrahiert Mutations korrekt nach Trait-Typ (skill/agent/instructions)