reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint
Ideas/consumption

Idea detail

consumption

reqlan rq/indexer/indexer.rq:30

block

Summary

Consumers of the analytical index:
- extension — thin VS Code adapter index-service.ts ( file watchers, Uri conversion, UI status )
- CLI ( `cli_package` ) and MCP — headless create-runtime.ts
The extension does not own the indexing engine; it only hosts the adapter.

Jump to outbound references

Jump to inbound references

Navigation

Source file

reqlan rq/indexer/indexer.rq

community 35

community cluster

indexer.rq

file cluster

reqlan rq/indexer

folder cluster

status: Not present

status cluster

tag: Not present

tag cluster

Printable page

Static print-friendly idea sheet.

Attributes

No attributes declared.

Ancestor context

index

The ideas graph indexer: parse `.rq` with `@reqlan/language`, extract ideas / edges, persist to sql. js SQLite. Owned by [ownership]; consumed per [consumption].

ownership

The [index] / indexer lives in `packages/analytical` ( `@reqlan/analytical` ). Canonical single-base engine: [workspace_index] ( `WorkspaceIndex` facade ). Sync / idle impl: [workspace_index_sync]; one-file parse + persist: [workspace_index_file]; mtime stale diff: [workspace_mtime]. Multi-base registry: one `WorkspaceIndex` per discovered ["../bases/base.rq".base] under [app_memory_doc.application_memory] ( `<base>/.reqlan/` ). Headless entry: [analysis_runtime] via `createAnalysisRuntime` ( CLI / MCP ) — discovers bases under the resolved root and defaults to the nearest base containing cwd. On-disk store path: [application_memory_impl] under `<base>/.reqlan/` — see [app_memory_doc.application_memory].

Outbound references

KindIdeaPathSnippet
file_reference analysis_runtime packages/analytical/src/create-runtime.ts create-runtime.ts
file_reference editor_index_adapter packages/extension/src/analytical_submodule/index-store/index-service.ts index-service.ts
references index reqlan rq/indexer/indexer.rq index

Inbound references

KindIdeaPathSnippet
references index reqlan rq/indexer/indexer.rq consumption

Unresolved references

KindIdeaPathSnippet
references extension extension

Local graph

Initialising graph…