@repo-prism/core
v1.0.2
Published
Public Core SDK façade — only supported integration surface
Readme
@repo-prism/core
Public SDK for Prism’s local-first analysis engine. Surfaces (CLI, MCP, IDE) should call Core only — they must not re-implement analysis.
Website: https://www.prismhq.in · Docs: https://www.prismhq.in/docs
npm install @repo-prism/coreimport { Prism } from "@repo-prism/core";
const client = Prism.create();
const workspace = await client.openRepository("/absolute/path/to/repo");
const health = workspace.getHealth();Most users should use a surface instead of Core directly:
| Surface | Package / link |
|---|---|
| CLI | @repo-prism/cli |
| MCP (agents) | @repo-prism/mcp-server |
| VS Code / Cursor | Prism |
Architecture notes: Core SDK (source) · Website · Source
License: MIT
