@symantic/core
v0.3.2
Published
Semantic symbol intelligence for TypeScript, shaped for AI agents — core engine
Maintainers
Readme
@symantic/core
The engine behind symantic — semantic code navigation for TypeScript, shaped for an AI agent's token budget and address model.
Transport-agnostic: a warm ts-morph Project, name-based symbol
resolution, and the read-only query + outline operations. The CLI (@symantic/cli) and MCP server
(@symantic/mcp) are thin adapters over this package.
npm i @symantic/coreimport {} from /* ops */ "@symantic/core";Operations are deterministic AST queries — no LLM. Results are name-addressed
(file.ts:Class::method, never byte offsets) and token-lean. The analysis engine is swappable: the
default is ts-morph; an optional tsgo-backed engine is opt-in.
See the root README for the full operation set and docs/ADDRESSING.md for the qualified-name scheme.
License
MIT
