smartlisa 0.1.8 → 0.1.10

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.
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "lisa",
3
+ "owner": {
4
+ "name": "Rodrigo Klosowski"
5
+ },
6
+ "plugins": [
7
+ {
8
+ "name": "lisa",
9
+ "source": ".",
10
+ "description": "Project planning with milestones, epics, and stories"
11
+ }
12
+ ]
13
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lisa",
3
3
  "description": "Project planning with milestones, epics, and stories. Break down work, track progress, and implement with full context.",
4
- "version": "0.1.8",
4
+ "version": "0.1.10",
5
5
  "author": {
6
6
  "name": "Rodrigo Klosowski",
7
7
  "url": "https://rklosowski.com/"
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Lisa
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/smartlisa.svg)](https://www.npmjs.com/package/smartlisa)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+
3
6
  ```
4
7
  _ ___ ____ _
5
8
  | | |_ _/ ___| / \
@@ -28,7 +31,11 @@ Lisa works as a Claude Code skill. Choose one installation method:
28
31
 
29
32
  **Via Plugin (Recommended)**
30
33
  ```bash
31
- /plugin install github:klosowsk/lisa
34
+ # Add the marketplace
35
+ /plugin marketplace add klosowsk/lisa
36
+
37
+ # Install the plugin
38
+ /plugin install lisa@lisa
32
39
  ```
33
40
 
34
41
  **As Project Skills** (anyone cloning repo gets them)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smartlisa",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "AI-powered planning system for Claude Code",
5
5
  "type": "module",
6
6
  "license": "MIT",