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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,13 @@ It captures practical rules that prevent avoidable CI and PR churn.
29
29
2. Create a branch prefixed with `codex/`.
30
30
3. Implement scoped changes only.
31
31
4. Run required checks: `npm run format`, `npm run lint`, and targeted tests.
32
-
5. Verify git diff only contains intended files.
32
+
5. Verify git diff only contains intended files. If changes are still being discussed, share the diff and get user approval before committing or pushing.
33
33
6. Commit with focused message(s), using `git commit --no-verify`.
34
-
7. Push branch.
34
+
7. Push branch. Ask for explicit user permission before any force push.
35
35
8. Open PR against `main` using a human-readable title (no `feat(...)` / `fix(...)` prefixes).
36
-
9. Add labels for both change type and semantic version impact.
37
-
10. Ensure PR body includes:
36
+
9. Before posting any comment on GitHub issues or PRs, share the proposed message with the user and get explicit approval.
37
+
10. Add labels for both change type and semantic version impact.
0 commit comments