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
@@ -4,6 +4,14 @@
4
4
- Local `main` ref may not exist; use `dev` or `origin/dev` for diffs.
5
5
- Prefer automation: execute requested actions without confirmation unless blocked by missing info or safety/irreversibility.
6
6
7
+
## Commits and PR Titles
8
+
9
+
Use conventional commit-style messages and PR titles: `type(scope): summary`.
10
+
11
+
Valid types are `feat`, `fix`, `docs`, `chore`, `refactor`, and `test`. Scopes are optional; use the affected package or area when helpful, e.g. `core`, `opencode`, `tui`, `app`, `desktop`, `sdk`, or `plugin`.
0 commit comments