Under the hood
Git status command used for context gathering now built from a shared constant, no behavior change
What
The git status --short command Claude Code runs internally to gather context now pulls its arguments from a shared named constant instead of an inline list, and an internal truncation-threshold variable (still 2000 characters) was renamed.
Why
This is an internal code cleanup with no effect on behavior.