Skip to main content

Module registry

Module registry 

Source
Expand description

Registry of FixContext implementations, keyed by ruleset name.

The registry maps Konveyor ruleset names to framework-specific LLM prompt contexts. When the fix engine encounters a ruleset, it looks up the matching context. If none is found, a generic fallback is used.

Structsยง

FixContextRegistry
Registry that maps ruleset names to their FixContext implementations.