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
Add explicit readiness-check guidance for architect/design flows so
unresolved questions are surfaced before finalization. Support
design-package-only handoff, clarify how to use design notes versus
GitHub issue drafts, and update the related repository guidance.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ when your Copilot session starts from the NovaModuleTools repository root.
49
49
When you are shaping a new change, start with `architect.agent.md` and `design-change.prompt.md` so the first phase is a
50
50
design conversation: analysis, clarifying questions, and solution options before any final scoped proposal or GitHub
51
51
issue draft is produced. Proposed out-of-scope boundaries should be confirmed by the user before they become part of the
52
-
final scope. Use `implement-issue.prompt.md` after the change is already scoped.
52
+
final scope. When unresolved design questions still remain, architect should summarize what is settled vs unresolved
53
+
before asking whether to finalize, and it should support either a full issue-ready handoff or a resumable
54
+
design-package-only handoff. Use `implement-issue.prompt.md` after the change is already scoped.
53
55
54
56
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