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
@@ -174,6 +174,7 @@ If no new rule is detected -> do not update the file.
174
174
- For this project, remove legacy/compatibility shims immediately (including `[Obsolete]` bridges and duplicate old properties); keep only the current API surface.
175
175
- README first examples must be beginner-friendly: avoid advanced/optional knobs (for example `CodexExecutablePath`) in the very first snippet.
176
176
- README in this repository must describe only current first-version product behavior; do not add migration/legacy compatibility sections or old-namespace guidance.
177
+
- README must explicitly state runtime prerequisites: `codex` CLI installed and user already authenticated (`codex login`) before SDK usage.
177
178
- When a README snippet shows model tuning, include `ModelReasoningEffort` together with `Model`.
178
179
- Public examples should build output schemas with typed `StructuredOutputSchema` models and map responses to typed DTOs for readability and maintainability.
179
180
- Do not keep or add `JsonSchema` helper abstractions in SDK API/tests; use typed request/response DTO models instead of schema-builder utilities.
0 commit comments