anti
8161c67ec5
feat(profiler/behave_shell): emit motor.command_chunking
BEHAVE-EXTRACTOR.md Phase B Step B.4. First implementation —
prototype doesn't ship this primitive.
* SessionContext gains intra_command_iats: per-command tuple of
IATs between consecutive input events whose timestamps fall
inside [cmd.start_ts, cmd.end_ts). Excludes the terminator IAT.
Built by _per_command_iats.
* _features/motor.py:command_chunking(ctx) emits one Observation
in {fluent, fragmented, single_command}.
- 0 commands → skip emit
- 1 command → single_command (registry-allowed point)
- ≥2 commands → median CV across per-command typed-IATs;
< CMD_CHUNKING_FLUENT_CV_MAX (0.50) → fluent, else fragmented
- paste-only sessions (no command has ≥3 typed IATs) → skip emit
(no honest within-command rhythm to measure)
Confidence 0.80 / 0.65 / 0.60.
* Calibration grid widened to include motor.command_chunking;
green across all five shards. Phase B primitive set complete.
Tests: no commands → skip, 1 command → single_command, uniform
typing → fluent, alternating fast/slow → fragmented, paste-only
multi-command → skip emit.
2026-05-03 21:29:31 -04:00
..
2026-04-27 22:55:48 -04:00
2026-05-03 05:26:45 -04:00
2026-05-02 20:02:47 -04:00
2026-04-25 04:01:28 -04:00
2026-05-01 08:31:05 -04:00
2026-04-29 17:49:31 -04:00
2026-05-02 20:07:03 -04:00
2026-05-02 02:38:24 -04:00
2026-05-02 03:20:53 -04:00
2026-04-30 22:16:00 -04:00
2026-04-29 11:56:40 -04:00
2026-05-03 05:12:51 -04:00
2026-05-03 07:33:37 -04:00
2026-04-28 22:43:34 -04:00
2026-04-27 17:29:25 -04:00
2026-04-19 23:50:53 -04:00
2026-05-01 02:07:53 -04:00
2026-04-26 07:39:46 -04:00
2026-04-28 18:36:00 -04:00
2026-04-26 21:21:36 -04:00
2026-04-24 17:26:40 -04:00
2026-05-03 05:56:46 -04:00
2026-04-28 00:44:40 -04:00
2026-04-23 21:34:25 -04:00
2026-05-01 01:47:04 -04:00
2026-05-03 05:26:45 -04:00
2026-04-17 13:20:05 -04:00
2026-05-03 05:12:51 -04:00
2026-05-03 21:29:31 -04:00
2026-04-30 21:14:36 -04:00
2026-05-03 02:47:06 -04:00
2026-05-03 04:25:24 -04:00
2026-04-26 20:30:24 -04:00
2026-04-28 13:01:11 -04:00
2026-04-28 00:44:40 -04:00
2026-04-23 21:34:25 -04:00
2026-04-30 23:51:41 -04:00
2026-05-03 07:33:37 -04:00
2026-04-27 21:14:48 -04:00
2026-04-26 03:18:34 -04:00
2026-05-03 05:56:46 -04:00
2026-04-24 16:39:38 -04:00
2026-04-29 00:24:17 -04:00
2026-04-28 18:36:00 -04:00
2026-04-28 18:36:00 -04:00