@oisincoveney/pipeline 1.15.2 → 1.15.3

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.
@@ -568,7 +568,7 @@ const EPIC_TRACK_ITEM_SCHEMA = z.object({
568
568
  title: z.string().optional()
569
569
  });
570
570
  function zodJsonSchema(schema) {
571
- return JSON.stringify(z.toJSONSchema(schema, { target: "draft-2020-12" }), null, 2);
571
+ return JSON.stringify(z.toJSONSchema(schema, { target: "draft-07" }), null, 2);
572
572
  }
573
573
  const RESEARCH_SCHEMA = zodJsonSchema(z.object({
574
574
  ac: STRING_ARRAY_SCHEMA,
package/package.json CHANGED
@@ -99,7 +99,7 @@
99
99
  "prepack": "bun run build:cli"
100
100
  },
101
101
  "type": "module",
102
- "version": "1.15.2",
102
+ "version": "1.15.3",
103
103
  "description": "Config-driven multi-agent pipeline runner for repository work",
104
104
  "main": "./dist/index.js",
105
105
  "types": "./dist/index.d.ts",