grepmax 0.26.0 → 0.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@
10
10
  "name": "grepmax",
11
11
  "source": "./plugins/grepmax",
12
12
  "description": "Semantic code search for Claude Code. Automatically indexes your project and provides intelligent search capabilities.",
13
- "version": "0.26.0",
13
+ "version": "0.26.1",
14
14
  "author": {
15
15
  "name": "Robert Owens",
16
16
  "email": "robowens@me.com"
@@ -104,7 +104,7 @@ class ProjectBatchProcessor {
104
104
  : null;
105
105
  if (!normalized)
106
106
  return;
107
- if (this.filePolicy.isPolicyFile(normalized)) {
107
+ if (this.filePolicy.isPolicyFile(normalized) && !(options === null || options === void 0 ? void 0 : options.forceDelete)) {
108
108
  this.filePolicy.invalidateIgnoreCache();
109
109
  if (this.processing)
110
110
  this.policyChangedDuringBatch = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grepmax",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "author": "Robert Owens <78518764+reowens@users.noreply.github.com>",
5
5
  "homepage": "https://github.com/reowens/grepmax",
6
6
  "bugs": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grepmax",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "description": "Semantic code search for Claude Code. Automatically indexes your project and provides intelligent search capabilities.",
5
5
  "author": {
6
6
  "name": "Robert Owens",