Idea detail
consumption
reqlan rq/indexer/indexer.rq:30
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.
Attributes
No attributes declared.
Ancestor context
The ideas graph indexer: parse `.rq` with `@reqlan/language`, extract ideas / edges, persist to sql. js SQLite. Owned by [ownership]; consumed per [consumption].
ownershipThe [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].
| Kind | Idea | Path | Snippet |
|---|---|---|---|
| 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 |
| Kind | Idea | Path | Snippet |
|---|---|---|---|
| references | index | reqlan rq/indexer/indexer.rq | consumption |
| Kind | Idea | Path | Snippet |
|---|---|---|---|
| references | extension | extension |
Initialising graph…