ruvnet-kb-first 6.5.0 → 6.5.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.
@@ -4,9 +4,9 @@
4
4
  * Loads the embedded knowledge base into RvLite WASM.
5
5
  * Provides semantic search with ~5ms latency.
6
6
  *
7
- * Content Hash: 67818fd61d6327c3
8
- * Generated: 2026-01-02T18:29:18.233Z
9
- * Entries: 16,575
7
+ * Content Hash: 62117666416c8c6e
8
+ * Generated: 2026-01-02T18:51:15.858Z
9
+ * Entries: 17,524
10
10
  */
11
11
 
12
12
  import fs from 'fs';
@@ -44,9 +44,9 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
44
44
 
45
45
  // KB Version Info
46
46
  export const KB_VERSION = {
47
- hash: '67818fd61d6327c3',
48
- exportedAt: '2026-01-02T18:29:18.233Z',
49
- totalEntries: 16575,
47
+ hash: '62117666416c8c6e',
48
+ exportedAt: '2026-01-02T18:51:15.858Z',
49
+ totalEntries: 17524,
50
50
  embeddingDim: 384,
51
51
  quantization: 'binary',
52
52
  };
@@ -1,58 +1,58 @@
1
1
  {
2
2
  "version": "1.0.0",
3
3
  "schema": "ask_ruvnet",
4
- "exportedAt": "2026-01-02T18:29:18.233Z",
5
- "totalEntries": 16575,
4
+ "exportedAt": "2026-01-02T18:51:15.858Z",
5
+ "totalEntries": 17524,
6
6
  "embeddingDim": 384,
7
7
  "quantization": "binary",
8
8
  "categories": [
9
9
  {
10
10
  "name": "general",
11
- "count": 8502
11
+ "count": 9042
12
12
  },
13
13
  {
14
14
  "name": "agents",
15
- "count": 4443
15
+ "count": 4628
16
16
  },
17
17
  {
18
18
  "name": "vector-db",
19
- "count": 882
19
+ "count": 885
20
20
  },
21
21
  {
22
22
  "name": "swarms",
23
- "count": 735
23
+ "count": 762
24
24
  },
25
25
  {
26
26
  "name": "neural",
27
- "count": 414
27
+ "count": 416
28
28
  },
29
29
  {
30
30
  "name": "mcp",
31
- "count": 259
31
+ "count": 296
32
32
  },
33
33
  {
34
- "name": "deployment",
35
- "count": 257
34
+ "name": "memory",
35
+ "count": 273
36
36
  },
37
37
  {
38
- "name": "sparc",
39
- "count": 236
38
+ "name": "deployment",
39
+ "count": 270
40
40
  },
41
41
  {
42
42
  "name": "github",
43
- "count": 214
43
+ "count": 256
44
44
  },
45
45
  {
46
- "name": "memory",
47
- "count": 206
46
+ "name": "sparc",
47
+ "count": 237
48
48
  },
49
49
  {
50
50
  "name": "performance",
51
- "count": 184
51
+ "count": 201
52
52
  },
53
53
  {
54
54
  "name": "security",
55
- "count": 127
55
+ "count": 139
56
56
  },
57
57
  {
58
58
  "name": "reinforcement-learning",
@@ -60,12 +60,12 @@
60
60
  },
61
61
  {
62
62
  "name": "llm",
63
- "count": 22
63
+ "count": 24
64
64
  },
65
65
  {
66
66
  "name": "consensus",
67
- "count": 13
67
+ "count": 14
68
68
  }
69
69
  ],
70
- "contentHash": "67818fd61d6327c3"
70
+ "contentHash": "62117666416c8c6e"
71
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruvnet-kb-first",
3
- "version": "6.5.0",
3
+ "version": "6.5.1",
4
4
  "description": "RuvNet KB-First Application Builder - Build intelligent applications on expert knowledge",
5
5
  "type": "module",
6
6
  "main": "src/index.js",