@codyswann/lisa 1.19.1 → 1.19.2
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
|
@@ -66,6 +66,10 @@ Or use utility commands:
|
|
|
66
66
|
- `/plan:reduce-max-lines` - Reduce max file lines threshold
|
|
67
67
|
- `/plan:reduce-max-lines-per-function` - Reduce max function lines
|
|
68
68
|
|
|
69
|
+
## Lisa Commands
|
|
70
|
+
|
|
71
|
+
> Ask Claude: "What Lisa commands are available and how do I use them? Read HUMAN.md and give me a summary."
|
|
72
|
+
|
|
69
73
|
## Common Tasks
|
|
70
74
|
|
|
71
75
|
### Code Review
|
|
@@ -34,6 +34,10 @@ Or use utility commands:
|
|
|
34
34
|
- `/plan:reduce-max-lines` - Reduce max file lines threshold
|
|
35
35
|
- `/plan:reduce-max-lines-per-function` - Reduce max function lines
|
|
36
36
|
|
|
37
|
+
## Lisa Commands
|
|
38
|
+
|
|
39
|
+
> Ask Claude: "What Lisa commands are available and how do I use them? Read HUMAN.md and give me a summary."
|
|
40
|
+
|
|
37
41
|
## Common Tasks
|
|
38
42
|
|
|
39
43
|
### Code Review
|
|
@@ -34,6 +34,10 @@ Or use utility commands:
|
|
|
34
34
|
- `/plan:reduce-max-lines` - Reduce max file lines threshold
|
|
35
35
|
- `/plan:reduce-max-lines-per-function` - Reduce max function lines
|
|
36
36
|
|
|
37
|
+
## Lisa Commands
|
|
38
|
+
|
|
39
|
+
> Ask Claude: "What Lisa commands are available and how do I use them? Read HUMAN.md and give me a summary."
|
|
40
|
+
|
|
37
41
|
## Common Tasks
|
|
38
42
|
|
|
39
43
|
### Code Review
|
|
@@ -34,6 +34,10 @@ Or use utility commands:
|
|
|
34
34
|
- `/plan:reduce-max-lines` - Reduce max file lines threshold
|
|
35
35
|
- `/plan:reduce-max-lines-per-function` - Reduce max function lines
|
|
36
36
|
|
|
37
|
+
## Lisa Commands
|
|
38
|
+
|
|
39
|
+
> Ask Claude: "What Lisa commands are available and how do I use them? Read HUMAN.md and give me a summary."
|
|
40
|
+
|
|
37
41
|
## Common Tasks
|
|
38
42
|
|
|
39
43
|
### Code Review
|
|
@@ -34,6 +34,10 @@ Or use utility commands:
|
|
|
34
34
|
- `/plan:reduce-max-lines` - Reduce max file lines threshold
|
|
35
35
|
- `/plan:reduce-max-lines-per-function` - Reduce max function lines
|
|
36
36
|
|
|
37
|
+
## Lisa Commands
|
|
38
|
+
|
|
39
|
+
> Ask Claude: "What Lisa commands are available and how do I use them? Read HUMAN.md and give me a summary."
|
|
40
|
+
|
|
37
41
|
## Common Tasks
|
|
38
42
|
|
|
39
43
|
### Code Review
|
package/package.json
CHANGED
|
@@ -83,9 +83,11 @@
|
|
|
83
83
|
"ts-jest": "^29.4.6",
|
|
84
84
|
"@jest/globals": "^30.0.0"
|
|
85
85
|
},
|
|
86
|
-
"resolutions": {
|
|
86
|
+
"resolutions": {
|
|
87
|
+
"@isaacs/brace-expansion": "^5.0.1"
|
|
88
|
+
},
|
|
87
89
|
"name": "@codyswann/lisa",
|
|
88
|
-
"version": "1.19.
|
|
90
|
+
"version": "1.19.2",
|
|
89
91
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
90
92
|
"main": "dist/index.js",
|
|
91
93
|
"bin": {
|