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: pkg/ai-config/GLOBAL-AGENTS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,10 @@ For multi-step tasks, state a brief plan:
65
65
66
66
Strong success criteria let you loop independently. Weak criteria ("make it work") require constant clarification.
67
67
68
+
## Coding conventions
69
+
70
+
- Use test-driven-development (TDD) whenever possible. Always start with a testing plan. If you can't come up a simple testing plan, it's probably a sign that the code is too complex.
71
+
68
72
## Shell conventions
69
73
70
74
- To check whether an env var is set, use `printenv SOME_ENV` (never `env | grep` or bare `env`)
0 commit comments