Completes the symbolic-addressing symmetry from 2.1.0.
Modules can now be referenced by human name / brand, not just slug — matching
how params and ports already resolve by their label:
/module/add "Audible Instruments" "Braids" # alongside the slug form
/param/set "Fundamental/VCO" "Frequency" 0.5
Match is slug (exact) or name (case-insensitive); ambiguous names return an
error listing the candidate slugs. Every numeric-id and slug client keeps working
unchanged.
Windows + Linux binaries attached.