@muggleai/works 4.9.0 → 4.9.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/dist/plugin/.claude-plugin/plugin.json +1 -8
- package/dist/plugin/.cursor-plugin/plugin.json +1 -1
- package/dist/plugin/agents/acceptance-tester.md +1 -8
- package/dist/plugin/skills/muggle-upgrade/SKILL.md +9 -1
- package/dist/release-manifest.json +4 -4
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -8
- package/plugin/.cursor-plugin/plugin.json +1 -1
- package/plugin/agents/acceptance-tester.md +1 -8
- package/plugin/skills/muggle-upgrade/SKILL.md +9 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "muggle",
|
|
3
3
|
"description": "Run real-browser end-to-end (E2E) acceptance tests on your web app from any AI coding agent. Generate test scripts from plain English, replay them on localhost, capture screenshots, and validate user flows like signup, checkout, and dashboards. Works across Claude Code, Cursor, Codex, and Windsurf.",
|
|
4
|
-
"version": "4.9.
|
|
4
|
+
"version": "4.9.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Muggle AI",
|
|
7
7
|
"email": "support@muggle-ai.com"
|
|
@@ -9,13 +9,6 @@
|
|
|
9
9
|
"homepage": "https://www.muggletest.com",
|
|
10
10
|
"repository": "https://github.com/multiplex-ai/muggle-ai-works",
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"agents": [
|
|
13
|
-
{
|
|
14
|
-
"name": "acceptance-tester",
|
|
15
|
-
"path": "agents/acceptance-tester.md",
|
|
16
|
-
"description": "E2E acceptance testing agent — runs real-browser tests, reports structured results with blocking issues and suggested fixes, imports test artifacts, manages preferences, and operates the Muggle AI suite."
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
12
|
"keywords": [
|
|
20
13
|
"acceptance-testing",
|
|
21
14
|
"testing",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "muggle",
|
|
3
3
|
"displayName": "Muggle AI",
|
|
4
4
|
"description": "Ship quality products with AI-powered end-to-end (E2E) acceptance testing that validates your web app like a real user — from Claude Code and Cursor to PR.",
|
|
5
|
-
"version": "4.9.
|
|
5
|
+
"version": "4.9.2",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Muggle AI",
|
|
8
8
|
"email": "support@muggle-ai.com"
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: acceptance-tester
|
|
3
|
-
description:
|
|
4
|
-
E2E acceptance testing agent — runs real-browser tests against web apps and
|
|
5
|
-
reports structured results with blocking issues and suggested fixes. Also
|
|
6
|
-
imports existing test artifacts, manages Muggle preferences, and operates
|
|
7
|
-
the Muggle AI suite (status checks, repairs). Dispatch this agent when the
|
|
8
|
-
team needs acceptance test feedback, test coverage for a feature, or Muggle
|
|
9
|
-
suite operations.
|
|
3
|
+
description: "E2E acceptance testing agent — runs real-browser tests against web apps and reports structured results with blocking issues and suggested fixes. Also imports existing test artifacts, manages Muggle preferences, and operates the Muggle AI suite (status checks, repairs). Dispatch this agent when the team needs acceptance test feedback, test coverage for a feature, or Muggle suite operations."
|
|
10
4
|
model: sonnet
|
|
11
|
-
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"]
|
|
12
5
|
---
|
|
13
6
|
|
|
14
7
|
# Acceptance Tester
|
|
@@ -24,10 +24,18 @@ Update all Muggle AI components to the latest published version. This means **bo
|
|
|
24
24
|
4. Run `muggle upgrade` to pull the Electron runner version that the (now-latest) CLI expects.
|
|
25
25
|
- Note: `muggle upgrade` only manages the Electron runner — it does NOT upgrade the CLI npm package. That is why step 3 must run first.
|
|
26
26
|
|
|
27
|
-
5.
|
|
27
|
+
5. **Reload plugins** — the npm install (step 3) triggers a postinstall script that updates the plugin cache at `~/.claude/plugins/cache/`, but Claude Code only picks up new skills/agents/hooks after a reload. Tell the user:
|
|
28
|
+
|
|
29
|
+
> Run **`/reload-plugins`** to load the updated skills, agents, and hooks.
|
|
30
|
+
|
|
31
|
+
Wait for the user to confirm they've reloaded before proceeding.
|
|
32
|
+
|
|
33
|
+
6. Run `/muggle:muggle-status` again to confirm everything is healthy after upgrade.
|
|
28
34
|
|
|
29
35
|
## Output
|
|
30
36
|
|
|
31
37
|
Show a before/after table for **CLI**, **Electron runner**, **MCP server**, and **Auth**. Call out any version that did not change so the user understands what shipped vs what was already current.
|
|
32
38
|
|
|
39
|
+
If any component upgraded, always end with the `/reload-plugins` reminder — even if the user doesn't need new features right away, stale cached skills can cause confusing behavior.
|
|
40
|
+
|
|
33
41
|
If the upgrade fails at any step, report the error and suggest running `/muggle:muggle-repair`.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"release": "4.9.
|
|
3
|
-
"buildId": "run-
|
|
4
|
-
"commitSha": "
|
|
5
|
-
"buildTime": "2026-04-
|
|
2
|
+
"release": "4.9.2",
|
|
3
|
+
"buildId": "run-27-1",
|
|
4
|
+
"commitSha": "d8e6156d74d5da6c7d5442ddfa365ec1c8f8f9d0",
|
|
5
|
+
"buildTime": "2026-04-21T18:36:08Z",
|
|
6
6
|
"serviceName": "muggle-ai-works-mcp"
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muggleai/works",
|
|
3
3
|
"mcpName": "io.github.multiplex-ai/muggle",
|
|
4
|
-
"version": "4.9.
|
|
4
|
+
"version": "4.9.2",
|
|
5
5
|
"description": "Ship quality products with AI-powered E2E acceptance testing that validates your web app like a real user — from Claude Code and Cursor to PR.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "muggle",
|
|
3
3
|
"description": "Run real-browser end-to-end (E2E) acceptance tests on your web app from any AI coding agent. Generate test scripts from plain English, replay them on localhost, capture screenshots, and validate user flows like signup, checkout, and dashboards. Works across Claude Code, Cursor, Codex, and Windsurf.",
|
|
4
|
-
"version": "4.9.
|
|
4
|
+
"version": "4.9.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Muggle AI",
|
|
7
7
|
"email": "support@muggle-ai.com"
|
|
@@ -9,13 +9,6 @@
|
|
|
9
9
|
"homepage": "https://www.muggletest.com",
|
|
10
10
|
"repository": "https://github.com/multiplex-ai/muggle-ai-works",
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"agents": [
|
|
13
|
-
{
|
|
14
|
-
"name": "acceptance-tester",
|
|
15
|
-
"path": "agents/acceptance-tester.md",
|
|
16
|
-
"description": "E2E acceptance testing agent — runs real-browser tests, reports structured results with blocking issues and suggested fixes, imports test artifacts, manages preferences, and operates the Muggle AI suite."
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
12
|
"keywords": [
|
|
20
13
|
"acceptance-testing",
|
|
21
14
|
"testing",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "muggle",
|
|
3
3
|
"displayName": "Muggle AI",
|
|
4
4
|
"description": "Ship quality products with AI-powered end-to-end (E2E) acceptance testing that validates your web app like a real user — from Claude Code and Cursor to PR.",
|
|
5
|
-
"version": "4.9.
|
|
5
|
+
"version": "4.9.2",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Muggle AI",
|
|
8
8
|
"email": "support@muggle-ai.com"
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: acceptance-tester
|
|
3
|
-
description:
|
|
4
|
-
E2E acceptance testing agent — runs real-browser tests against web apps and
|
|
5
|
-
reports structured results with blocking issues and suggested fixes. Also
|
|
6
|
-
imports existing test artifacts, manages Muggle preferences, and operates
|
|
7
|
-
the Muggle AI suite (status checks, repairs). Dispatch this agent when the
|
|
8
|
-
team needs acceptance test feedback, test coverage for a feature, or Muggle
|
|
9
|
-
suite operations.
|
|
3
|
+
description: "E2E acceptance testing agent — runs real-browser tests against web apps and reports structured results with blocking issues and suggested fixes. Also imports existing test artifacts, manages Muggle preferences, and operates the Muggle AI suite (status checks, repairs). Dispatch this agent when the team needs acceptance test feedback, test coverage for a feature, or Muggle suite operations."
|
|
10
4
|
model: sonnet
|
|
11
|
-
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"]
|
|
12
5
|
---
|
|
13
6
|
|
|
14
7
|
# Acceptance Tester
|
|
@@ -24,10 +24,18 @@ Update all Muggle AI components to the latest published version. This means **bo
|
|
|
24
24
|
4. Run `muggle upgrade` to pull the Electron runner version that the (now-latest) CLI expects.
|
|
25
25
|
- Note: `muggle upgrade` only manages the Electron runner — it does NOT upgrade the CLI npm package. That is why step 3 must run first.
|
|
26
26
|
|
|
27
|
-
5.
|
|
27
|
+
5. **Reload plugins** — the npm install (step 3) triggers a postinstall script that updates the plugin cache at `~/.claude/plugins/cache/`, but Claude Code only picks up new skills/agents/hooks after a reload. Tell the user:
|
|
28
|
+
|
|
29
|
+
> Run **`/reload-plugins`** to load the updated skills, agents, and hooks.
|
|
30
|
+
|
|
31
|
+
Wait for the user to confirm they've reloaded before proceeding.
|
|
32
|
+
|
|
33
|
+
6. Run `/muggle:muggle-status` again to confirm everything is healthy after upgrade.
|
|
28
34
|
|
|
29
35
|
## Output
|
|
30
36
|
|
|
31
37
|
Show a before/after table for **CLI**, **Electron runner**, **MCP server**, and **Auth**. Call out any version that did not change so the user understands what shipped vs what was already current.
|
|
32
38
|
|
|
39
|
+
If any component upgraded, always end with the `/reload-plugins` reminder — even if the user doesn't need new features right away, stale cached skills can cause confusing behavior.
|
|
40
|
+
|
|
33
41
|
If the upgrade fails at any step, report the error and suggest running `/muggle:muggle-repair`.
|