@tonycasey/lisa 1.0.4 → 1.0.5

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.
Binary file
Binary file
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonycasey/lisa",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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.4",
3
+ "version": "1.0.5",
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",
@@ -13,7 +13,8 @@
13
13
  },
14
14
  "files": [
15
15
  "dist",
16
- "scripts/postinstall.js"
16
+ "scripts/postinstall.js",
17
+ "assets"
17
18
  ],
18
19
  "scripts": {
19
20
  "build": "tsc -p tsconfig.json",