Implement Quality Gate Configuration System #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create configuration system for quality gates that orchestrator enforces.
Objective: Define quality standards per workspace/project that cannot be negotiated by AI agents.
Configuration Format (YAML):
Storage: Database table (WorkspaceQualityGates) with JSONB config field
Gates are loaded by orchestrator and enforced programmatically.
Related: L-015, #134 (orchestrator design)
Acceptance Criteria: