@clawdactual/chitin 0.2.1 → 1.1.0

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.
@@ -14,7 +14,7 @@ import os from "node:os";
14
14
  const DB_PATH = path.join(os.homedir(), ".config", "chitin", "insights.db");
15
15
  const CHITIN_DIR = path.join(os.homedir(), "Personal", "chitin");
16
16
  const CHITIN_DIST = path.join(CHITIN_DIR, "dist", "index.js");
17
- const DEFAULT_BUDGET = 2000;
17
+ const DEFAULT_BUDGET = 5000;
18
18
  const DEBUG = !!process.env.CHITIN_DEBUG;
19
19
 
20
20
  function log(...args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawdactual/chitin",
3
- "version": "0.2.1",
3
+ "version": "1.1.0",
4
4
  "description": "Personality persistence layer for AI agents. Structured insights about how you think, not what you remember.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",