Problem:
Standalone annotation notes that describe emits near an activity can be parsed as if they are bound to that activity. On exec, the note is attached to the activity metadata and no longer roundtrips as a free note.
Expected:
MDL should preserve a free annotation note separately from activity-bound annotation metadata when order makes the distinction visible.
Impact:
Describe/exec/describe can move or reclassify user-visible notes in microflow output.
Proposed fix:
Add explicit AST support for free annotations and document the order-based discrimination rule.
Problem:
Standalone annotation notes that describe emits near an activity can be parsed as if they are bound to that activity. On exec, the note is attached to the activity metadata and no longer roundtrips as a free note.
Expected:
MDL should preserve a free annotation note separately from activity-bound annotation metadata when order makes the distinction visible.
Impact:
Describe/exec/describe can move or reclassify user-visible notes in microflow output.
Proposed fix:
Add explicit AST support for free annotations and document the order-based discrimination rule.