The most recent completed CI run on main in WasmAgent/wasmagent-js concluded in failure.
A red main blocks every subsequent PR (their CI runs against a broken base) and must be repaired before other work can land. Inspect the failing run, reproduce locally, and push a fix to main.
Failing run: https://github.com/WasmAgent/wasmagent-js/actions/runs/30502466636
Acceptance criteria: the next completed CI run on main concludes success.
Files
- packages/cloudflare-worker/src/index.ts
- packages/cloudflare-worker/src/index.test.ts
- packages/model-local/src/presets.test.ts
- examples/owasp-demo/scenarios.ts
- examples/multi-agent-replay/index.ts
- docs/examples/python-emitter/emit_record.py
Acceptance criteria
- Command
go build ./... passes
- The specific fix described above is implemented in the smallest number of files required.
- No unrelated files touched (git status --short output limited to the intended change).
The most recent completed CI run on
maininWasmAgent/wasmagent-jsconcluded in failure.A red main blocks every subsequent PR (their CI runs against a broken base) and must be repaired before other work can land. Inspect the failing run, reproduce locally, and push a fix to main.
Failing run: https://github.com/WasmAgent/wasmagent-js/actions/runs/30502466636
Acceptance criteria: the next completed CI run on
mainconcludessuccess.Files
Acceptance criteria
go build ./...passes