@m2015agg/notion-cli v0.5.0
Workspace caching for AI agents. Cache your entire Notion workspace locally in SQLite+FTS5.
Install
```bash
npm install -g @m2015agg/notion-cli
notion-cli install
notion-cli init # now auto-runs snapshot + cron
```
New Commands
- `notion-cli snapshot` — cache workspace (pages, databases, schemas)
- `notion-cli workspace search ` — FTS5 search across cached workspace
- `notion-cli workspace pages` — list all cached pages
- `notion-cli workspace databases` — list all cached databases
- `notion-cli workspace schema ` — show cached database schema
- `notion-cli cron` — nightly snapshot refresh
What Changed
- `init` now auto-runs snapshot + cron + .gitignore update
- 15 pre-approved commands (was 12)
- SKILL.md for Anthropic skills repo
- Limitations + Roadmap sections in README