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: AGENTS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,12 @@ From repo root (`/Users/austinsmith/Developer/Repos/BitDream`), run macOS tests
82
82
test
83
83
```
84
84
85
+
Testing guidance:
86
+
87
+
- Add tests when they protect meaningful user-visible behavior, cross-file integration, bug regressions, or non-trivial logic that is easy to break.
88
+
- Do not add dedicated tests for every small helper extraction, straightforward computed property, or internal refactor unless the change introduces real behavioral risk.
89
+
- Prefer a small number of high-signal tests over many narrow tests that only restate the implementation.
90
+
85
91
## Linting
86
92
87
93
From repo root (`/Users/austinsmith/Developer/Repos/BitDream`), run:
0 commit comments