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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ This AGENTS.md is the top-level operating contract for this repository.
26
26
- Reuse existing patterns before introducing new abstractions.
27
27
- No new dependencies without explicit request.
28
28
- Keep diffs small, reviewable, and reversible.
29
+
- When work from an agent-created branch is merged into `main`, always bump the npm package version and include the updated `package.json` and lockfile in that merge.
29
30
- Run lint/typecheck/tests/static analysis after changes.
30
31
- Final reports must include: changed files, simplifications made, and remaining risks.
0 commit comments