feat(profiler/behave_shell): emit motor.shell_mastery.shortcut_usage

This commit is contained in:
2026-05-03 23:33:07 -04:00
parent a077cf67c8
commit 4fc980e968
6 changed files with 180 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ from decnet.profiler.behave_shell._features.motor import (
keystroke_cadence,
motor_stability,
paste_burst_rate,
shortcut_usage,
tab_completion,
)
@@ -37,6 +38,7 @@ FEATURES: tuple[FeatureFn, ...] = (
error_correction,
command_chunking,
tab_completion,
shortcut_usage,
inter_command_latency_class,
command_branch_diversity,
feedback_loop_engagement,