With the new data-module standard (PR #61, Modules/Module-Types.md + Standard/Naming.md): ConvertTo-/ConvertFrom- pivot through [PSCustomObject]/[hashtable] and ship both directions; Hashtable is the reference shape.
Conformance gaps found during the README review:
- Toml exports only
ConvertFrom-Toml — missing ConvertTo-Toml (standard says ship both directions).
- Hashtable exports
ConvertTo-HashTable with inconsistent noun casing vs its other commands (ConvertFrom-Hashtable, Export-Hashtable, …). Renaming is breaking — needs an alias + deprecation.
Task: audit data modules against Module-Types.md and open per-module follow-ups where needed.
With the new data-module standard (PR #61,
Modules/Module-Types.md+Standard/Naming.md):ConvertTo-/ConvertFrom-pivot through[PSCustomObject]/[hashtable]and ship both directions;Hashtableis the reference shape.Conformance gaps found during the README review:
ConvertFrom-Toml— missingConvertTo-Toml(standard says ship both directions).ConvertTo-HashTablewith inconsistent noun casing vs its other commands (ConvertFrom-Hashtable,Export-Hashtable, …). Renaming is breaking — needs an alias + deprecation.Task: audit data modules against
Module-Types.mdand open per-module follow-ups where needed.