executant 1.4.5 → 1.4.6

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1170,6 +1170,7 @@ var StepSchema = z3.object({
1170
1170
  llm_as_judge: z3.boolean().optional(),
1171
1171
  allowed_tools: z3.array(z3.string()).optional(),
1172
1172
  forEach: z3.union([z3.array(z3.string()), z3.string()]).optional(),
1173
+ repeat: z3.number().int().positive().optional(),
1173
1174
  context: z3.array(z3.string()).optional()
1174
1175
  });
1175
1176
  var WorkflowSchema = z3.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "executant",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "Harness for YAML-defined workflows that enables stepping through Claude sessions and bash commands",
5
5
  "repository": {
6
6
  "type": "git",