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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,11 @@ agent. All AI-generated responses are reviewed or approved by @bramp before or
8
8
shortly after posting.
9
9
10
10
If you have concerns about an AI-generated response, please tag @bramp directly.
11
+
12
+
## Engineering Workflow Rules
13
+
14
+
To maintain a clean and transparent project history, the following rules MUST be followed:
15
+
16
+
1.**Prefer Rebase:** Always prefer `rebase` over `merge` when updating branches or incorporating changes. Avoid "merge bubbles" in the git history.
17
+
2.**Squash Commits:** If a pull request contains multiple commits, squash them into a single, clean change before merging to ensure a readable history.
18
+
3.**Communicate Actions:** Always post a comment on a Pull Request when taking any action (rebasing, testing, or merging) so that contributors and maintainers are aware of the status.
0 commit comments