@hasna/hooks 0.2.19 → 0.2.20

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
@@ -26,15 +26,12 @@ hooks --help
26
26
  - `hooks doctor`
27
27
  - `hooks run`
28
28
 
29
- ## Cloud Sync
29
+ ## Storage
30
30
 
31
- This package supports cloud sync via `@hasna/cloud`:
32
-
33
- ```bash
34
- cloud setup
35
- cloud sync push --service hooks
36
- cloud sync pull --service hooks
37
- ```
31
+ Hooks stores data locally by default in `~/.hasna/hooks/` and uses SQLite
32
+ directly for hook event history. The package owns its database schema and
33
+ migrations; it does not depend on the deprecated shared runtime or its CLI. Use
34
+ the `hooks log` commands to inspect local hook event data.
38
35
 
39
36
  ## Data Directory
40
37