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
@@ -21,8 +21,8 @@ package com.correx.core.inference
* timeout. Only a fired [InferenceTimeout] deadline triggers [CancellationReason.StageTimeout].
*
* ## Event contract
* On cancellation, the provider MUST emit [InferenceTimeoutEvent] (for deadline
* exceeded) or allow the harness to emit [InferenceFailedEvent] with
* On cancellation, the provider MUST emit [com.correx.core.events.events.InferenceTimeoutEvent] (for deadline
* exceeded) or allow the harness to emit [com.correx.core.events.events.InferenceFailedEvent] with
* [CancellationReason] attached. The provider MUST NOT swallow the cancellation.
*/
interface InferenceCancellationToken {