epic-13: add cli and tui entry point, finish epic.

This commit is contained in:
2026-05-16 13:37:58 +04:00
parent 72d20726ce
commit 2207a37549
60 changed files with 2896 additions and 41 deletions
@@ -10,7 +10,7 @@ import com.correx.core.inference.RoutingStrategy
* Selects the first [InferenceProvider] from [candidates] whose declared capabilities
* cover all [requiredCapabilities].
*
* "First" means the list order as supplied by [ProviderRegistry.resolve] — callers that
* "First" means the list order as supplied by [com.correx.core.inference.ProviderRegistry.resolve] — callers that
* want score-ordered selection should pass a score-sorted list.
*
* @throws NoEligibleProviderException if no candidate satisfies all required capabilities.