@postnesia/db 0.1.3 → 0.1.4
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/core/BOOTSTRAP.md +1 -1
- package/package.json +1 -1
package/core/BOOTSTRAP.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Memory System — Operational Guide
|
|
2
2
|
|
|
3
|
-
You have a persistent memory system at
|
|
3
|
+
You have a persistent memory system at in a Sqlite memory.db. This is not optional — use it actively. Do not rely on defaults or conversation history alone.
|
|
4
4
|
|
|
5
5
|
## Architecture
|
|
6
6
|
|