Skip to content

Commit 1eec889

Browse files
Update AGENTS.md (#1227)
1 parent 5eaacf8 commit 1eec889

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ It captures practical rules that prevent avoidable CI and PR churn.
88
## Development Expectations
99

1010
- If a public API changes, update the relevant docs in the same PR.
11+
- If new types are made part of the public API, export them from the package's `index.ts` in the same PR.
12+
- If new learnings or misunderstandings are discovered, propose an `AGENTS.md` update in the same PR.
1113
- Tests should verify observable behavior changes, not only internal/config state.
1214
- Example: for a security option, assert a real secure/insecure behavior difference.
1315

@@ -28,7 +30,7 @@ It captures practical rules that prevent avoidable CI and PR churn.
2830
3. Implement scoped changes only.
2931
4. Run required checks: `npm run format`, `npm run lint`, and targeted tests.
3032
5. Verify git diff only contains intended files.
31-
6. Commit with focused message(s).
33+
6. Commit with focused message(s), using `git commit --no-verify`.
3234
7. Push branch.
3335
8. Open PR against `main` using a human-readable title (no `feat(...)` / `fix(...)` prefixes).
3436
9. Add labels for both change type and semantic version impact.

0 commit comments

Comments
 (0)