Motivation
Why do we need this?
-
Lack of Compiled Context: AI tools only see source code; they don't know what the final compiled routine looks like.
-
Macro Hallucination: Because AI doesn't see our
#includefiles or system macros, it often makes them up, wasting time during debugging. -
The Documentation Gap: Deep logic optimization often requires understanding internal macros that aren't fully covered in public documentation.
-
Manual Overhead: Currently, the only way to fix this is to manually use the IRIS VS Code extension to find the "truth" in the routine.

