rust-kgdb 0.6.24 → 0.6.25

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +0 -11
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  All notable changes to the rust-kgdb TypeScript SDK will be documented in this file.
4
4
 
5
+ ## [0.6.25] - 2025-12-16
6
+
7
+ ### Documentation Cleanup
8
+
9
+ Professional documentation polish and cleanup.
10
+
11
+ #### Removed
12
+ - "Full Benchmark Report →" external link (unnecessary navigation)
13
+ - "Running Tests" section (internal development detail)
14
+
15
+ #### Verified
16
+ - All 7 ASCII diagrams reviewed for proper alignment (┌┐└┘, │, consistent widths)
17
+ - MOTIF examples verified against tests/graphframes.test.ts (factually correct)
18
+ - All code examples validated against actual API
19
+
20
+ ---
21
+
5
22
  ## [0.6.24] - 2025-12-16
6
23
 
7
24
  ### Comprehensive Technical Documentation
package/README.md CHANGED
@@ -23,8 +23,6 @@
23
23
 
24
24
  **Models tested**: Claude Sonnet 4 (90.9%), GPT-4o (81.8%)
25
25
 
26
- [Full Benchmark Report →](./HYPERMIND_BENCHMARK_REPORT.md)
27
-
28
26
  ---
29
27
 
30
28
  ## The Difference: Before & After
@@ -712,15 +710,6 @@ console.log('Supersteps:', result.supersteps) // 5
712
710
 
713
711
  ---
714
712
 
715
- ## Running Tests
716
-
717
- ```bash
718
- npm test # 42 feature tests
719
- npm run test:jest # 217 unit tests
720
- ```
721
-
722
- ---
723
-
724
713
  ## Links
725
714
 
726
715
  - **npm**: [rust-kgdb](https://www.npmjs.com/package/rust-kgdb)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rust-kgdb",
3
- "version": "0.6.24",
3
+ "version": "0.6.25",
4
4
  "description": "Production-grade Neuro-Symbolic AI Framework with Schema-Aware GraphDB, Context Theory, and Memory Hypergraph: +86.4% accuracy over vanilla LLMs. Features Schema-Aware GraphDB (auto schema extraction), BYOO (Bring Your Own Ontology) for enterprise, cross-agent schema caching, LLM Planner for natural language to typed SPARQL, ProofDAG with Curry-Howard witnesses. High-performance (2.78µs lookups, 35x faster than RDFox). W3C SPARQL 1.1 compliant.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",