reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint
Ideas/index_technology

Idea detail

index_technology

reqlan rq/extension/features-graph-analysers.rq:16

block

Summary

The index_ideas graph database is sql. js SQLite, aligned with graph_design.
On-disk location is application_memory ( `<base>/.reqlan/ideas-index.sqlite` ), not `context.globalStorageUri`.
Implementation: application-memory.ts, workspace-index.ts, headless create-runtime.ts for CLI / MCP, and index-service.ts for the VS Code host.

Jump to outbound references

Jump to inbound references

Navigation

Source file

reqlan rq/extension/features-graph-analysers.rq

community 13

community cluster

features-graph-analysers.rq

file cluster

reqlan rq/extension

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_ideas

Each ["../bases/base.rq".base] maintains an index of its ideas for fast lookup and navigation ( ["../indexer/indexer.rq".index] ). The index should update incrementally as. rq files change within that base ( nested child bases excluded ). Persistence lives in [application_memory] per base, shared with CLI and MCP — not VS Code extension storage. Engine ownership: [workspace_index] in `@reqlan/analytical`; multi-base via BaseRegistry; editor watches via [editor_index_adapter].

Outbound references

KindIdeaPathSnippet
file_reference application_memory_impl packages/analytical/src/core/application-memory.ts application-memory.ts
file_reference analysis_runtime packages/analytical/src/create-runtime.ts create-runtime.ts
file_reference workspace_index packages/analytical/src/index-store/workspace-index.ts workspace-index.ts
file_reference editor_index_adapter packages/extension/src/analytical_submodule/index-store/index-service.ts index-service.ts
references index_ideas reqlan rq/extension/features-graph-analysers.rq index_ideas

Inbound references

KindIdeaPathSnippet
None

Unresolved references

KindIdeaPathSnippet
references application_memory application_memory
references graph_design graph_design

Local graph

Initialising graph…