Platform - 0.59.0
🧩 Fix
Commented include statements in Aleph scripts are no longer parsed as dependencies by the Agent. Example:
// include "dependency.aleph"
Previously, this line could incorrectly trigger dependency resolution and fail the execution. It is now correctly ignored.
🔧 Impact
This fix prevents incorrect dependency lookups and ensures consistent execution graphs when using commented or disabled includes.