paqad-ai 1.26.0 → 1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # paqad-ai
2
2
 
3
+ ## 1.26.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#194](https://github.com/Eliyce/paqad-ai/pull/194) [`8885a27`](https://github.com/Eliyce/paqad-ai/commit/8885a27083898032206225e8483ee03cc89843a8) Thanks [@HLasani](https://github.com/HLasani)! - Ignore the rule-script snapshot directory `.paqad/scripts/rules/.history/` in the managed `.paqad/.gitignore`. It holds per-machine pre-mutation rule snapshots and an events log (the same runtime category as the already-ignored `.cache/` sibling) and should never be committed.
8
+
3
9
  ## 1.26.0
4
10
 
5
11
  ### Minor Changes
package/dist/cli/index.js CHANGED
@@ -24702,6 +24702,7 @@ var MANAGED_GITIGNORE_ENTRIES = [
24702
24702
  "pentest/",
24703
24703
  "theme/",
24704
24704
  "scripts/rules/.cache/",
24705
+ "scripts/rules/.history/",
24705
24706
  "onboarding-checkpoint.json",
24706
24707
  "# per-machine runtime state (regenerated locally)",
24707
24708
  "logs/",
@@ -35239,7 +35240,7 @@ init_esm_shims();
35239
35240
  init_esm_shims();
35240
35241
 
35241
35242
  // src/index.ts
35242
- var VERSION = "1.26.0";
35243
+ var VERSION = "1.26.1";
35243
35244
 
35244
35245
  // src/cli/commands/audit.ts
35245
35246
  init_esm_shims();