@hasna/hooks 0.2.14 → 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 +1 -1
- package/README.md +2 -8
- package/bin/index.js +78 -9525
- package/package.json +1 -2
- package/hooks/hook-agentmessages/bin/cli.ts +0 -125
- package/hooks/hook-checkdocs/bun.lock +0 -25
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -26,15 +26,9 @@ hooks --help
|
|
|
26
26
|
- `hooks doctor`
|
|
27
27
|
- `hooks run`
|
|
28
28
|
|
|
29
|
-
##
|
|
29
|
+
## Storage
|
|
30
30
|
|
|
31
|
-
|
|
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
|
|