@kody-ade/kody-engine 0.3.63 → 0.3.64

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/bin/kody.js CHANGED
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@kody-ade/kody-engine",
6
- version: "0.3.63",
6
+ version: "0.3.64",
7
7
  description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
8
8
  license: "MIT",
9
9
  type: "module",
@@ -14,13 +14,15 @@ Base: {{pr.baseRefName}} ← Head: {{pr.headRefName}}
14
14
 
15
15
  `{{previewUrl}}` (resolved from: {{previewUrlSource}})
16
16
 
17
- Before you do anything else, run:
17
+ Before you do anything else, navigate to the preview with Playwright MCP:
18
18
 
19
- ```bash
20
- curl -sS -o /dev/null -w "%{http_code}\n" --max-time 10 {{previewUrl}}
21
19
  ```
20
+ mcp__playwright__browser_navigate({ url: "{{previewUrl}}" })
21
+ ```
22
+
23
+ Playwright is the real browser the rest of this review uses, so it's the authoritative reachability check — a page can return a fast HTTP status and still be broken, or load slowly and still be fine. Only the browser knows.
22
24
 
23
- If the response is not 2xx or 3xx, the preview is unreachable. In that case, SKIP browsing, note the failure in your review under "Browsing", and base your verdict on the diff alone.
25
+ If `browser_navigate` errors out (timeout, DNS, connection refused, navigation aborted), the preview is unreachable. In that case, SKIP further browsing, note the failure in your review under "Browsing", and base your verdict on the diff alone. If the page navigates and renders (even to an error/login page), the preview is reachable — proceed with the steps below.
24
26
 
25
27
  # QA context (auto-discovered from the repo)
26
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.3.63",
3
+ "version": "0.3.64",
4
4
  "description": "kody — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
5
5
  "license": "MIT",
6
6
  "type": "module",