@webpresso/claude-plugin 3.3.2 → 3.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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Webpresso agent-kit Claude Code plugin: blueprints, skills, hooks, MCP server",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.3"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"keywords": ["agent", "blueprint", "claude-code", "skills", "mcp"]
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"version": "3.3.
|
|
20
|
+
"version": "3.3.3"
|
|
21
21
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webpresso/claude-plugin",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Claude Code plugin adapter for Webpresso agent-kit skills, commands, and MCP runtime.",
|
|
6
6
|
"homepage": "https://github.com/webpresso/agent-kit#readme",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"host": "claude",
|
|
4
4
|
"packageName": "@webpresso/claude-plugin",
|
|
5
|
-
"packageVersion": "3.3.
|
|
5
|
+
"packageVersion": "3.3.3",
|
|
6
6
|
"runtimeDirs": [".claude/skills"],
|
|
7
7
|
"skills": {
|
|
8
8
|
"ai-deslop": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"digest": "sha256:7ed3e728027a9d1047a1dd030f88f23a6120450bf336fa73b1c9037857ab56ee"
|
|
91
91
|
},
|
|
92
92
|
"verify": {
|
|
93
|
-
"digest": "sha256:
|
|
93
|
+
"digest": "sha256:bb22b3c997ef3b003e5558c01f0b1e844158a48f1bb5d7169851e5b0b343cd64"
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
package/skills/verify/SKILL.md
CHANGED
|
@@ -35,18 +35,18 @@ the preferred skill (`claude` / `codex` / `grok` / one OpenCode Go), then stops.
|
|
|
35
35
|
|
|
36
36
|
## Tooling map
|
|
37
37
|
|
|
38
|
-
| Gate | Prefer
|
|
39
|
-
| ------------------------- |
|
|
40
|
-
| Lint / types / tests / QA | `wp_lint`, `wp_typecheck`, `wp_test`, `wp_qa`
|
|
41
|
-
| Format | `wp_format`
|
|
42
|
-
| Audits | `wp_audit`, `wp_audits`
|
|
43
|
-
| Blueprint | blueprint MCP tools + `wp audit blueprint-lifecycle`
|
|
44
|
-
| PR / CI wait | `wp_pr_status`, `wp_pr_wait` (not multi-sleep loops)
|
|
45
|
-
| Release | `wp_release_readiness`
|
|
46
|
-
| Large output | `wp_session_execute` / `batch_execute` / `execute_file`
|
|
47
|
-
| Continuity | `wp_session_capture` for verify summary; avoid paste-back walls
|
|
48
|
-
| E2E / act | `wp_e2e`, `wp_ci_act` when the change requires them
|
|
49
|
-
| Outside authority | `wp review gate` (not raw multi-agent review swarms)
|
|
38
|
+
| Gate | Prefer |
|
|
39
|
+
| ------------------------- | --------------------------------------------------------------------------------------- |
|
|
40
|
+
| Lint / types / tests / QA | `wp_lint`, `wp_typecheck`, `wp_test`, `wp_qa` |
|
|
41
|
+
| Format | `wp_format` |
|
|
42
|
+
| Audits | `wp_audit`, `wp_audits` |
|
|
43
|
+
| Blueprint | blueprint MCP tools + `wp audit blueprint-lifecycle` |
|
|
44
|
+
| PR / CI wait | `wp_pr_status`, `wp_pr_wait` (not multi-sleep loops) |
|
|
45
|
+
| Release | `wp_release_progress` for live Release phases; `wp_release_readiness` for package gates |
|
|
46
|
+
| Large output | `wp_session_execute` / `batch_execute` / `execute_file` |
|
|
47
|
+
| Continuity | `wp_session_capture` for verify summary; avoid paste-back walls |
|
|
48
|
+
| E2E / act | `wp_e2e`, `wp_ci_act` when the change requires them |
|
|
49
|
+
| Outside authority | `wp review gate` (not raw multi-agent review swarms) |
|
|
50
50
|
|
|
51
51
|
## Iron law — evidence before claims
|
|
52
52
|
|