You'll notice
Bash tool's built-in git-safety guidance paragraph removed, replaced by an injected variable
What
The description given to the model for the Bash tool used to end with a fixed paragraph telling it to prefer creating new git commits over amending existing ones, and warning against destructive git operations and skipping hooks or commit signing. That fixed paragraph has been removed and replaced with a value that gets filled in elsewhere in the code.
Why
The git-safety guidance the model receives for Bash commands is now assembled dynamically rather than hardcoded in the tool description, though what content actually gets substituted in is not shown here.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What the injected `${m}` value actually contains, and whether it preserves the same git-safety guidance, isn't shown by this finding.