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.
- package/.claude-plugin/marketplace.json +13 -0
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +8 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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
|
+
[](https://www.npmjs.com/package/smartlisa)
|
|
4
|
+
[](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
|
-
|
|
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)
|