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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,6 @@
7
7
- Never force-push, amend, or squash unless asked. Use new commits and normal push for pull request updates
8
8
- Preserve existing code comments, do not remove or rewrite comments that are still relevant
9
9
- In TypeScript, use `!` (non-null assertion) instead of `?.`/`??` when a value is known to always exist
10
+
- For CSS layout, prefer `flex-*` helpers over per-child `tw-ml-*` / `tw-mr-*` margins; fall back to `tw-*` utilities when specificity requires `!important`
10
11
- Include authorship attribution in issue and pull request comments
11
12
- Add `Co-Authored-By` lines to all commits, indicating name and model used
0 commit comments