@tikoci/centrs
    Preparing search index...

    Type Alias OccurrenceClass

    OccurrenceClass:
        | "write"
        | "read"
        | "unknown-verb"
        | "ambiguous"
        | "dynamic"
        | "defect"
        | "no-verb"

    How one classified command occurrence bears on the rollup.

    Type Declaration

    • "write"

      A curated write verb, in the vocabulary that matches its position.

    • "read"

      A curated read verb.

    • "unknown-verb"

      A decided verb outside both curated tables — abstains.

    • "ambiguous"

      A path-shaped statement whose verb/menu boundary Q6 refused — abstains. /system/reboot and /ip/address are the same text, so a bare path may be a no-argument WRITE. See the note on classifyStatement.

    • "dynamic"

      The command is built at runtime; offline cannot read it — abstains.

    • "defect"

      A statement the path resolver refused (Q14 structural defect) — abstains.

    • "no-verb"

      The statement has no leading path run at all (it opens with [, ( or a string), so it names no command. Carries no write signal either way — an inner […] command is reached by the bracket walk instead.