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: .opencode/agent/ship.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,10 @@ Repo rules:
48
48
- Use `bd` for issue tracking; don’t introduce markdown TODO checklists.
49
49
- Record a `bd` comment/notes update for major items of work or significant changes in design/content (brief rationale + links to relevant files/PRs).
50
50
- Issue notes must list documents created, deleted, or edited while working the issue (paths) and call out any temporary planning stored in `history/`.
51
+
-`main` is always releasable; avoid direct-to-main changes.
52
+
- Use a git branch + PR workflow; do not push directly to `main`.
53
+
- Ensure the working branch is pushed to `origin` before you finish.
54
+
- Do NOT close the Beads issue until the PR is merged.
0 commit comments