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
- commandSafety: `git restore --staged --worktree` (and -W) writes the working
tree, so flag it despite the --staged exemption — a security gate must not
false-negative here. Adds test cases; the staged-only unstage stays safe.
- compaction: cap the summarizer input by keeping BOTH ends (the opening goal +
the most recent pre-cut decisions) instead of a plain head slice that dropped
the latest state closest to the kept tail.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments