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 +7 -0
- package/dist/{chunk-EQYSYRQJ.js → chunk-JJYYK726.js} +2 -2
- package/dist/{chunk-KQLTWB4T.js → chunk-T7MENUKF.js} +4 -3
- package/dist/chunk-T7MENUKF.js.map +1 -0
- package/dist/{chunk-27Y4ENUD.js → chunk-VR5EDQTX.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/mcp/server.js +2 -2
- package/dist/workers/background-worker-cli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-KQLTWB4T.js.map +0 -1
- /package/dist/{chunk-EQYSYRQJ.js.map → chunk-JJYYK726.js.map} +0 -0
- /package/dist/{chunk-27Y4ENUD.js.map → chunk-VR5EDQTX.js.map} +0 -0
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-
|
|
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-
|
|
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)
|
|
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-
|
|
5904
|
+
//# sourceMappingURL=chunk-T7MENUKF.js.map
|