granola-toolkit 0.39.0 → 0.41.0

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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/cli.js +3346 -1600
  3. package/package.json +8 -4
package/README.md CHANGED
@@ -23,6 +23,7 @@ The published package exposes both `granola` and `granola-toolkit` as executable
23
23
  granola auth login --api-key grn_...
24
24
  granola sync
25
25
  granola sync --watch
26
+ granola automation rules
26
27
  granola folder list
27
28
  granola meeting list --limit 10
28
29
  granola notes --folder Team
@@ -60,6 +61,7 @@ Key docs entry points:
60
61
  ```bash
61
62
  curl -fsSL https://vite.plus | bash
62
63
  vp install
64
+ npm run web:check
63
65
  vp pack
64
66
  node dist/cli.js --help
65
67
  ```