bluera-knowledge 0.19.4 → 0.19.5

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.19.5](https://github.com/blueraai/bluera-knowledge/compare/v0.19.4...v0.19.5) (2026-01-31)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **gitignore:** add logs directory to ignored patterns ([ec9faf4](https://github.com/blueraai/bluera-knowledge/commit/ec9faf482e8fc8ba1cbf6619a8c561eb51e35f3c))
11
+
5
12
  ## [0.19.4](https://github.com/blueraai/bluera-knowledge/compare/v0.19.3...v0.19.4) (2026-01-31)
6
13
 
7
14
 
@@ -2,7 +2,7 @@ import {
2
2
  createLogger,
3
3
  summarizePayload,
4
4
  truncateForLog
5
- } from "./chunk-KQLTWB4T.js";
5
+ } from "./chunk-T7MENUKF.js";
6
6
 
7
7
  // src/crawl/intelligent-crawler.ts
8
8
  import { EventEmitter } from "events";
@@ -916,4 +916,4 @@ export {
916
916
  getCrawlStrategy,
917
917
  IntelligentCrawler
918
918
  };
919
- //# sourceMappingURL=chunk-EQYSYRQJ.js.map
919
+ //# sourceMappingURL=chunk-JJYYK726.js.map
@@ -2200,12 +2200,13 @@ var REQUIRED_PATTERNS = [
2200
2200
  "!.bluera/bluera-knowledge/stores.config.json",
2201
2201
  "!.bluera/bluera-knowledge/config.json",
2202
2202
  "!.bluera/bluera-knowledge/skill-activation.json",
2203
- ".bluera/bluera-knowledge/data/"
2203
+ ".bluera/bluera-knowledge/data/",
2204
+ ".bluera/bluera-knowledge/logs/"
2204
2205
  ];
2205
2206
  var SECTION_HEADER = `
2206
2207
  # Bluera Knowledge
2207
2208
  # Config files (stores.config.json, config.json, skill-activation.json) can be committed
2208
- # Data directory (vector DB, cloned repos) is not committed
2209
+ # Data directory (vector DB, cloned repos) and logs are not committed
2209
2210
  `;
2210
2211
  async function fileExists2(path4) {
2211
2212
  try {
@@ -5900,4 +5901,4 @@ export {
5900
5901
  createServices,
5901
5902
  destroyServices
5902
5903
  };
5903
- //# sourceMappingURL=chunk-KQLTWB4T.js.map
5904
+ //# sourceMappingURL=chunk-T7MENUKF.js.map