agents/momentum: auto-infer per-user momentum baseline #114
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Auto-infer a per-user momentum baseline (rolling completions/day) so "momentum" snippets reflect deviation from each user'''s normal — not an absolute count.
Why
A 3-task day is a slump for a power user and a peak for a casual one. The current
MomentumAgenthas no way to know which.Inferred parameters
baselineCompletionsPerDaystdevmomentumWindowMethod (sketch)
tip_feedback.action='''done'''count by day.Done when
MomentumAgentrewords snippet using z-score language ("above your usual", "slowing down").Depends on