You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build/lint passing does not imply maintainable or low-risk changes. Operators want graduated validation before PR creation and to feed evaluation metrics.
Proposed solution
Define tier interfaces in agent/ with Blueprint opt-in per repo.
Context: ROADMAP.md → Agent quality → Tiered validation pipeline
Related: #149 (ADR-013 closed), in-pipeline fix-up draft, evaluation pipeline draft
Component
Agent (Python runtime)
Describe the feature
Three post-agent tiers per roadmap:
See ADR-013 tiered validation pyramid.
Use case
Build/lint passing does not imply maintainable or low-risk changes. Operators want graduated validation before PR creation and to feed evaluation metrics.
Proposed solution
agent/with Blueprint opt-in per repo.TaskEventsTableand task record for dashboards.Other information
ADR-013 documents the validation pyramid; this issue tracks implementation.
Design context:
docs/decisions/ADR-013-tiered-validation-pyramid.md,docs/design/EVALUATION.md.This might be a breaking change