@joshuaswarren/openclaw-engram 9.0.95 → 9.0.96

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.
@@ -2381,6 +2381,21 @@
2381
2381
  "default": 30000,
2382
2382
  "description": "Timeout in ms for remote search backend requests"
2383
2383
  },
2384
+ "calibrationEnabled": {
2385
+ "type": "boolean",
2386
+ "default": false,
2387
+ "description": "Enable recall calibration rules injection (v9.0, default off)."
2388
+ },
2389
+ "calibrationMaxRulesPerRecall": {
2390
+ "type": "number",
2391
+ "default": 10,
2392
+ "description": "Maximum number of calibration rules to inject per recall pass."
2393
+ },
2394
+ "calibrationMaxChars": {
2395
+ "type": "number",
2396
+ "default": 1200,
2397
+ "description": "Maximum characters of calibration content to inject per recall pass."
2398
+ },
2384
2399
  "lancedbEnabled": {
2385
2400
  "type": "boolean",
2386
2401
  "default": false,
@@ -2629,6 +2644,111 @@
2629
2644
  "type": "number",
2630
2645
  "default": 90,
2631
2646
  "description": "Days to retain archived LCM summaries"
2647
+ },
2648
+ "ircEnabled": {
2649
+ "type": "boolean",
2650
+ "default": true,
2651
+ "description": "Enable Inductive Rule Consolidation (IRC) subsystem (default on)."
2652
+ },
2653
+ "ircMaxPreferences": {
2654
+ "type": "number",
2655
+ "default": 20,
2656
+ "description": "Maximum number of preferences to include in IRC rule injection."
2657
+ },
2658
+ "ircIncludeCorrections": {
2659
+ "type": "boolean",
2660
+ "default": true,
2661
+ "description": "Include corrections when building IRC rules (default on)."
2662
+ },
2663
+ "ircMinConfidence": {
2664
+ "type": "number",
2665
+ "default": 0.3,
2666
+ "description": "Minimum confidence threshold for an IRC rule to be included (0-1)."
2667
+ },
2668
+ "cmcEnabled": {
2669
+ "type": "boolean",
2670
+ "default": false,
2671
+ "description": "Enable Causal Memory Consolidation (CMC) subsystem (default off)."
2672
+ },
2673
+ "cmcStitchLookbackDays": {
2674
+ "type": "number",
2675
+ "default": 7,
2676
+ "description": "Number of days to look back when stitching causal trajectories."
2677
+ },
2678
+ "cmcStitchMinScore": {
2679
+ "type": "number",
2680
+ "default": 2.5,
2681
+ "description": "Minimum score for a causal edge to be stitched into a trajectory."
2682
+ },
2683
+ "cmcStitchMaxEdgesPerTrajectory": {
2684
+ "type": "number",
2685
+ "default": 3,
2686
+ "description": "Maximum edges per trajectory during CMC stitching."
2687
+ },
2688
+ "cmcConsolidationEnabled": {
2689
+ "type": "boolean",
2690
+ "default": false,
2691
+ "description": "Enable CMC consolidation pass (default off)."
2692
+ },
2693
+ "cmcConsolidationMinRecurrence": {
2694
+ "type": "number",
2695
+ "default": 3,
2696
+ "description": "Minimum recurrence count before a CMC pattern is consolidated."
2697
+ },
2698
+ "cmcConsolidationMinSessions": {
2699
+ "type": "number",
2700
+ "default": 2,
2701
+ "description": "Minimum sessions a CMC pattern must appear in before consolidation."
2702
+ },
2703
+ "cmcConsolidationSuccessThreshold": {
2704
+ "type": "number",
2705
+ "default": 0.7,
2706
+ "description": "Minimum success ratio required to consolidate a CMC pattern (0-1)."
2707
+ },
2708
+ "cmcRetrievalEnabled": {
2709
+ "type": "boolean",
2710
+ "default": false,
2711
+ "description": "Enable CMC retrieval injection at recall time (default off)."
2712
+ },
2713
+ "cmcRetrievalMaxDepth": {
2714
+ "type": "number",
2715
+ "default": 3,
2716
+ "description": "Maximum graph depth traversed during CMC retrieval."
2717
+ },
2718
+ "cmcRetrievalMaxChars": {
2719
+ "type": "number",
2720
+ "default": 800,
2721
+ "description": "Maximum characters of CMC content injected per recall pass."
2722
+ },
2723
+ "cmcRetrievalCounterfactualBoost": {
2724
+ "type": "number",
2725
+ "default": 0.4,
2726
+ "description": "Score boost applied to counterfactual nodes during CMC retrieval (0-1)."
2727
+ },
2728
+ "cmcBehaviorLearningEnabled": {
2729
+ "type": "boolean",
2730
+ "default": false,
2731
+ "description": "Enable CMC behavior pattern learning (default off)."
2732
+ },
2733
+ "cmcBehaviorMinFrequency": {
2734
+ "type": "number",
2735
+ "default": 3,
2736
+ "description": "Minimum frequency for a behavior pattern to be learned by CMC."
2737
+ },
2738
+ "cmcBehaviorMinSessions": {
2739
+ "type": "number",
2740
+ "default": 2,
2741
+ "description": "Minimum sessions a behavior must appear in before CMC learns it."
2742
+ },
2743
+ "cmcBehaviorConfidenceThreshold": {
2744
+ "type": "number",
2745
+ "default": 0.6,
2746
+ "description": "Minimum confidence threshold for CMC behavior patterns (0-1)."
2747
+ },
2748
+ "cmcLifecycleCausalImpactWeight": {
2749
+ "type": "number",
2750
+ "default": 0.05,
2751
+ "description": "Weight of causal impact score in CMC lifecycle scoring."
2632
2752
  }
2633
2753
  }
2634
2754
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joshuaswarren/openclaw-engram",
3
- "version": "9.0.95",
3
+ "version": "9.0.96",
4
4
  "type": "module",
5
5
  "description": "Local-first memory plugin for OpenClaw. LLM-powered extraction, markdown storage, hybrid search via QMD.",
6
6
  "keywords": [