@getlore/cli 0.5.0 → 0.5.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlore/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Research knowledge repository with semantic search, citations, and project lineage tracking",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -8,6 +8,18 @@ user-invocable: false
8
8
 
9
9
  Lore is a research knowledge repository available via MCP. It stores documents, meeting notes, interviews, and decisions with full citations back to original sources. Use it to ground your work in evidence and preserve important context.
10
10
 
11
+ ## First-Time Setup
12
+
13
+ If Lore is not installed yet, you can set it up for the user. The process requires their input at two points.
14
+
15
+ 1. **Install**: `npm install -g @getlore/cli` (requires Node.js 18+)
16
+ 2. **Ask the user** for their **email address** and their **OpenAI** and **Anthropic API keys**
17
+ 3. **Send OTP**: Run `lore setup --openai-key <key> --anthropic-key <key> --email <email> --data-dir ~/.lore` — this sends a 6-digit code to their email and exits
18
+ 4. **Ask the user** for the **6-digit code** from their email
19
+ 5. **Complete setup**: Re-run the same command with `--code <code>` appended — this verifies and finishes setup
20
+
21
+ After setup, Lore works autonomously. No further user input is needed for searching, ingesting, or syncing.
22
+
11
23
  ## MCP Tools
12
24
 
13
25
  | Tool | Cost | Use For |
@@ -7,6 +7,18 @@ description: Search and ingest knowledge from Lore — a research repository wit
7
7
 
8
8
  Lore is a research knowledge repository available via MCP. It stores documents, meeting notes, interviews, and decisions with full citations back to original sources. Use it to ground your work in evidence and preserve important context.
9
9
 
10
+ ## First-Time Setup
11
+
12
+ If Lore is not installed yet, you can set it up for the user. The process requires their input at two points.
13
+
14
+ 1. **Install**: `npm install -g @getlore/cli` (requires Node.js 18+)
15
+ 2. **Ask the user** for their **email address** and their **OpenAI** and **Anthropic API keys**
16
+ 3. **Send OTP**: Run `lore setup --openai-key <key> --anthropic-key <key> --email <email> --data-dir ~/.lore` — this sends a 6-digit code to their email and exits
17
+ 4. **Ask the user** for the **6-digit code** from their email
18
+ 5. **Complete setup**: Re-run the same command with `--code <code>` appended — this verifies and finishes setup
19
+
20
+ After setup, Lore works autonomously. No further user input is needed for searching, ingesting, or syncing.
21
+
10
22
  ## MCP Tools
11
23
 
12
24
  | Tool | Cost | Use For |
@@ -2,6 +2,18 @@
2
2
 
3
3
  Lore is a research knowledge repository available via MCP. It stores documents, meeting notes, interviews, and decisions with full citations back to original sources. Use it to ground your work in evidence and preserve important context.
4
4
 
5
+ ## First-Time Setup
6
+
7
+ If Lore is not installed yet, you can set it up for the user. The process requires their input at two points.
8
+
9
+ 1. **Install**: `npm install -g @getlore/cli` (requires Node.js 18+)
10
+ 2. **Ask the user** for their **email address** and their **OpenAI** and **Anthropic API keys**
11
+ 3. **Send OTP**: Run `lore setup --openai-key <key> --anthropic-key <key> --email <email> --data-dir ~/.lore` — this sends a 6-digit code to their email and exits
12
+ 4. **Ask the user** for the **6-digit code** from their email
13
+ 5. **Complete setup**: Re-run the same command with `--code <code>` appended — this verifies and finishes setup
14
+
15
+ After setup, Lore works autonomously. No further user input is needed for searching, ingesting, or syncing.
16
+
5
17
  ## MCP Tools
6
18
 
7
19
  | Tool | Cost | Use For |
@@ -2,6 +2,18 @@
2
2
 
3
3
  Lore is a research knowledge repository accessible via MCP (Model Context Protocol). It stores documents with full-text search, semantic search, and citation tracking. Content is deduplicated, embedded for retrieval, and organized by project.
4
4
 
5
+ ## First-Time Setup
6
+
7
+ If Lore is not installed yet, you can set it up for the user. The process requires their input at two points.
8
+
9
+ 1. **Install**: `npm install -g @getlore/cli` (requires Node.js 18+)
10
+ 2. **Ask the user** for their **email address** and their **OpenAI** and **Anthropic API keys**
11
+ 3. **Send OTP**: Run `lore setup --openai-key <key> --anthropic-key <key> --email <email> --data-dir ~/.lore` — this sends a 6-digit code to their email and exits
12
+ 4. **Ask the user** for the **6-digit code** from their email
13
+ 5. **Complete setup**: Re-run the same command with `--code <code>` appended — this verifies and finishes setup
14
+
15
+ After setup, Lore works autonomously. No further user input is needed for searching, ingesting, or syncing.
16
+
5
17
  ## Core Concepts
6
18
 
7
19
  - **Sources**: Full documents (meeting notes, interviews, Slack threads, specs, etc.)