@tonycasey/lisa 1.0.1 → 1.0.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.
package/README.md CHANGED
@@ -1,19 +1,29 @@
1
- # Lisa – Long Term Memory for Claude
1
+ # Lisa – Long Term Memory for Claude
2
2
 
3
- ![Lisa for Claude](https://raw.githubusercontent.com/TonyCasey/lisa/main/assets/claude-i-remember.png)
4
- ![Lisa What I can do](https://raw.githubusercontent.com/TonyCasey/lisa/main/assets/lisa-what-i-can-do.png)
3
+ ![Lisa for Claude](assets/claude-i-remember.png)
4
+ ![Lisa What I can do](assets/lisa-what-i-can-do.png)
5
5
 
6
- ### **#ClaudeNeedsLisa**
7
6
 
8
- > *Named after Lisa Simpson - the overachiever who never forgets a fact, a slight, or a saxophone lesson.*
7
+ > *Lisa Simpson - the overachiever who never forgets a fact, a detail, or a saxophone lesson.*
8
+
9
+ ---
10
+
11
+ ## Why Lisa?
12
+
13
+ Unlike simple vector databases or file-based memory, Lisa uses **[Graphiti](https://github.com/getzep/graphiti)** - a knowledge graph that captures *relationships* between concepts, not just text.
14
+
15
+ - **Graph-native storage** (Neo4j) - Connections matter as much as content
16
+ - **LLM-powered extraction** - Automatically identifies entities and relationships
17
+ - **Temporal awareness** - Knows *when* you learned something
18
+ - **Semantic retrieval** - Finds relevant context by meaning, not keywords
9
19
 
10
20
  ---
11
21
 
12
22
  ## To Install
13
23
 
14
- ### From your, console
24
+ ### From your console
15
25
  ```bash
16
- install -g @tonycasey/lisa
26
+ npm install -g @tonycasey/lisa
17
27
  ```
18
28
  ### then in any folder you want to work with, open your console and type
19
29
  ```bash
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonycasey/lisa",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Long-term memory for Claude Code. Automatic context persistence, task tracking, and knowledge capture across coding sessions.",
5
5
  "bin": {
6
6
  "remember": "cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonycasey/lisa",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Long-term memory for Claude Code. Automatic context persistence, task tracking, and knowledge capture across coding sessions.",
5
5
  "bin": {
6
6
  "lisa": "dist/cli.js",