@hasna/mementos 0.14.43 → 0.14.45
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 +10 -5
- package/dist/cli/commands/project-panel.d.ts +3 -0
- package/dist/cli/commands/project-panel.d.ts.map +1 -0
- package/dist/cli/index.js +9671 -4183
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9646 -4185
- package/dist/lib/project-panel.d.ts +7 -0
- package/dist/lib/project-panel.d.ts.map +1 -0
- package/dist/mcp/index.js +2 -2
- package/dist/server/index.js +2 -2
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -76,14 +76,19 @@ Endpoints: `GET /health`, `POST /mcp` (Streamable HTTP).
|
|
|
76
76
|
mementos-serve
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
##
|
|
79
|
+
## Storage Sync
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
Mementos owns its local and remote storage path. Local data stays in the
|
|
82
|
+
SQLite database under `~/.hasna/mementos/` by default. Remote sync uses the
|
|
83
|
+
native `mementos storage` commands and the `HASNA_MEMENTOS_DATABASE_URL` or
|
|
84
|
+
`MEMENTOS_DATABASE_URL` environment variable when PostgreSQL storage is
|
|
85
|
+
configured.
|
|
82
86
|
|
|
83
87
|
```bash
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
88
|
+
mementos storage status
|
|
89
|
+
mementos storage push
|
|
90
|
+
mementos storage pull
|
|
91
|
+
mementos storage sync
|
|
87
92
|
```
|
|
88
93
|
|
|
89
94
|
## Data Directory
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-panel.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/project-panel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAQzC,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CA8BlE"}
|