Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 750 Bytes

File metadata and controls

34 lines (24 loc) · 750 Bytes

get_change_velocity

⚠️ Deprecated (CF-7). Use history(view="velocity") instead. This name still resolves and returns byte-identical output for a deprecation window, but is no longer listed by default and emits a one-line notice.

Commits-per-day over a window (requires temporal store). Useful for spotting development tempo shifts.

Input schema

{
  "type": "object",
  "properties": {
    "days": {
      "type": "number",
      "description": "Lookback days (default 30)."
    }
  },
  "required": []
}

Required arguments

None.

Properties

Name Type Description
days number Lookback days (default 30).

See also