@muggleai/works 4.3.0 → 4.4.0
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/dist/{chunk-23NOSJFH.js → chunk-PMI2DI3V.js} +277 -1
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/plugin/.claude-plugin/plugin.json +1 -1
- package/dist/plugin/.cursor-plugin/plugin.json +1 -1
- package/dist/plugin/skills/do/open-prs.md +68 -62
- package/dist/plugin/skills/muggle/SKILL.md +15 -15
- package/dist/plugin/skills/muggle-test/SKILL.md +56 -92
- package/dist/plugin/skills/muggle-test-feature-local/SKILL.md +43 -26
- package/dist/plugin/skills/muggle-test-import/SKILL.md +13 -17
- package/package.json +6 -6
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.cursor-plugin/plugin.json +1 -1
- package/plugin/skills/do/open-prs.md +68 -62
- package/plugin/skills/muggle/SKILL.md +15 -15
- package/plugin/skills/muggle-test/SKILL.md +56 -92
- package/plugin/skills/muggle-test-feature-local/SKILL.md +43 -26
- package/plugin/skills/muggle-test-import/SKILL.md +13 -17
|
@@ -114,11 +114,11 @@ Found 3 use cases with 8 test cases:
|
|
|
114
114
|
✦ [HIGH] Checkout fails with invalid payment info
|
|
115
115
|
```
|
|
116
116
|
|
|
117
|
-
|
|
118
|
-
- "
|
|
119
|
-
- "
|
|
117
|
+
Use `AskQuestion` to confirm:
|
|
118
|
+
- "Looks good — proceed with import"
|
|
119
|
+
- "I want to make changes first"
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
If the user wants changes, incorporate feedback, then ask again. Only proceed after explicit approval.
|
|
122
122
|
|
|
123
123
|
> For Path A (native PRD upload): present the use case/test case list that Muggle extracted
|
|
124
124
|
> after the processing workflow completes, and ask the user to confirm before adding any
|
|
@@ -142,23 +142,19 @@ If not authenticated:
|
|
|
142
142
|
|
|
143
143
|
## Step 5 — Pick or create a project
|
|
144
144
|
|
|
145
|
-
|
|
145
|
+
A **project** is where all your imported use cases, test cases, and future test results are grouped on the Muggle AI dashboard.
|
|
146
146
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
1. Acme Web App
|
|
150
|
-
2. Admin Portal
|
|
151
|
-
3. Mobile API
|
|
147
|
+
1. Call `muggle-remote-project-list`
|
|
148
|
+
2. Use `AskQuestion` to present all projects as clickable options. Include the project URL in each label. Always include a "Create new project" option at the end.
|
|
152
149
|
|
|
153
|
-
|
|
154
|
-
```
|
|
150
|
+
Prompt: "Pick the project to import into:"
|
|
155
151
|
|
|
156
|
-
**If creating a new project**, propose values based on what you learned from the source files:
|
|
157
|
-
- **Name**: infer the app name from filenames, URLs, or document headings (e.g., "Acme App")
|
|
158
|
-
- **Description**: "Imported from [filename(s)] — [date]"
|
|
159
|
-
- **URL**: the base URL of the app under test
|
|
152
|
+
3. **If creating a new project**, propose values based on what you learned from the source files:
|
|
153
|
+
- **Name**: infer the app name from filenames, URLs, or document headings (e.g., "Acme App")
|
|
154
|
+
- **Description**: "Imported from [filename(s)] — [date]"
|
|
155
|
+
- **URL**: the base URL of the app under test
|
|
160
156
|
|
|
161
|
-
Show the proposal and confirm before calling `muggle-remote-project-create`.
|
|
157
|
+
Show the proposal and confirm before calling `muggle-remote-project-create`.
|
|
162
158
|
|
|
163
159
|
---
|
|
164
160
|
|