Skip to content

Commit 15eebee

Browse files
committed
docs: add engineering workflow rules to AGENTS.md
1 parent 37cbe0d commit 15eebee

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ agent. All AI-generated responses are reviewed or approved by @bramp before or
88
shortly after posting.
99

1010
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

Comments
 (0)