@ri-engine/rie-plugin-host
v0.1.0
Published
Plugin host runtime for the Repository Intelligence Engine
Maintainers
Readme
@ri-engine/rie-plugin-host
The plugin host (ADR-002/ADR-010): verifies plugin↔engine apiVersion
compatibility, grants capabilities (least privilege — network/readFiles
off unless explicitly granted), runs the hook lifecycle over a read-only
GraphQuery (no write path is reachable), isolates failures (RIE3xxx
diagnostics, never an aborted run), validates outputs (ADR-011), and writes
artifacts path-confined. Also home to the GraphQuery implementation
(budgeted subgraph with deterministic ranking, callers/callees,
shortestPath) and the bounded query DSL behind rie query and MCP's
query_graph. Depends only on @ri-engine/rie-contracts; composed at the edge.
