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
Silent ignore-filtering in file search glob/grep are ripgrep-backed and silently exclude everything covered by .gitignore. Results carry no indicator that paths were filtered out, so "no matches" is indistinguishable from "the files don't exist". A transparency defect: my view of the repo was filtered without either of us knowing.
Git-state analysis never loaded ignore rules During the repo audit I ran git status and classified untracked files without ever reading .gitignore, conflating three distinct categories: deliberately-local paths (.env, thought_review/**), genuinely uncommitted work (the agent_interview batch), and pure junk (0-byte account/usage). This was the root cause of your "I already pushed, why does it still show changes" confusion.
Description
Silent ignore-filtering in file search glob/grep are ripgrep-backed and silently exclude everything covered by .gitignore. Results carry no indicator that paths were filtered out, so "no matches" is indistinguishable from "the files don't exist". A transparency defect: my view of the repo was filtered without either of us knowing.
Git-state analysis never loaded ignore rules During the repo audit I ran git status and classified untracked files without ever reading .gitignore, conflating three distinct categories: deliberately-local paths (.env, thought_review/**), genuinely uncommitted work (the agent_interview batch), and pure junk (0-byte account/usage). This was the root cause of your "I already pushed, why does it still show changes" confusion.
Plugins
No response
OpenCode version
1.18.25
Steps to reproduce
No response
Screenshot and/or share link
No response
Operating System
Windows10
Terminal
No response