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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
- Bare `stack sync` must stay non-mutating, including scoped and keep-going runs.
13
13
- Mutating commands need an explicit mode: `--apply`, or `merge --auto` for code-host auto-merge plus descendant repair.
14
-
- Never mutate trunk branches like `dev`, `main`, or `master`.
14
+
- Never mutate configured trunk branches like `dev`, `main`, or `master`.
15
15
- Before rebasing a branch, create a local backup branch.
16
16
- Before repair mutates Git or a hosted change, save an undo checkpoint. Merge child retargets use a pre-merge recovery journal; after the root lands, descendant repair starts from a post-merge baseline that never retargets children back onto the landed branch.
17
17
-`stack undo` should restore the last applied mutation from the saved journal.
0 commit comments