reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint
Ideas/indexing_trigger_open

Idea detail

indexing_trigger_open

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

block

Summary

After the activity bar's first painted frame / base activate, run one soft sync ( mtime-skipped ) so the index is warm without delaying the sidebar shell.
This is a startup pass — not the idle checker ( indexing_trigger_auto ).

Jump to outbound references

Jump to inbound references

Navigation

Source file

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

community 14

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

indexing_trigger_auto

When the editor host is idle, run a * * background staleness check * * — not a reindex and not a soft full sync UI pass. Philosophy: computationally cheap. Load document mtimes in * * one * * SQLite read, compare each file's FS mtime in memory, and only then index mismatched or new files; drop deleted docs in one batched delete. A single MAX ( mtime ) watermark is not sufficient ( one file can get newer while another gets older ). If nothing is stale: no state transition, no progress UI, no parse. If some files are stale: index * * only those files * * under ["../indexer/indexer.rq".nonblocking_index]. Schedule after a quiet period with no index activity; prefer running when the window is unfocused; defer or cancel if the user becomes active again. Extension host only ( [editor_index_adapter] ); CLI / MCP have no idle loop ( they sync on activate / command ).

Outbound references

KindIdeaPathSnippet
references indexing_trigger_auto reqlan rq/extension/features-graph-analysers.rq indexing_trigger_auto

Inbound references

KindIdeaPathSnippet
None

Unresolved references

KindIdeaPathSnippet
None

Local graph

Initialising graph…