From caf2178c88efee874cab65d06fa08ce0b774e10f Mon Sep 17 00:00:00 2001 From: Mona Date: Thu, 10 Sep 2026 14:23:53 -0700 Subject: [PATCH] chore(registry): mirror deprecated flag on the two retired yaw metrics (DS-1163) cvr-cortex marked c3d.metrics.boundary_relative_yaw and c3d.metrics.virtual_yaw deprecated (DS-1160): session circular-mean yaw metrics, no producer since July 2025. test-compact-columns cross-checks this list against the registry and was one resync behind. --- R/registry.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/R/registry.R b/R/registry.R index 089c3a2..62b5557 100644 --- a/R/registry.R +++ b/R/registry.R @@ -14,7 +14,7 @@ # in sync with the registry; test-compact-columns.R cross-checks them against # the YAML whenever a cvr-cortex checkout sits alongside this repo. # -# Last synced against slicer_fields.yaml: 2026-08-12 +# Last synced against slicer_fields.yaml: 2026-09-10 # Raw registry keys marked "deprecated: true". deprecated_registry_keys <- c( @@ -29,6 +29,7 @@ deprecated_registry_keys <- c( "c3d.metric_components.vertical_reach_score", "c3d.metrics.app_performance", "c3d.metrics.battery_efficiency", + "c3d.metrics.boundary_relative_yaw", "c3d.metrics.boundary_score", "c3d.metrics.controller_engagement_score", "c3d.metrics.controller_ergonomic_score", @@ -39,6 +40,7 @@ deprecated_registry_keys <- c( "c3d.metrics.immersion_score", "c3d.metrics.orientation_score", "c3d.metrics.standing_percentage", + "c3d.metrics.virtual_yaw", "c3d.participant.hmdHeight", "c3d.roomsize" )