get-claudia 1.42.0 → 1.42.2
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/README.md +83 -33
- package/package.json +1 -1
- package/template-v2/.claude/skills/vault-awareness.md +67 -37
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<h3 align="center">A thinking partner who tracks relationships, not just tasks.</h3>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
|
|
8
|
+
Remembers your people. Catches your commitments. Learns how you work.
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
@@ -17,6 +17,7 @@ Catches commitments. Remembers context. Connects the dots across your network.
|
|
|
17
17
|
<p align="center">
|
|
18
18
|
<a href="#try-it-in-30-seconds"><strong>Try the Demo</strong></a> ·
|
|
19
19
|
<a href="#what-makes-claudia-different">Why Claudia</a> ·
|
|
20
|
+
<a href="#how-her-mind-works">Her Mind</a> ·
|
|
20
21
|
<a href="#quick-start">Install</a> ·
|
|
21
22
|
<a href="#how-it-works">How It Works</a>
|
|
22
23
|
</p>
|
|
@@ -42,26 +43,53 @@ You make a promise in a meeting. Nobody tracks it. You promise a deliverable on
|
|
|
42
43
|
<p>Say "I'll send that by Friday" and she tracks it. On Friday morning, she reminds you.</p>
|
|
43
44
|
</td>
|
|
44
45
|
<td width="33%" align="center">
|
|
45
|
-
<h3>🔗
|
|
46
|
-
<p>
|
|
46
|
+
<h3>🔗 Knows Your People</h3>
|
|
47
|
+
<p>Every person she meets gets a living profile: relationship health, contact trends, connected entities. Ask about anyone and she has the full picture.</p>
|
|
47
48
|
</td>
|
|
48
49
|
<td width="33%" align="center">
|
|
49
|
-
<h3>⚠️
|
|
50
|
-
<p>
|
|
50
|
+
<h3>⚠️ Spots Patterns You Miss</h3>
|
|
51
|
+
<p>Overcommitting again? A key relationship going cold? The same mistake twice? She sees it forming and speaks up.</p>
|
|
51
52
|
</td>
|
|
52
53
|
</tr>
|
|
53
54
|
<tr>
|
|
54
55
|
<td width="33%" align="center">
|
|
55
|
-
<h3>📄 Shows Her
|
|
56
|
+
<h3>📄 Shows Her Sources</h3>
|
|
56
57
|
<p>Every fact traces to its source. Ask "how do you know that?" and she shows the receipt.</p>
|
|
57
58
|
</td>
|
|
58
59
|
<td width="33%" align="center">
|
|
59
|
-
<h3>🧠
|
|
60
|
-
<p>Memory syncs to an Obsidian vault
|
|
60
|
+
<h3>🧠 Second Brain in Obsidian</h3>
|
|
61
|
+
<p>Memory syncs to an Obsidian vault organized by activity: Active projects, Relationships, Reference, Archive. Graph view maps your world. Plain markdown you own forever.</p>
|
|
61
62
|
</td>
|
|
62
63
|
<td width="33%" align="center">
|
|
63
|
-
<h3
|
|
64
|
-
<p>
|
|
64
|
+
<h3>🌙 Learns in the Background</h3>
|
|
65
|
+
<p>Overnight, old memories fade, near-duplicates merge, and patterns surface. Each morning she knows a little more than yesterday.</p>
|
|
66
|
+
</td>
|
|
67
|
+
</tr>
|
|
68
|
+
</table>
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## How Her Mind Works
|
|
73
|
+
|
|
74
|
+
<table>
|
|
75
|
+
<tr>
|
|
76
|
+
<td width="50%" align="center">
|
|
77
|
+
<h3>💾 Remember</h3>
|
|
78
|
+
<p>Every fact is stored with who said it, when, and how confident she is. Embeddings capture <em>meaning</em>, not just keywords, so "we pushed the launch" and "timeline shifted" connect naturally.</p>
|
|
79
|
+
</td>
|
|
80
|
+
<td width="50%" align="center">
|
|
81
|
+
<h3>🔍 Recall</h3>
|
|
82
|
+
<p>Search blends meaning similarity, importance, recency, and full-text matching. Accessing a memory strengthens it, just like the rehearsal effect in human cognition.</p>
|
|
83
|
+
</td>
|
|
84
|
+
</tr>
|
|
85
|
+
<tr>
|
|
86
|
+
<td width="50%" align="center">
|
|
87
|
+
<h3>🌙 Consolidate</h3>
|
|
88
|
+
<p>Overnight background jobs fade old memories, merge near-duplicates, and surface patterns: cooling relationships, overdue commitments, repeated behaviors. She wakes up sharper.</p>
|
|
89
|
+
</td>
|
|
90
|
+
<td width="50%" align="center">
|
|
91
|
+
<h3>📓 Vault</h3>
|
|
92
|
+
<p>Memory syncs to an Obsidian vault organized with PARA: Active projects, Relationships, Reference material, Archive. Graph view shows how your world connects. Plain markdown you own forever.</p>
|
|
65
93
|
</td>
|
|
66
94
|
</tr>
|
|
67
95
|
</table>
|
|
@@ -153,7 +181,37 @@ Claudia: Sarah Chen is CEO at Meridian Ventures. You met at SaaStr 2025.
|
|
|
153
181
|
Source: Call notes from Jan 28, Email thread Jan 30
|
|
154
182
|
```
|
|
155
183
|
|
|
156
|
-
|
|
184
|
+
**Morning brief pulls everything together:**
|
|
185
|
+
|
|
186
|
+
```
|
|
187
|
+
You: /morning-brief
|
|
188
|
+
|
|
189
|
+
Claudia: ☀️ Morning Brief — Wednesday, Feb 19
|
|
190
|
+
|
|
191
|
+
⚠️ Needs Attention:
|
|
192
|
+
• Send updated pitch deck to Sarah Chen [OVERDUE]
|
|
193
|
+
• Quarterly review with Acme Corp is tomorrow
|
|
194
|
+
|
|
195
|
+
👀 Watch:
|
|
196
|
+
• Haven't spoken to Marcus in 18 days (usually weekly)
|
|
197
|
+
• Two new commitments this week, zero closed
|
|
198
|
+
|
|
199
|
+
📊 Today: 3 meetings, 2 open commitments
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
**Pattern detection works across weeks, not just moments:**
|
|
203
|
+
|
|
204
|
+
```
|
|
205
|
+
Claudia: I've noticed something across the last few weeks.
|
|
206
|
+
You've taken on 4 new commitments without closing any.
|
|
207
|
+
Last time this happened (early January), two slipped
|
|
208
|
+
past deadline.
|
|
209
|
+
|
|
210
|
+
Want me to flag the lowest-priority ones so you can
|
|
211
|
+
decide what to defer?
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
Every conversation builds on the last. She remembers.
|
|
157
215
|
|
|
158
216
|
---
|
|
159
217
|
|
|
@@ -180,8 +238,9 @@ Claudia detects your work style and generates structure that fits:
|
|
|
180
238
|
| `/meeting-prep [person]` | One-page briefing before a call |
|
|
181
239
|
| `/capture-meeting` | Process notes into decisions, commitments, action items |
|
|
182
240
|
| `/what-am-i-missing` | Surface risks, overdue items, cooling relationships |
|
|
183
|
-
| `/
|
|
184
|
-
| `/
|
|
241
|
+
| `/sync-vault` | Sync memory to Obsidian vault |
|
|
242
|
+
| `/brain` | Launch 3D brain visualizer |
|
|
243
|
+
| `/deep-context [topic]` | Full-context deep analysis |
|
|
185
244
|
| `/memory-audit` | See everything Claudia knows, with source chains |
|
|
186
245
|
|
|
187
246
|
<details>
|
|
@@ -196,8 +255,10 @@ Claudia detects your work style and generates structure that fits:
|
|
|
196
255
|
| `/new-person [name]` | Create a relationship file |
|
|
197
256
|
| `/pipeline-review` | Active deals, capacity, pipeline health |
|
|
198
257
|
| `/client-health` | Status across all client relationships |
|
|
199
|
-
| `/
|
|
200
|
-
| `/
|
|
258
|
+
| `/inbox-check` | Review messages from connected channels |
|
|
259
|
+
| `/meditate` | End-of-session reflection and persistent learnings |
|
|
260
|
+
| `/fix-duplicates` | Find and merge duplicate entities |
|
|
261
|
+
| `/memory-health` | Check memory system health |
|
|
201
262
|
| `/diagnose` | Check memory daemon health and troubleshoot |
|
|
202
263
|
|
|
203
264
|
</details>
|
|
@@ -224,12 +285,14 @@ You ──► Claude Code ──► Reads Claudia's templates ──► Becomes
|
|
|
224
285
|
▼
|
|
225
286
|
Memory daemon (local) ◄── MCP tools
|
|
226
287
|
│
|
|
227
|
-
|
|
228
|
-
▼
|
|
229
|
-
|
|
230
|
-
|
|
288
|
+
┌──────┼──────┐
|
|
289
|
+
▼ ▼ ▼
|
|
290
|
+
SQLite Ollama Obsidian vault
|
|
291
|
+
+vectors (PARA structure)
|
|
231
292
|
```
|
|
232
293
|
|
|
294
|
+
**Local extraction, zero API calls.** Paste a meeting transcript or email thread. A local language model (Qwen3, SmolLM3, or Llama 3.2 via Ollama) extracts entities, commitments, and decisions in seconds. Claude reviews the extractions and applies judgment. No data leaves your machine.
|
|
295
|
+
|
|
233
296
|
<details>
|
|
234
297
|
<summary><strong>Technical deep dive</strong></summary>
|
|
235
298
|
|
|
@@ -249,26 +312,13 @@ For full architecture diagrams, see [ARCHITECTURE.md](ARCHITECTURE.md).
|
|
|
249
312
|
|
|
250
313
|
</details>
|
|
251
314
|
|
|
252
|
-
<details>
|
|
253
|
-
<summary><strong>Cognitive tools (local LLM extraction)</strong></summary>
|
|
254
|
-
|
|
255
|
-
Paste a meeting transcript. A local language model extracts structured data (entities, facts, commitments) in seconds. Claude reviews and applies judgment.
|
|
256
|
-
|
|
257
|
-
- Runs locally via [Ollama](https://ollama.com), no API keys
|
|
258
|
-
- Models: Qwen3-4B (recommended), SmolLM3-3B, Llama 3.2-3B
|
|
259
|
-
- Falls back gracefully when no model installed
|
|
260
|
-
|
|
261
|
-
Four extraction modes: **meeting**, **email**, **document**, **general**.
|
|
262
|
-
|
|
263
|
-
</details>
|
|
264
|
-
|
|
265
315
|
---
|
|
266
316
|
|
|
267
317
|
## Privacy and Safety
|
|
268
318
|
|
|
269
319
|
- **Fully local.** Memory, embeddings, cognitive tools run on your machine. No external APIs for storage.
|
|
270
320
|
- **No external actions without approval.** Every email, calendar event, external action requires your explicit "yes."
|
|
271
|
-
- **Your data in two formats.** SQLite database (`~/.claudia/memory/`) for fast semantic search, plus
|
|
321
|
+
- **Your data in two formats.** SQLite database (`~/.claudia/memory/`) for fast semantic search, plus a PARA-organized Obsidian vault for reading and graph navigation. Two independent copies you own forever.
|
|
272
322
|
- **Delete anything, anytime.** Full control over your data. No lock-in, no cloud dependency.
|
|
273
323
|
|
|
274
324
|
---
|
package/package.json
CHANGED
|
@@ -19,30 +19,43 @@ Claudia's memory lives in SQLite (the source of truth). The vault at `~/.claudia
|
|
|
19
19
|
|
|
20
20
|
```
|
|
21
21
|
vault/
|
|
22
|
-
Home.md
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
22
|
+
Home.md PARA navigation dashboard (regenerated each sync)
|
|
23
|
+
Active/ Projects with active attention
|
|
24
|
+
Website Redesign.md
|
|
25
|
+
_Index.md MOC for active projects
|
|
26
|
+
Relationships/
|
|
27
|
+
people/ Person entities (non-archived)
|
|
28
|
+
Sarah Chen.md
|
|
29
|
+
_Index.md MOC grouped by attention tier
|
|
30
|
+
organizations/ Organization entities (non-archived)
|
|
31
|
+
Acme Corp.md
|
|
32
|
+
_Index.md
|
|
33
|
+
Reference/
|
|
34
|
+
concepts/ Knowledge, frameworks, tools
|
|
35
|
+
_Index.md
|
|
36
|
+
locations/ Places
|
|
37
|
+
_Index.md
|
|
38
|
+
Archive/ Dormant or archived entities
|
|
39
|
+
people/
|
|
40
|
+
projects/
|
|
41
|
+
organizations/
|
|
42
|
+
Claudia's Desk/ Claudia's efficient lookup zone
|
|
43
|
+
MOC-People.md Flat tier table (Claudia reads, ~0 MCP cost)
|
|
44
|
+
MOC-Commitments.md Commitment tracking table
|
|
45
|
+
MOC-Projects.md Project overview table
|
|
46
|
+
patterns/ Detected pattern notes
|
|
47
|
+
reflections/ Reflections from /meditate
|
|
48
|
+
sessions/ Session logs (YYYY/MM/YYYY-MM-DD.md)
|
|
49
|
+
_queries/ Dataview query templates (7 templates)
|
|
50
|
+
canvases/ Visual dashboards (.canvas files)
|
|
51
|
+
_meta/ Sync metadata (last-sync.json, sync-log.md)
|
|
52
|
+
.obsidian/ Obsidian config
|
|
53
|
+
graph.json Color groups by entity type
|
|
54
|
+
app.json Readable line length, show frontmatter
|
|
55
|
+
appearance.json Enable claudia-theme CSS snippet
|
|
56
|
+
workspace.json Open Home.md on launch
|
|
44
57
|
snippets/
|
|
45
|
-
claudia-theme.css
|
|
58
|
+
claudia-theme.css Entity type emoji prefixes, tag colors
|
|
46
59
|
```
|
|
47
60
|
|
|
48
61
|
### How Notes Map to Memory
|
|
@@ -56,11 +69,25 @@ Each entity gets one markdown note with:
|
|
|
56
69
|
- **Wikilinks**: Relationships and session narratives use `[[Entity Name]]` links for graph connectivity
|
|
57
70
|
- **Sync footer**: Last sync timestamp
|
|
58
71
|
|
|
72
|
+
### PARA Routing Logic
|
|
73
|
+
|
|
74
|
+
Entities are routed to PARA directories based on their type and status:
|
|
75
|
+
|
|
76
|
+
- `attention_tier = "archive"` OR `contact_trend = "dormant"` → `Archive/{type}/`
|
|
77
|
+
- `entity_type = "project"` → `Active/`
|
|
78
|
+
- `entity_type = "person"` → `Relationships/people/`
|
|
79
|
+
- `entity_type = "organization"` → `Relationships/organizations/`
|
|
80
|
+
- `entity_type = "concept"` → `Reference/concepts/`
|
|
81
|
+
- `entity_type = "location"` → `Reference/locations/`
|
|
82
|
+
|
|
83
|
+
Archive routing takes precedence: a dormant person goes to `Archive/people/`, not `Relationships/people/`.
|
|
84
|
+
|
|
59
85
|
### Navigation
|
|
60
86
|
|
|
61
|
-
- **Home.md**:
|
|
62
|
-
- **_Index.md**: Map of Content
|
|
63
|
-
- **
|
|
87
|
+
- **Home.md**: PARA navigation dashboard with active projects, relationship counts, needs-attention callouts, and quick links to Claudia's Desk
|
|
88
|
+
- **_Index.md**: Map of Content files in each PARA subdirectory, grouped by attention tier
|
|
89
|
+
- **Claudia's Desk/MOC-*.md**: Pre-computed flat tables for cheap reads (MOC-People, MOC-Commitments, MOC-Projects)
|
|
90
|
+
- **Dataview queries**: 7 templates in `Claudia's Desk/_queries/` (Upcoming Deadlines, Cooling Relationships, Active Network, Recent Memories, Open Commitments, Entity Overview, Session Log)
|
|
64
91
|
|
|
65
92
|
### Canvas Files
|
|
66
93
|
|
|
@@ -155,23 +182,26 @@ Open it in Obsidian to see the interactive graph."
|
|
|
155
182
|
When referencing entities in conversation, generate `obsidian://` URIs so the user can jump directly to the note:
|
|
156
183
|
|
|
157
184
|
```
|
|
158
|
-
obsidian://open?vault=claudia-vault&file={
|
|
185
|
+
obsidian://open?vault=claudia-vault&file={para_dir}/{entity_name}
|
|
159
186
|
```
|
|
160
187
|
|
|
161
|
-
### Type-to-Directory Mapping
|
|
188
|
+
### Type-to-Directory Mapping (PARA)
|
|
189
|
+
|
|
190
|
+
| Entity Type | PARA Directory | Archive Directory |
|
|
191
|
+
|-------------|---------------|-------------------|
|
|
192
|
+
| person | Relationships/people | Archive/people |
|
|
193
|
+
| project | Active | Archive/projects |
|
|
194
|
+
| organization | Relationships/organizations | Archive/organizations |
|
|
195
|
+
| concept | Reference/concepts | (not archived) |
|
|
196
|
+
| location | Reference/locations | (not archived) |
|
|
162
197
|
|
|
163
|
-
|
|
164
|
-
|-------------|-----------|
|
|
165
|
-
| person | people |
|
|
166
|
-
| project | projects |
|
|
167
|
-
| organization | organizations |
|
|
168
|
-
| concept | concepts |
|
|
169
|
-
| location | locations |
|
|
198
|
+
Archived/dormant entities route to `Archive/{type}/`. Deep links must account for `attention_tier`/`contact_trend` to determine the correct path.
|
|
170
199
|
|
|
171
200
|
### Examples
|
|
172
201
|
|
|
173
|
-
- `obsidian://open?vault=claudia-vault&file=people/Sarah%20Chen`
|
|
174
|
-
- `obsidian://open?vault=claudia-vault&file=
|
|
202
|
+
- `obsidian://open?vault=claudia-vault&file=Relationships/people/Sarah%20Chen`
|
|
203
|
+
- `obsidian://open?vault=claudia-vault&file=Active/Website%20Redesign`
|
|
204
|
+
- `obsidian://open?vault=claudia-vault&file=Claudia's%20Desk/MOC-People`
|
|
175
205
|
|
|
176
206
|
### When to Include Deep Links
|
|
177
207
|
|