@mrclrchtr/supi-code-runtime
v4.6.0
Published
Shared workspace context and capability contracts for code intelligence
Maintainers
Readme
@mrclrchtr/supi-code-runtime
Shared workspace context, capability contracts, and canonical types for the SuPi code-understanding stack.
This is a library-only package — it has no pi extension surface, no user-facing tools, and no UI. It is not installed directly — supi-lsp, supi-tree-sitter, and supi-code-intelligence bundle it and use its shared abstractions to communicate capability availability.
Package surfaces
@mrclrchtr/supi-code-runtime/api— shared canonical types, capability interfaces, workspace runtime registry, and typed request context
Read-only provider methods return CodeQueryResult<T>:
completed— collection completed;datamay be empty ornullpartial— usable data was collected, but one or more provider branches failedunavailable— no result was established; includes a reason
This keeps successful zero-result facts distinct from routing, transport, and provider failures.
License
MIT
