Skip to content

[codex] Add crate API surface review rule - #27939

Merged
pakrym-oai merged 1 commit into
mainfrom
pakrym/review-small-crate-api
Jun 12, 2026
Merged

[codex] Add crate API surface review rule#27939
pakrym-oai merged 1 commit into
mainfrom
pakrym/review-small-crate-api

Conversation

@pakrym-oai

Copy link
Copy Markdown
Contributor

Why

Review guidance should explicitly discourage widening crate APIs for testing convenience. Keeping those boundaries narrow reduces accidental coupling and prevents one-off test utilities from becoming durable public surface area.

What

  • Add a crate API surface rule to AGENTS.md.
  • Ask reviewers to keep crate APIs small and avoid proliferating test-only helpers.

Test plan

  • Not run (documentation-only change).

@pakrym-oai
pakrym-oai marked this pull request as ready for review June 12, 2026 20:00
@pakrym-oai
pakrym-oai merged commit 2ee854e into main Jun 12, 2026
31 checks passed
@pakrym-oai
pakrym-oai deleted the pakrym/review-small-crate-api branch June 12, 2026 20:00
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants