From ba88df1874dbbbe1a27cff6c0d2a512a5cc8fc3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 11:00:00 +0000 Subject: [PATCH 1/2] deps: bump zod from 4.1.13 to 4.3.4 Bumps [zod](https://github.com/colinhacks/zod) from 4.1.13 to 4.3.4. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.1.13...v4.3.4) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eff9eb5..d2b9af0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@clack/prompts": "^0.10.0", "@opencode-ai/plugin": "^1.0.204", "picocolors": "^1.1.1", - "zod": "~4.1.8" + "zod": "~4.3.4" }, "devDependencies": { "@types/node": "^22.0.0", From 0cd446419fa4ab9c3abda1f90f23f0bdb172abb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 11:00:53 +0000 Subject: [PATCH 2/2] [skip ci] docs: update zod version to ~4.3.4 --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 41db30b..24919d2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -84,7 +84,7 @@ open-workflows/ - **Skill pattern**: `src/skills/{name}.ts` exporting skill markdown string - **Tool pattern**: `index.ts` exports via `tool()` wrapper, `schema.ts` exports Zod schema -- **Zod version**: ~4.1.8 (v4 API) +- **Zod version**: ~4.3.4 (v4 API) - **Build**: Bun for bundling + tsc for declarations - **Runtime**: Bun shell (`Bun.$`) for subprocess execution