Idea detail
index
reqlan rq/indexer/indexer.rq:16
Summary
The ideas graph indexer: parse `.rq` with `@reqlan/language`, extract ideas / edges, persist to sql. js SQLite.
Owned by ownership; consumed per consumption.
Attributes
No attributes declared.
Ancestor context
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].
consumptionConsumers of the analytical [index]: - [extension] — thin VS Code adapter [editor_index_adapter] ( file watchers, Uri conversion, UI status ) - CLI ( `["../cli/cli_package.rq".cli_package]` ) and MCP — headless [analysis_runtime] The extension does not own the indexing engine; it only hosts the adapter.
| Kind | Idea | Path | Snippet |
|---|---|---|---|
| references | capabilities | reqlan rq/indexer/indexer.rq | index |
| references | consumption | reqlan rq/indexer/indexer.rq | index |
| references | ownership | reqlan rq/indexer/indexer.rq | index |
| Kind | Idea | Path | Snippet |
|---|---|---|---|
| None | |||
Initialising graph…