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
feat: update architect guidance to require user confirmation for out-of-scope decisions
- Treat scope cuts and deferrals as proposals needing user confirmation
- Clarify that out-of-scope decisions must not be finalized without user agreement
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,8 @@ Repository-local agentic guidance now lives in `.github/`:
44
44
45
45
When you are shaping a new change, start with `architect.agent.md` and `design-change.prompt.md` so the first phase is a
46
46
design conversation: analysis, clarifying questions, and solution options before any final scoped proposal or GitHub
47
-
issue draft is produced. Use `implement-issue.prompt.md` after the change is already scoped.
47
+
issue draft is produced. Proposed out-of-scope boundaries should be confirmed by the user before they become part of the
48
+
final scope. Use `implement-issue.prompt.md` after the change is already scoped.
48
49
49
50
Pull requests against `main` and `develop` also run a CodeScene coverage-gate check when CI has produced the Cobertura coverage artifact, so PRs can be blocked when changed code falls below the configured coverage threshold.
0 commit comments