Gate releases with automated quality checks
release-gateworkflowsetup L3★12
hivellm/rulebook ↗What it does
Release Gate
Best for
Release gating with multi-criteria pass/fail verdicts.
Outputs
- · verdict string (PASS/WARN/FAIL or yes/partial/no)
- · findings array with evidence + root causes
Requires
- · agent-orchestration-engine
- · parallel-execution-runtime
- · schema-validation (zod or JSON-schema)
- · phase-tracking-system
- · logging-framework
Preconditions
- · workflow must export meta={name, description, phases}
- · multi-phase execution context available
Failure modes
- · null/undefined agent results filtered; total < expected → synthesis data-starvation
- · sub-agent failure in any parallel branch → null result silently dropped
- · agent output fails schema validation → workflow errors or graceful downgrade
Trust signals
- · Structured schemas with required fields and enums
- · Explicit null-filtering on agent results