Once scope is established, SynapseAudit collects the minimum necessary code context required to perform analysis.
This typically includes:
Source code text
Language and syntax information
Structural boundaries such as functions or blocks
Local relationships between operations
Context collection happens entirely inside VS Code and uses editor APIs to ensure accuracy and consistency with what the developer sees.
No preprocessing is performed beyond what is required for analysis.