@ulrichc1/sparn 1.2.1 → 1.2.2

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/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  **Status**: ✅ **Production Ready** - Full Feature Set with MCP Server + Interactive Mode
10
10
 
11
- **Version**: 1.2.0
11
+ **Version**: 1.2.1
12
12
 
13
13
  ---
14
14
 
@@ -374,8 +374,8 @@ var init_config = __esm({
374
374
  },
375
375
  autoConsolidate: null,
376
376
  realtime: {
377
- tokenBudget: 5e4,
378
- autoOptimizeThreshold: 8e4,
377
+ tokenBudget: 4e4,
378
+ autoOptimizeThreshold: 6e4,
379
379
  watchPatterns: ["**/*.jsonl"],
380
380
  pidFile: ".sparn/daemon.pid",
381
381
  logFile: ".sparn/daemon.log",