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
Copy file name to clipboardExpand all lines: .github/instructions/code.instructions.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,13 +94,33 @@ Run the following commands to validate your changes:
94
94
8. Validate that any new or changed tests pass. See "Tests".
95
95
9. Validate that these changes meet our guidelines. See "Guidelines".
96
96
10. If you are running in agentic mode, _stop_ at this point and request review before continuing. Suggest how the human should review the changes.
97
-
11. If a branch and pull request already exist, commit and push, then _concisely_ comment on the pull request that you are GitHub Copilot and what changes you made and why.
97
+
11. If a branch and pull request already exist, commit and push, then _concisely_ comment on the pull request that you are GitHub Copilot and what changes you made and why.
98
98
12. If this is new work and no pull request exists yet, make a pull request:
99
99
- label "llm-generated"
100
100
- draft mode
101
101
- include "fixes owner/repo#issue" or "towards owner/repo#issue" as appropriate
102
102
13. If you are in agentic mode, offer to wait for CI to run and check that it passes. If the human agrees, verify in CI: `sleep 240 && gh pr checks $number`. Address all failures, don't assume they're flakes.
103
103
14. If you are in agentic mode, offer to do any or all of:
104
104
- mark the pull request as ready,
105
-
- assign the issue to the human if it is not already assigned,
105
+
- assign the issue to the human if it is not already assigned,
106
106
-_concisely_ comment on the issue explaining the change, indicating you are GitHub Copilot.
107
+
108
+
## Logger
109
+
110
+
Use `createLogger` from `@/observability/logger` instead of `console.log` in server-side code.
0 commit comments