Skip to main content

Module code_index

Module code_index 

Source
Expand description

Code index host capability.

Ports the deterministic trigram/word index that lived in Sources/BurinCodeIndex/ on the Swift side. Implementation lands in issue B3; this scaffold registers the contract so consumers can wire against the stable surface today.

Structsยง

CodeIndexCapability
Code-index capability handle. Stateless today; will own the index actor (or its async handle) once the implementation lands.