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

@@ -46,6 +46,7 @@ PHASE_ABC_PRIMITIVES: frozenset[str] = frozenset({
"motor.command_chunking",
# Phase C — motor.shell_mastery.* (lands one primitive per commit)
"motor.shell_mastery.tab_completion",
"motor.shell_mastery.shortcut_usage",
})