You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ release `0.5.1` at commit
35
35
36
36
| Workflow | Trigger | Purpose |
37
37
| --- | --- | --- |
38
-
|`release.yml`| numeric product tag or manual dispatch |Release validation, deterministic bundle, SBOM, attestations, GitHub Release. |
38
+
|`release.yml`| numeric product tag or existing-tag manual dispatch |Verifies the exact remote tag and its ancestry from `origin/main`, then runs release validation, deterministic bundle, SBOM, attestations, and `gh release --verify-tag`; it never creates or pushes tags. |
- Browser memories route UI and runtime validation through Webwright, Playwright CLI, and Chrome DevTools MCP when relevant.
@@ -34,15 +37,22 @@ browser-visible validation and debugging workflows
34
37
by CloakBrowser and missing runtime health fails closed as `NOT_PROVEN`.
35
38
- Stock Chromium, the Codex in-app browser, raw browser processes, direct
36
39
provider-package launchers, and alternate browser engines are not fallbacks.
40
+
- System install explicitly disables `browser@openai-bundled`; app-managed
41
+
`node_repl` and `computer-use` MCP metadata is preserved only with
42
+
`enabled = false`. Doctor rejects an active or reinjected surface and directs
43
+
the operator to rerun the installer and restart Codex.
37
44
- CloakBrowser `v0.4.10` changes wrapper behavior only (iframe humanization and JavaScript CLI entry-point fixes); the managed browser-binary pins do not change.
0 commit comments