reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint

Printable idea sheet

analytical_package

reqlan rq/core-architecture.rq:55

`packages/analytical` ( `@reqlan/analytical` ) is the shared requirement graph index and analysis layer.
It owns the indexer.rq: extracts ideas and edges from Langium ASTs into a sql. js SQLite store ( workspace-index.ts ), holds Zustand analytical state, and exposes analysers and an analysis API.
Headless entry is create-runtime.ts via `createAnalysisRuntime` / `WorkspaceIndex`.
Consumers: extension_package ( thin editor adapter ), mcp_package, cli_package.
Depends on language_package. Published to npm alongside analytical_package; version graph role: package_versioning.

Interactive page: analytical_package