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 two rules to `AGENTS.md` for recurring issues.
Signed-off-by: silverwind <me@silverwind.io>
Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com>
- Prefer unit tests over integration tests when logic is testable in isolation
15
+
- Aim for sub-2s local runtime for integration and e2e tests
13
16
- In TypeScript, use `!` (non-null assertion) instead of `?.`/`??` when a value is known to always exist
14
17
- For CSS layout, prefer `flex-*` helpers over per-child `tw-ml-*` / `tw-mr-*` margins; fall back to `tw-*` utilities when specificity requires `!important`
15
18
- Include authorship attribution in issue and pull request comments
0 commit comments