@tikoci/centrs
    Preparing search index...

    Interface Split

    The verb/menu boundary decision for one run.

    interface Split {
        ambiguous: boolean;
        verbAt: number | null;
        why: string;
    }
    Index

    Properties

    Properties

    ambiguous: boolean

    True when the schema-free rule cannot decide the run (V4's bare path). resolveVerb upgrades this to navigation when the container table recognizes the path; here it stays a refusal, so splitRun's abstention rate keeps pricing proposed on its own terms.

    verbAt: number | null

    Index of the verb inside the run, or null for "no verb decided".

    why: string

    The rule that fired, for provenance.