Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ Pre-built instrumentations:
- **Markdown code blocks**: Always specify language
(e.g., ` ```java`, ` ```bash`, ` ```text`)

## Pull Requests

- PR titles must use semantic/conventional prefixes, for example
`feat: ...`, `fix: ...`, `docs: ...`, `chore: ...`, or
`test: ...`.
- Do not prefix PR titles with `[codex]`.
- Match the PR title type to the primary user-facing change.

## Linting and Validation

**CRITICAL**: These checks MUST be run before creating any
Expand Down