You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(cli): track widened augment matcher in claude_config hook tests (#782)
The augment PostToolUse matcher gained the mcp__.*[Rr]epowise.*__.* pattern
and the old value was demoted to a legacy matcher that migration widens.
The hook install/migrate tests still pinned the pre-widening literal, so
every run on main failed. Assert against claude_config._AUGMENT_MATCHER so
the expected-output rows can't drift from the source again, and set the
noop test's already-current input to the same constant.
0 commit comments