@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 CHANGED
@@ -76,14 +76,19 @@ Endpoints: `GET /health`, `POST /mcp` (Streamable HTTP).
76
76
  mementos-serve
77
77
  ```
78
78
 
79
- ## Cloud Sync
79
+ ## Storage Sync
80
80
 
81
- This package supports cloud sync via `@hasna/cloud`:
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
- cloud setup
85
- cloud sync push --service mementos
86
- cloud sync pull --service mementos
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,3 @@
1
+ import type { Command } from "commander";
2
+ export declare function registerProjectPanelCommand(program: Command): void;
3
+ //# sourceMappingURL=project-panel.d.ts.map
@@ -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"}