Atlas constructors now attach structured provenance/space metadata and compatibility aliases (space, template_space, coord_space, confidence) for Schaefer, Glasser, ASEG, Olsen MTL/hippocampus, and TemplateFlow subcortical atlases.
get_glasser_atlas() now accepts a source argument and defaults to source = "mni2009c" with fallback to legacy xcpengine when unavailable. Fallback paths are tagged with confidence = "uncertain".
Added test-atlas-ref.R coverage for atlas reference metadata and basic cross-representation label concordance checks.
atlas_alignment() now consults the space transform registry for same-representation cross-template routes (e.g., NLin6Asym to 2009cAsym) and reports route-specific status/confidence.
Fixed white gaps (“shards”) in plot_brain() surface rendering caused by inconsistent triangle winding in some meshes.
Added silhouette* and network_border* options to plot_brain() for improved boundary styling (silhouette outline and between-network borders).
Improved plot_brain() aesthetics with smoother boundary rendering (border_geom = "path") and an optional normal-based shading overlay (shading*, fill_alpha).