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ยง
- FixContext
Registry - Registry that maps ruleset names to their
FixContextimplementations.