vianb
Results
1
issues of
vianb
### Description The `Snapshot` module (`packages/opencode/src/snapshot/index.ts`), which is responsible for tracking file changes and generating session diffs, completely ignores the `watcher.ignore` configuration settings. When `Snapshot.track()` is called, it executes: ```typescript...
perf