Create `mud-area` CLI skeleton with subcommands `validate`, `map`, `compile` and `--help`. Acceptance - `bin/mud_area` (or equivalent) builds and runs `--help` showing subcommands/options. - No command logic yet; exits 0.
Create
mud-areaCLI skeleton with subcommandsvalidate,map,compileand--help.Acceptance
bin/mud_area(or equivalent) builds and runs--helpshowing subcommands/options.