Expand description
Entity model using SCIP-style human-readable, globally-unique symbol strings.
Identity format: scip:<manager>/<package>/<version>/<path>#<symbol>
Example: scip:npm/my-app/1.0/src/auth/service.ts/AuthService#validateToken
This approach is drawn from Sourcegraph’s SCIP protocol — because each document is self-contained with symbol strings rather than graph-local IDs, individual files can be re-indexed independently without global coordination. Reference: https://github.com/sourcegraph/scip
Structs§
- Entity
Id - SCIP-style globally unique identifier for any code entity.
- UcmEntity
- A node in the context graph — an entity with its identity and metadata.
Enums§
- Discovery
Source - How an entity was discovered — determines base confidence and decay rate.
- Entity
Kind - The kind of code entity in the context graph.
- Test
Type