Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down