Problem:
DESCRIBE MICROFLOW prints explicit anchor fragments for connection sides that match MDL defaults. Re-execution can omit or normalize those defaults, creating noisy cosmetic diffs.
Expected:
Describe output should omit anchor fragments that are equivalent to the default connection sides, while still preserving non-default anchors.
Impact:
Roundtrip audits produce avoidable cosmetic mismatch noise.
Proposed fix:
Suppress default anchor fragments for regular and split branch flows.
Problem:
DESCRIBE MICROFLOWprints explicit anchor fragments for connection sides that match MDL defaults. Re-execution can omit or normalize those defaults, creating noisy cosmetic diffs.Expected:
Describe output should omit anchor fragments that are equivalent to the default connection sides, while still preserving non-default anchors.
Impact:
Roundtrip audits produce avoidable cosmetic mismatch noise.
Proposed fix:
Suppress default anchor fragments for regular and split branch flows.