@mantra-ai/cli 0.1.3 → 0.1.4

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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mantra-ai/cli
2
2
 
3
- Local-first research paper management from your terminal.
3
+ The open-source hypothesis generator hooked to Claude Code.
4
4
 
5
5
  Add papers by DOI, PMID, arXiv ID, or PDF file. Mantra resolves metadata, fetches open-access full text, and normalizes everything into a structured local library backed by SQLite.
6
6
 
@@ -52,6 +52,7 @@ The `--delay` flag sets a pause between requests (in ms) to avoid rate limits.
52
52
  | `remove <id>` | Remove a paper from the library or unlink from a project |
53
53
  | `library` | Show library stats |
54
54
  | `config` | Manage settings and API keys |
55
+ | `setup` | Run (or re-run) the interactive setup wizard |
55
56
 
56
57
  Use `mantra <command> --help` for detailed options.
57
58
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mantra-ai/cli",
3
- "version": "0.1.3",
4
- "description": "CLI for mantra - reverse-engineer research papers into structured data",
3
+ "version": "0.1.4",
4
+ "description": "The open-source hypothesis generator hooked to Claude Code",
5
5
  "license": "MIT",
6
6
  "bin": {
7
7
  "mantra": "bin/mantra"
@@ -10,9 +10,9 @@
10
10
  "bin/mantra"
11
11
  ],
12
12
  "optionalDependencies": {
13
- "@mantra-ai/cli-darwin-arm64": "0.1.3",
14
- "@mantra-ai/cli-darwin-x64": "0.1.3",
15
- "@mantra-ai/cli-linux-x64": "0.1.3",
16
- "@mantra-ai/cli-linux-arm64": "0.1.3"
13
+ "@mantra-ai/cli-darwin-arm64": "0.1.4",
14
+ "@mantra-ai/cli-darwin-x64": "0.1.4",
15
+ "@mantra-ai/cli-linux-x64": "0.1.4",
16
+ "@mantra-ai/cli-linux-arm64": "0.1.4"
17
17
  }
18
18
  }