What's wrong with this entry?
Anonymous. No account, no email.
- Fixed
--worktreestarting before workspace trust is accepted, replacing a later failure with a direct trust message. Evidence: trust gate added before worktree creation (search for"Workspace trust not yet accepted")
- Improved PowerShell 5.1 command safety detection for cwd-first command shadowing. Evidence: new warning for commands that create a file which shadows a later command (search for
"Windows PowerShell 5.1 cwd-first resolution")
- Improved PowerShell validation around runtime-resolved Unicode codepoint escapes. Evidence: new classifier message (search for
"PowerShell \u{HEX} codepoint escape is runtime-resolved and cannot be statically validated."`)
- Fixed bare Git repository detection to recognize
.gitfiles that containgitdir:and avoid misclassifying linked worktrees or nested repositories. Evidence: updated Git structure detection (search for"gitdir:")