@hasna/hooks 0.2.15 → 0.2.16

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/LICENSE CHANGED
@@ -176,7 +176,7 @@
176
176
 
177
177
  END OF TERMS AND CONDITIONS
178
178
 
179
- Copyright 2026 Hasna, Inc.
179
+ Copyright 2025 Hasna
180
180
 
181
181
  Licensed under the Apache License, Version 2.0 (the "License");
182
182
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -26,15 +26,9 @@ 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 in SQLite under the Hasna data directory. The repo includes its own PostgreSQL migration definitions for future remote deployments and does not require the shared cloud package.
38
32
 
39
33
  ## Data Directory
40
34