@webpresso/opencode-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webpresso/opencode-plugin",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "private": false,
5
5
  "description": "OpenCode plugin adapter package for Webpresso agent-kit.",
6
6
  "homepage": "https://github.com/webpresso/agent-kit#readme",
@@ -2,7 +2,7 @@
2
2
  "schemaVersion": 1,
3
3
  "host": "opencode",
4
4
  "packageName": "@webpresso/opencode-plugin",
5
- "packageVersion": "3.3.2",
5
+ "packageVersion": "3.3.3",
6
6
  "runtimeDirs": [],
7
7
  "skills": {
8
8
  "ai-deslop": {
@@ -90,7 +90,7 @@
90
90
  "digest": "sha256:7ed3e728027a9d1047a1dd030f88f23a6120450bf336fa73b1c9037857ab56ee"
91
91
  },
92
92
  "verify": {
93
- "digest": "sha256:47c1d75ef5d1d47b94ef48ac91b0fd4bbf6ba1ab32563cfc28518bb75c7798f0"
93
+ "digest": "sha256:bb22b3c997ef3b003e5558c01f0b1e844158a48f1bb5d7169851e5b0b343cd64"
94
94
  }
95
95
  }
96
96
  }
@@ -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` when shipping |
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