feat: consolidated metadata support (v2 .zmetadata + v3 inline)
Add Consolidated module for v3 inline consolidated_metadata field
(zarr-specs PR 309) and V2_consolidated module for v2 .zmetadata files.
The probe function now checks for consolidated metadata:
- V3: parses consolidated_metadata from zarr.json if present
- V2: reads .zmetadata if present alongside .zgroup
The zarr-inspect CLI displays the consolidated node listing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>