opencode-lisa 0.3.2 → 0.3.3
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/assets/commands/lisa.md +32 -2
- package/package.json +1 -1
package/assets/commands/lisa.md
CHANGED
|
@@ -3,6 +3,36 @@ description: Lisa - intelligent epic workflow (/lisa help for commands)
|
|
|
3
3
|
agent: general
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
$ARGUMENTS
|
|
6
|
+
**Arguments:** $ARGUMENTS
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
**If the user ran `/lisa` with no arguments or `/lisa help`, output EXACTLY this and STOP:**
|
|
11
|
+
|
|
12
|
+
**Lisa - Intelligent Epic Workflow**
|
|
13
|
+
|
|
14
|
+
**Available Commands:**
|
|
15
|
+
|
|
16
|
+
`/lisa list` - List all epics and their status
|
|
17
|
+
`/lisa <name>` - Continue or create an epic (interactive)
|
|
18
|
+
`/lisa <name> spec` - Create/view the spec only
|
|
19
|
+
`/lisa <name> status` - Show detailed epic status
|
|
20
|
+
`/lisa <name> yolo` - Auto-execute mode (no confirmations)
|
|
21
|
+
`/lisa config view` - View current configuration
|
|
22
|
+
`/lisa config init` - Initialize config with defaults
|
|
23
|
+
`/lisa config reset` - Reset config to defaults
|
|
24
|
+
|
|
25
|
+
**Examples:**
|
|
26
|
+
- `/lisa list` - See all your epics
|
|
27
|
+
- `/lisa auth-system` - Start or continue the auth-system epic
|
|
28
|
+
- `/lisa auth-system yolo` - Run auth-system in full auto mode
|
|
29
|
+
|
|
30
|
+
**Get started:** `/lisa <epic-name>`
|
|
31
|
+
|
|
32
|
+
**DO NOT call any tools. DO NOT load the skill. Just output the above and stop.**
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
**Otherwise (if arguments were provided):**
|
|
37
|
+
|
|
38
|
+
Load the lisa skill for detailed instructions and handle the command.
|