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: enhance design-first approach in architect guidance
- Shift to a discussion-first architect flow for initial design phases
- Emphasize interactive design conversations before finalizing solutions
- Update contributing guidelines to reflect new design conversation approach
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ Repository-local agentic guidance now lives in `.github/`:
42
42
-`.github/skills/` for task-specific repo guidance
43
43
-`.github/prompts/` for reusable NovaModuleTools task prompts
44
44
45
-
When you are shaping a new change, start with `architect.agent.md` and `design-change.prompt.md` so the first outcome is
46
-
analysis, clarifying questions, and a GitHub issue draft instead of immediate file edits. Use
47
-
`implement-issue.prompt.md` after the change is already scoped.
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
+
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.
48
48
49
49
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