@tonycasey/lisa 0.5.13 → 1.0.0

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/dist/package.json +12 -5
  2. package/package.json +12 -5
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tonycasey/lisa",
3
- "version": "0.5.13",
4
- "description": "Claude NEEDS Lisa. Plug-and-play memory for Claude Code and AI coding assistants.",
3
+ "version": "1.0.0",
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",
7
7
  "lisa": "cli.js"
@@ -15,11 +15,18 @@
15
15
  "**/*"
16
16
  ],
17
17
  "keywords": [
18
+ "claude",
19
+ "claude-code",
20
+ "anthropic",
21
+ "ai-memory",
22
+ "ai-assistant",
23
+ "coding-assistant",
24
+ "context",
25
+ "knowledge-graph",
18
26
  "graphiti",
19
27
  "mcp",
20
- "memory",
21
- "hooks",
22
- "cli"
28
+ "neo4j",
29
+ "developer-tools"
23
30
  ],
24
31
  "author": "Tony Casey",
25
32
  "license": "MIT",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tonycasey/lisa",
3
- "version": "0.5.13",
4
- "description": "Claude NEEDS Lisa. Plug-and-play memory for Claude Code and AI coding assistants.",
3
+ "version": "1.0.0",
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",
7
7
  "remember": "dist/cli.js"
@@ -32,11 +32,18 @@
32
32
  "e2e:docker:full": "cd tests/integration/deploy/docker && docker compose --env-file ../../../../.env -f docker-compose.test.yml up --build"
33
33
  },
34
34
  "keywords": [
35
+ "claude",
36
+ "claude-code",
37
+ "anthropic",
38
+ "ai-memory",
39
+ "ai-assistant",
40
+ "coding-assistant",
41
+ "context",
42
+ "knowledge-graph",
35
43
  "graphiti",
36
44
  "mcp",
37
- "memory",
38
- "hooks",
39
- "cli"
45
+ "neo4j",
46
+ "developer-tools"
40
47
  ],
41
48
  "author": "Tony Casey",
42
49
  "license": "MIT",