@kernloop/faculty-memory 0.1.1 → 0.1.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kernloop/faculty-memory",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Kernloop Layer 2 — the memory faculty (spec §5.2). P1 scope: episodic and semantic stores over repo-local SQLite (one DB file per overlay, spec §3.3, §7). Procedural memory (SKILL.md distillation) arrives in P3; absent here by design.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"better-sqlite3": "^12.11.1",
|
|
20
20
|
"zod": "^4.4.3",
|
|
21
|
-
"@kernloop/contracts": "0.1.
|
|
21
|
+
"@kernloop/contracts": "0.1.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/better-sqlite3": "^7.6.13",
|