How Analysis Is Triggered

SynapseAudit does not monitor files passively.
There is no continuous scanning, background indexing, or automatic execution tied to editor events.

Analysis begins only when the developer initiates it through one of the supported VS Code interactions, such as:

Each trigger corresponds to a single, intentional analysis cycle.

This design ensures that:

Once triggered, SynapseAudit performs its analysis synchronously with the developer’s request and then returns control to the editor.